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