Uses of Class
software.amazon.awssdk.services.redshift.model.BatchModifyClusterSnapshotsRequest
-
Packages that use BatchModifyClusterSnapshotsRequest Package Description software.amazon.awssdk.services.redshift Amazon Redshift software.amazon.awssdk.services.redshift.transform -
-
Uses of BatchModifyClusterSnapshotsRequest in software.amazon.awssdk.services.redshift
Methods in software.amazon.awssdk.services.redshift with parameters of type BatchModifyClusterSnapshotsRequest Modifier and Type Method Description default CompletableFuture<BatchModifyClusterSnapshotsResponse>RedshiftAsyncClient. batchModifyClusterSnapshots(BatchModifyClusterSnapshotsRequest batchModifyClusterSnapshotsRequest)Modifies the settings for a set of cluster snapshots.default BatchModifyClusterSnapshotsResponseRedshiftClient. batchModifyClusterSnapshots(BatchModifyClusterSnapshotsRequest batchModifyClusterSnapshotsRequest)Modifies the settings for a set of cluster snapshots. -
Uses of BatchModifyClusterSnapshotsRequest in software.amazon.awssdk.services.redshift.transform
Methods in software.amazon.awssdk.services.redshift.transform with parameters of type BatchModifyClusterSnapshotsRequest Modifier and Type Method Description SdkHttpFullRequestBatchModifyClusterSnapshotsRequestMarshaller. marshall(BatchModifyClusterSnapshotsRequest batchModifyClusterSnapshotsRequest)
-