Uses of Class
software.amazon.awssdk.services.dynamodb.model.SSEDescription
Packages that use SSEDescription
-
Uses of SSEDescription in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return SSEDescriptionModifier and TypeMethodDescriptionfinal SSEDescriptionSourceTableFeatureDetails.sseDescription()The description of the server-side encryption status on the table when the backup was created.final SSEDescriptionTableDescription.sseDescription()The description of the server-side encryption status on the specified table.Methods in software.amazon.awssdk.services.dynamodb.model with parameters of type SSEDescriptionModifier and TypeMethodDescriptionSourceTableFeatureDetails.Builder.sseDescription(SSEDescription sseDescription) The description of the server-side encryption status on the table when the backup was created.TableDescription.Builder.sseDescription(SSEDescription sseDescription) The description of the server-side encryption status on the specified table.