Uses of Class
software.amazon.awssdk.services.dynamodb.model.SSESpecification
-
Packages that use SSESpecification Package Description software.amazon.awssdk.services.dynamodb.model -
-
Uses of SSESpecification in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return SSESpecification Modifier and Type Method Description SSESpecificationCreateTableRequest. sseSpecification()Represents the settings used to enable server-side encryption.SSESpecificationTableCreationParameters. sseSpecification()Returns the value of the SSESpecification property for this object.SSESpecificationUpdateTableRequest. sseSpecification()The new server-side encryption settings for the specified table.SSESpecificationRestoreTableFromBackupRequest. sseSpecificationOverride()The new server-side encryption settings for the restored table.SSESpecificationRestoreTableToPointInTimeRequest. sseSpecificationOverride()The new server-side encryption settings for the restored table.Methods in software.amazon.awssdk.services.dynamodb.model with parameters of type SSESpecification Modifier and Type Method Description CreateTableRequest.BuilderCreateTableRequest.Builder. sseSpecification(SSESpecification sseSpecification)Represents the settings used to enable server-side encryption.TableCreationParameters.BuilderTableCreationParameters.Builder. sseSpecification(SSESpecification sseSpecification)Sets the value of the SSESpecification property for this object.UpdateTableRequest.BuilderUpdateTableRequest.Builder. sseSpecification(SSESpecification sseSpecification)The new server-side encryption settings for the specified table.RestoreTableFromBackupRequest.BuilderRestoreTableFromBackupRequest.Builder. sseSpecificationOverride(SSESpecification sseSpecificationOverride)The new server-side encryption settings for the restored table.RestoreTableToPointInTimeRequest.BuilderRestoreTableToPointInTimeRequest.Builder. sseSpecificationOverride(SSESpecification sseSpecificationOverride)The new server-side encryption settings for the restored table.
-