Uses of Class
software.amazon.awssdk.services.dynamodb.model.DescribeBackupResponse
-
Packages that use DescribeBackupResponse Package Description software.amazon.awssdk.services.dynamodb Amazon DynamoDB -
-
Uses of DescribeBackupResponse in software.amazon.awssdk.services.dynamodb
Methods in software.amazon.awssdk.services.dynamodb that return DescribeBackupResponse Modifier and Type Method Description 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.Methods in software.amazon.awssdk.services.dynamodb that return types with arguments of type DescribeBackupResponse Modifier and Type Method Description default 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.
-