Uses of Class
software.amazon.awssdk.services.dynamodb.model.ListBackupsResponse
-
Packages that use ListBackupsResponse Package Description software.amazon.awssdk.services.dynamodb Amazon DynamoDB -
-
Uses of ListBackupsResponse in software.amazon.awssdk.services.dynamodb
Methods in software.amazon.awssdk.services.dynamodb that return ListBackupsResponse Modifier and Type Method Description default ListBackupsResponseDynamoDbClient. listBackups()List DynamoDB backups that are associated with an Amazon Web Services account and weren't made with Amazon Web Services Backup.default ListBackupsResponseDynamoDbClient. listBackups(Consumer<ListBackupsRequest.Builder> listBackupsRequest)List DynamoDB backups that are associated with an Amazon Web Services account and weren't made with Amazon Web Services Backup.default ListBackupsResponseDynamoDbClient. listBackups(ListBackupsRequest listBackupsRequest)List DynamoDB backups that are associated with an Amazon Web Services account and weren't made with Amazon Web Services Backup.Methods in software.amazon.awssdk.services.dynamodb that return types with arguments of type ListBackupsResponse Modifier and Type Method Description default CompletableFuture<ListBackupsResponse>DynamoDbAsyncClient. listBackups()List DynamoDB backups that are associated with an Amazon Web Services account and weren't made with Amazon Web Services Backup.default CompletableFuture<ListBackupsResponse>DynamoDbAsyncClient. listBackups(Consumer<ListBackupsRequest.Builder> listBackupsRequest)List DynamoDB backups that are associated with an Amazon Web Services account and weren't made with Amazon Web Services Backup.default CompletableFuture<ListBackupsResponse>DynamoDbAsyncClient. listBackups(ListBackupsRequest listBackupsRequest)List DynamoDB backups that are associated with an Amazon Web Services account and weren't made with Amazon Web Services Backup.
-