Uses of Class
software.amazon.awssdk.services.dynamodb.model.SourceTableFeatureDetails
-
Packages that use SourceTableFeatureDetails Package Description software.amazon.awssdk.services.dynamodb.model -
-
Uses of SourceTableFeatureDetails in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return SourceTableFeatureDetails Modifier and Type Method Description SourceTableFeatureDetails
BackupDescription. sourceTableFeatureDetails()
Contains the details of the features enabled on the table when the backup was created.Methods in software.amazon.awssdk.services.dynamodb.model with parameters of type SourceTableFeatureDetails Modifier and Type Method Description BackupDescription.Builder
BackupDescription.Builder. sourceTableFeatureDetails(SourceTableFeatureDetails sourceTableFeatureDetails)
Contains the details of the features enabled on the table when the backup was created.
-