Uses of Class
software.amazon.awssdk.services.dynamodb.model.BackupNotFoundException
Packages that use BackupNotFoundException
-
Uses of BackupNotFoundException in software.amazon.awssdk.services.dynamodb
Methods in software.amazon.awssdk.services.dynamodb that throw BackupNotFoundExceptionModifier and TypeMethodDescriptiondefault DeleteBackupResponseDynamoDbClient.deleteBackup(Consumer<DeleteBackupRequest.Builder> deleteBackupRequest) Deletes an existing backup of a table.default DeleteBackupResponseDynamoDbClient.deleteBackup(DeleteBackupRequest deleteBackupRequest) Deletes an existing backup of a table.default DescribeBackupResponseDynamoDbClient.describeBackup(Consumer<DescribeBackupRequest.Builder> describeBackupRequest) Describes an existing backup of a table.default DescribeBackupResponseDynamoDbClient.describeBackup(DescribeBackupRequest describeBackupRequest) Describes an existing backup of a table.default RestoreTableFromBackupResponseDynamoDbClient.restoreTableFromBackup(Consumer<RestoreTableFromBackupRequest.Builder> restoreTableFromBackupRequest) Creates a new table from an existing backup.default RestoreTableFromBackupResponseDynamoDbClient.restoreTableFromBackup(RestoreTableFromBackupRequest restoreTableFromBackupRequest) Creates a new table from an existing backup.