Uses of Class
software.amazon.awssdk.services.dynamodb.model.BackupDetails
Packages that use BackupDetails
-
Uses of BackupDetails in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return BackupDetailsModifier and TypeMethodDescriptionfinal BackupDetailsBackupDescription.backupDetails()Contains the details of the backup created for the table.final BackupDetailsCreateBackupResponse.backupDetails()Contains the details of the backup created for the table.Methods in software.amazon.awssdk.services.dynamodb.model with parameters of type BackupDetailsModifier and TypeMethodDescriptionBackupDescription.Builder.backupDetails(BackupDetails backupDetails) Contains the details of the backup created for the table.CreateBackupResponse.Builder.backupDetails(BackupDetails backupDetails) Contains the details of the backup created for the table.