Uses of Interface
software.amazon.awssdk.services.dynamodb.model.ListBackupsRequest.Builder
Packages that use ListBackupsRequest.Builder
Package
Description
-
Uses of ListBackupsRequest.Builder in software.amazon.awssdk.services.dynamodb
Method parameters in software.amazon.awssdk.services.dynamodb with type arguments of type ListBackupsRequest.BuilderModifier and TypeMethodDescriptiondefault 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 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. -
Uses of ListBackupsRequest.Builder in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return ListBackupsRequest.BuilderModifier and TypeMethodDescriptionListBackupsRequest.Builder.backupType(String backupType) The backups from the table specified byBackupTypeare listed.ListBackupsRequest.Builder.backupType(BackupTypeFilter backupType) The backups from the table specified byBackupTypeare listed.static ListBackupsRequest.BuilderListBackupsRequest.builder()ListBackupsRequest.Builder.exclusiveStartBackupArn(String exclusiveStartBackupArn) LastEvaluatedBackupArnis the Amazon Resource Name (ARN) of the backup last evaluated when the current page of results was returned, inclusive of the current page of results.Maximum number of backups to return at once.ListBackupsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) ListBackupsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Lists the backups from the table specified inTableName.ListBackupsRequest.Builder.timeRangeLowerBound(Instant timeRangeLowerBound) Only backups created after this time are listed.ListBackupsRequest.Builder.timeRangeUpperBound(Instant timeRangeUpperBound) Only backups created before this time are listed.ListBackupsRequest.toBuilder()Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type ListBackupsRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ListBackupsRequest.Builder>ListBackupsRequest.serializableBuilderClass()