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