Uses of Class
software.amazon.awssdk.services.dynamodb.model.DescribeBackupRequest
-
Packages that use DescribeBackupRequest Package Description software.amazon.awssdk.services.dynamodb Amazon DynamoDB software.amazon.awssdk.services.dynamodb.transform -
-
Uses of DescribeBackupRequest in software.amazon.awssdk.services.dynamodb
Methods in software.amazon.awssdk.services.dynamodb with parameters of type DescribeBackupRequest Modifier and Type Method Description default CompletableFuture<DescribeBackupResponse>
DynamoDbAsyncClient. describeBackup(DescribeBackupRequest describeBackupRequest)
Describes an existing backup of a table.default DescribeBackupResponse
DynamoDbClient. 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 DescribeBackupRequest Modifier and Type Method Description SdkHttpFullRequest
DescribeBackupRequestMarshaller. marshall(DescribeBackupRequest describeBackupRequest)
-