Uses of Class
software.amazon.awssdk.services.redshift.model.BatchDeleteClusterSnapshotsResponse
-
Packages that use BatchDeleteClusterSnapshotsResponse Package Description software.amazon.awssdk.services.redshift Amazon Redshift -
-
Uses of BatchDeleteClusterSnapshotsResponse in software.amazon.awssdk.services.redshift
Methods in software.amazon.awssdk.services.redshift that return BatchDeleteClusterSnapshotsResponse Modifier and Type Method Description default BatchDeleteClusterSnapshotsResponseRedshiftClient. batchDeleteClusterSnapshots(Consumer<BatchDeleteClusterSnapshotsRequest.Builder> batchDeleteClusterSnapshotsRequest)Deletes a set of cluster snapshots.default BatchDeleteClusterSnapshotsResponseRedshiftClient. batchDeleteClusterSnapshots(BatchDeleteClusterSnapshotsRequest batchDeleteClusterSnapshotsRequest)Deletes a set of cluster snapshots.Methods in software.amazon.awssdk.services.redshift that return types with arguments of type BatchDeleteClusterSnapshotsResponse Modifier and Type Method Description default CompletableFuture<BatchDeleteClusterSnapshotsResponse>RedshiftAsyncClient. batchDeleteClusterSnapshots(Consumer<BatchDeleteClusterSnapshotsRequest.Builder> batchDeleteClusterSnapshotsRequest)Deletes a set of cluster snapshots.default CompletableFuture<BatchDeleteClusterSnapshotsResponse>RedshiftAsyncClient. batchDeleteClusterSnapshots(BatchDeleteClusterSnapshotsRequest batchDeleteClusterSnapshotsRequest)Deletes a set of cluster snapshots.
-