Uses of Class
software.amazon.awssdk.services.dynamodb.model.ListBackupsResponse
Packages that use ListBackupsResponse
-
Uses of ListBackupsResponse in software.amazon.awssdk.services.dynamodb
Methods in software.amazon.awssdk.services.dynamodb that return ListBackupsResponseModifier and TypeMethodDescriptiondefault 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 ListBackupsResponseModifier and TypeMethodDescriptiondefault 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.