Package | Description |
---|---|
com.amazonaws.services.dynamodbv2.model |
Modifier and Type | Method and Description |
---|---|
SSESpecification |
SSESpecification.clone() |
SSESpecification |
UpdateTableRequest.getSSESpecification()
The new server-side encryption settings for the specified table.
|
SSESpecification |
CreateTableRequest.getSSESpecification()
Represents the settings used to enable server-side encryption.
|
SSESpecification |
SSESpecification.withEnabled(Boolean enabled)
Indicates whether server-side encryption is enabled (true) or disabled (false) on the table.
|
SSESpecification |
SSESpecification.withKMSMasterKeyId(String kMSMasterKeyId)
The KMS Master Key (CMK) which should be used for the KMS encryption.
|
SSESpecification |
SSESpecification.withSSEType(SSEType sSEType)
Server-side encryption type:
|
SSESpecification |
SSESpecification.withSSEType(String sSEType)
Server-side encryption type:
|
Modifier and Type | Method and Description |
---|---|
void |
UpdateTableRequest.setSSESpecification(SSESpecification sSESpecification)
The new server-side encryption settings for the specified table.
|
void |
CreateTableRequest.setSSESpecification(SSESpecification sSESpecification)
Represents the settings used to enable server-side encryption.
|
UpdateTableRequest |
UpdateTableRequest.withSSESpecification(SSESpecification sSESpecification)
The new server-side encryption settings for the specified table.
|
CreateTableRequest |
CreateTableRequest.withSSESpecification(SSESpecification sSESpecification)
Represents the settings used to enable server-side encryption.
|
Copyright © 2019. All rights reserved.