public class AuthenticateSchemaContent
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
AuthenticateSchemaContent.Builder |
| Modifier | Constructor and Description |
|---|---|
protected |
AuthenticateSchemaContent(software.amazon.cryptography.dbencryptionsdk.structuredencryption.model.AuthenticateSchemaContent.BuilderImpl builder) |
| Modifier and Type | Method and Description |
|---|---|
AuthenticateAction |
Action() |
static AuthenticateSchemaContent.Builder |
builder() |
java.util.List<AuthenticateSchema> |
SchemaList() |
java.util.Map<java.lang.String,AuthenticateSchema> |
SchemaMap() |
AuthenticateSchemaContent.Builder |
toBuilder() |
protected AuthenticateSchemaContent(software.amazon.cryptography.dbencryptionsdk.structuredencryption.model.AuthenticateSchemaContent.BuilderImpl builder)
public AuthenticateAction Action()
public java.util.Map<java.lang.String,AuthenticateSchema> SchemaMap()
public java.util.List<AuthenticateSchema> SchemaList()
public AuthenticateSchemaContent.Builder toBuilder()
public static AuthenticateSchemaContent.Builder builder()