Uses of Class
software.amazon.awssdk.services.dynamodb.model.DescribeBackupRequest
Packages that use DescribeBackupRequest
Package
Description
-
Uses of DescribeBackupRequest in software.amazon.awssdk.services.dynamodb
Methods in software.amazon.awssdk.services.dynamodb with parameters of type DescribeBackupRequestModifier and TypeMethodDescriptiondefault CompletableFuture<DescribeBackupResponse>DynamoDbAsyncClient.describeBackup(DescribeBackupRequest describeBackupRequest) Describes an existing backup of a table.default DescribeBackupResponseDynamoDbClient.describeBackup(DescribeBackupRequest describeBackupRequest) Describes an existing backup of a table. -
Uses of DescribeBackupRequest in software.amazon.awssdk.services.dynamodb.transform
Methods in software.amazon.awssdk.services.dynamodb.transform with parameters of type DescribeBackupRequestModifier and TypeMethodDescriptionDescribeBackupRequestMarshaller.marshall(DescribeBackupRequest describeBackupRequest)