Uses of Class
software.amazon.awssdk.services.dynamodb.model.SSEDescription
-
Packages that use SSEDescription Package Description software.amazon.awssdk.services.dynamodb.model -
-
Uses of SSEDescription in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return SSEDescription Modifier and Type Method Description SSEDescriptionSourceTableFeatureDetails. sseDescription()The description of the server-side encryption status on the table when the backup was created.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 SSEDescription Modifier and Type Method Description SourceTableFeatureDetails.BuilderSourceTableFeatureDetails.Builder. sseDescription(SSEDescription sseDescription)The description of the server-side encryption status on the table when the backup was created.TableDescription.BuilderTableDescription.Builder. sseDescription(SSEDescription sseDescription)The description of the server-side encryption status on the specified table.
-