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