public class ResolveAuthActionsInput
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
ResolveAuthActionsInput.Builder |
| Modifier | Constructor and Description |
|---|---|
protected |
ResolveAuthActionsInput(software.amazon.cryptography.dbencryptionsdk.structuredencryption.model.ResolveAuthActionsInput.BuilderImpl builder) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<AuthItem> |
authActions() |
static ResolveAuthActionsInput.Builder |
builder() |
java.nio.ByteBuffer |
headerBytes() |
java.lang.String |
tableName() |
ResolveAuthActionsInput.Builder |
toBuilder() |
protected ResolveAuthActionsInput(software.amazon.cryptography.dbencryptionsdk.structuredencryption.model.ResolveAuthActionsInput.BuilderImpl builder)
public java.lang.String tableName()
public java.util.List<AuthItem> authActions()
public java.nio.ByteBuffer headerBytes()
public ResolveAuthActionsInput.Builder toBuilder()
public static ResolveAuthActionsInput.Builder builder()