Uses of Class
software.amazon.awssdk.services.redshift.model.ModifyClusterSnapshotResponse
-
Packages that use ModifyClusterSnapshotResponse Package Description software.amazon.awssdk.services.redshift Amazon Redshift -
-
Uses of ModifyClusterSnapshotResponse in software.amazon.awssdk.services.redshift
Methods in software.amazon.awssdk.services.redshift that return ModifyClusterSnapshotResponse Modifier and Type Method Description default ModifyClusterSnapshotResponseRedshiftClient. modifyClusterSnapshot(Consumer<ModifyClusterSnapshotRequest.Builder> modifyClusterSnapshotRequest)Modifies the settings for a snapshot.default ModifyClusterSnapshotResponseRedshiftClient. modifyClusterSnapshot(ModifyClusterSnapshotRequest modifyClusterSnapshotRequest)Modifies the settings for a snapshot.Methods in software.amazon.awssdk.services.redshift that return types with arguments of type ModifyClusterSnapshotResponse Modifier and Type Method Description default CompletableFuture<ModifyClusterSnapshotResponse>RedshiftAsyncClient. modifyClusterSnapshot(Consumer<ModifyClusterSnapshotRequest.Builder> modifyClusterSnapshotRequest)Modifies the settings for a snapshot.default CompletableFuture<ModifyClusterSnapshotResponse>RedshiftAsyncClient. modifyClusterSnapshot(ModifyClusterSnapshotRequest modifyClusterSnapshotRequest)Modifies the settings for a snapshot.
-