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 BackupDetails
BackupDescription. backupDetails()
Contains the details of the backup created for the table.BackupDetails
CreateBackupResponse. 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.Builder
BackupDescription.Builder. backupDetails(BackupDetails backupDetails)
Contains the details of the backup created for the table.CreateBackupResponse.Builder
CreateBackupResponse.Builder. backupDetails(BackupDetails backupDetails)
Contains the details of the backup created for the table.
-