public class GetEncryptedDataKeyDescriptionUnion
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetEncryptedDataKeyDescriptionUnion.Builder |
| Modifier | Constructor and Description |
|---|---|
protected |
GetEncryptedDataKeyDescriptionUnion(software.amazon.cryptography.dbencryptionsdk.dynamodb.model.GetEncryptedDataKeyDescriptionUnion.BuilderImpl builder) |
| Modifier and Type | Method and Description |
|---|---|
static GetEncryptedDataKeyDescriptionUnion.Builder |
builder() |
java.nio.ByteBuffer |
header() |
java.util.Map<java.lang.String,software.amazon.awssdk.services.dynamodb.model.AttributeValue> |
item() |
GetEncryptedDataKeyDescriptionUnion.Builder |
toBuilder() |
protected GetEncryptedDataKeyDescriptionUnion(software.amazon.cryptography.dbencryptionsdk.dynamodb.model.GetEncryptedDataKeyDescriptionUnion.BuilderImpl builder)
public java.nio.ByteBuffer header()
public java.util.Map<java.lang.String,software.amazon.awssdk.services.dynamodb.model.AttributeValue> item()
public GetEncryptedDataKeyDescriptionUnion.Builder toBuilder()
public static GetEncryptedDataKeyDescriptionUnion.Builder builder()