Uses of Interface
software.amazon.awssdk.services.redshift.model.BatchDeleteClusterSnapshotsRequest.Builder
-
Packages that use BatchDeleteClusterSnapshotsRequest.Builder Package Description software.amazon.awssdk.services.redshift Amazon Redshift software.amazon.awssdk.services.redshift.model -
-
Uses of BatchDeleteClusterSnapshotsRequest.Builder in software.amazon.awssdk.services.redshift
Method parameters in software.amazon.awssdk.services.redshift with type arguments of type BatchDeleteClusterSnapshotsRequest.Builder Modifier and Type Method Description default CompletableFuture<BatchDeleteClusterSnapshotsResponse>RedshiftAsyncClient. batchDeleteClusterSnapshots(Consumer<BatchDeleteClusterSnapshotsRequest.Builder> batchDeleteClusterSnapshotsRequest)Deletes a set of cluster snapshots.default BatchDeleteClusterSnapshotsResponseRedshiftClient. batchDeleteClusterSnapshots(Consumer<BatchDeleteClusterSnapshotsRequest.Builder> batchDeleteClusterSnapshotsRequest)Deletes a set of cluster snapshots. -
Uses of BatchDeleteClusterSnapshotsRequest.Builder in software.amazon.awssdk.services.redshift.model
Methods in software.amazon.awssdk.services.redshift.model that return BatchDeleteClusterSnapshotsRequest.Builder Modifier and Type Method Description static BatchDeleteClusterSnapshotsRequest.BuilderBatchDeleteClusterSnapshotsRequest. builder()BatchDeleteClusterSnapshotsRequest.BuilderBatchDeleteClusterSnapshotsRequest.Builder. identifiers(Collection<DeleteClusterSnapshotMessage> identifiers)A list of identifiers for the snapshots that you want to delete.BatchDeleteClusterSnapshotsRequest.BuilderBatchDeleteClusterSnapshotsRequest.Builder. identifiers(Consumer<DeleteClusterSnapshotMessage.Builder>... identifiers)A list of identifiers for the snapshots that you want to delete.BatchDeleteClusterSnapshotsRequest.BuilderBatchDeleteClusterSnapshotsRequest.Builder. identifiers(DeleteClusterSnapshotMessage... identifiers)A list of identifiers for the snapshots that you want to delete.BatchDeleteClusterSnapshotsRequest.BuilderBatchDeleteClusterSnapshotsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)BatchDeleteClusterSnapshotsRequest.BuilderBatchDeleteClusterSnapshotsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)BatchDeleteClusterSnapshotsRequest.BuilderBatchDeleteClusterSnapshotsRequest. toBuilder()Methods in software.amazon.awssdk.services.redshift.model that return types with arguments of type BatchDeleteClusterSnapshotsRequest.Builder Modifier and Type Method Description static Class<? extends BatchDeleteClusterSnapshotsRequest.Builder>BatchDeleteClusterSnapshotsRequest. serializableBuilderClass()
-