Package | Description |
---|---|
com.amazonaws.services.dynamodbv2.model |
Modifier and Type | Method and Description |
---|---|
SSESpecification |
SSESpecification.clone() |
SSESpecification |
TableCreationParameters.getSSESpecification() |
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 |
RestoreTableToPointInTimeRequest.getSSESpecificationOverride()
The new server-side encryption settings for the restored table.
|
SSESpecification |
RestoreTableFromBackupRequest.getSSESpecificationOverride()
The new server-side encryption settings for the restored table.
|
SSESpecification |
SSESpecification.withEnabled(Boolean enabled)
Indicates whether server-side encryption is done using an Amazon Web Services managed key or an Amazon Web
Services owned key.
|
SSESpecification |
SSESpecification.withKMSMasterKeyId(String kMSMasterKeyId)
The KMS key that 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 |
TableCreationParameters.setSSESpecification(SSESpecification sSESpecification) |
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.
|
void |
RestoreTableToPointInTimeRequest.setSSESpecificationOverride(SSESpecification sSESpecificationOverride)
The new server-side encryption settings for the restored table.
|
void |
RestoreTableFromBackupRequest.setSSESpecificationOverride(SSESpecification sSESpecificationOverride)
The new server-side encryption settings for the restored table.
|
TableCreationParameters |
TableCreationParameters.withSSESpecification(SSESpecification sSESpecification) |
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.
|
RestoreTableToPointInTimeRequest |
RestoreTableToPointInTimeRequest.withSSESpecificationOverride(SSESpecification sSESpecificationOverride)
The new server-side encryption settings for the restored table.
|
RestoreTableFromBackupRequest |
RestoreTableFromBackupRequest.withSSESpecificationOverride(SSESpecification sSESpecificationOverride)
The new server-side encryption settings for the restored table.
|
Copyright © 2023. All rights reserved.