Uses of Class
software.amazon.awssdk.services.dynamodb.model.SSESpecification
Packages that use SSESpecification
-
Uses of SSESpecification in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return SSESpecificationModifier and TypeMethodDescriptionfinal SSESpecificationCreateTableRequest.sseSpecification()Represents the settings used to enable server-side encryption.final SSESpecificationTableCreationParameters.sseSpecification()Returns the value of the SSESpecification property for this object.final SSESpecificationUpdateTableRequest.sseSpecification()The new server-side encryption settings for the specified table.final SSESpecificationRestoreTableFromBackupRequest.sseSpecificationOverride()The new server-side encryption settings for the restored table.final SSESpecificationRestoreTableToPointInTimeRequest.sseSpecificationOverride()The new server-side encryption settings for the restored table.Methods in software.amazon.awssdk.services.dynamodb.model with parameters of type SSESpecificationModifier and TypeMethodDescriptionCreateTableRequest.Builder.sseSpecification(SSESpecification sseSpecification) Represents the settings used to enable server-side encryption.TableCreationParameters.Builder.sseSpecification(SSESpecification sseSpecification) Sets the value of the SSESpecification property for this object.UpdateTableRequest.Builder.sseSpecification(SSESpecification sseSpecification) The new server-side encryption settings for the specified table.RestoreTableFromBackupRequest.Builder.sseSpecificationOverride(SSESpecification sseSpecificationOverride) The new server-side encryption settings for the restored table.RestoreTableToPointInTimeRequest.Builder.sseSpecificationOverride(SSESpecification sseSpecificationOverride) The new server-side encryption settings for the restored table.