Uses of Class
software.amazon.awssdk.services.dynamodb.model.DescribeBackupResponse
Packages that use DescribeBackupResponse
-
Uses of DescribeBackupResponse in software.amazon.awssdk.services.dynamodb
Methods in software.amazon.awssdk.services.dynamodb that return DescribeBackupResponseModifier and TypeMethodDescriptiondefault 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.Methods in software.amazon.awssdk.services.dynamodb that return types with arguments of type DescribeBackupResponseModifier and TypeMethodDescriptiondefault CompletableFuture<DescribeBackupResponse>DynamoDbAsyncClient.describeBackup(Consumer<DescribeBackupRequest.Builder> describeBackupRequest) Describes an existing backup of a table.default CompletableFuture<DescribeBackupResponse>DynamoDbAsyncClient.describeBackup(DescribeBackupRequest describeBackupRequest) Describes an existing backup of a table.