Package | Description |
---|---|
com.amazonaws.services.dynamodbv2.model |
Modifier and Type | Method and Description |
---|---|
SSEDescription |
SSEDescription.clone() |
SSEDescription |
SourceTableFeatureDetails.getSSEDescription()
The description of the server-side encryption status on the table when the backup was created.
|
SSEDescription |
TableDescription.getSSEDescription()
The description of the server-side encryption status on the specified table.
|
SSEDescription |
SSEDescription.withInaccessibleEncryptionDateTime(Date inaccessibleEncryptionDateTime)
Indicates the time, in UNIX epoch date format, when DynamoDB detected that the table's AWS KMS key was
inaccessible.
|
SSEDescription |
SSEDescription.withKMSMasterKeyArn(String kMSMasterKeyArn)
The AWS KMS customer master key (CMK) ARN used for the AWS KMS encryption.
|
SSEDescription |
SSEDescription.withSSEType(SSEType sSEType)
Server-side encryption type.
|
SSEDescription |
SSEDescription.withSSEType(String sSEType)
Server-side encryption type.
|
SSEDescription |
SSEDescription.withStatus(SSEStatus status)
Represents the current state of server-side encryption.
|
SSEDescription |
SSEDescription.withStatus(String status)
Represents the current state of server-side encryption.
|
Modifier and Type | Method and Description |
---|---|
void |
SourceTableFeatureDetails.setSSEDescription(SSEDescription sSEDescription)
The description of the server-side encryption status on the table when the backup was created.
|
void |
TableDescription.setSSEDescription(SSEDescription sSEDescription)
The description of the server-side encryption status on the specified table.
|
SourceTableFeatureDetails |
SourceTableFeatureDetails.withSSEDescription(SSEDescription sSEDescription)
The description of the server-side encryption status on the table when the backup was created.
|
TableDescription |
TableDescription.withSSEDescription(SSEDescription sSEDescription)
The description of the server-side encryption status on the specified table.
|
Copyright © 2020. All rights reserved.