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