Uses of Class
software.amazon.awssdk.services.dynamodb.model.BackupDetails
-
Packages that use BackupDetails Package Description software.amazon.awssdk.services.dynamodb.model -
-
Uses of BackupDetails in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return BackupDetails Modifier and Type Method Description BackupDetailsBackupDescription. backupDetails()Contains the details of the backup created for the table.BackupDetailsCreateBackupResponse. backupDetails()Contains the details of the backup created for the table.Methods in software.amazon.awssdk.services.dynamodb.model with parameters of type BackupDetails Modifier and Type Method Description BackupDescription.BuilderBackupDescription.Builder. backupDetails(BackupDetails backupDetails)Contains the details of the backup created for the table.CreateBackupResponse.BuilderCreateBackupResponse.Builder. backupDetails(BackupDetails backupDetails)Contains the details of the backup created for the table.
-