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