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