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.withStatus(SSEStatus status)
The current state of server-side encryption:
|
SSEDescription |
SSEDescription.withStatus(String status)
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 © 2018. All rights reserved.