Uses of Class
software.amazon.awssdk.services.dynamodb.model.BackupDescription
-
Packages that use BackupDescription Package Description software.amazon.awssdk.services.dynamodb.model -
-
Uses of BackupDescription in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return BackupDescription Modifier and Type Method Description BackupDescriptionDeleteBackupResponse. backupDescription()Contains the description of the backup created for the table.BackupDescriptionDescribeBackupResponse. backupDescription()Contains the description of the backup created for the table.Methods in software.amazon.awssdk.services.dynamodb.model with parameters of type BackupDescription Modifier and Type Method Description DeleteBackupResponse.BuilderDeleteBackupResponse.Builder. backupDescription(BackupDescription backupDescription)Contains the description of the backup created for the table.DescribeBackupResponse.BuilderDescribeBackupResponse.Builder. backupDescription(BackupDescription backupDescription)Contains the description of the backup created for the table.
-