Uses of Class
software.amazon.awssdk.services.redshift.model.CopyClusterSnapshotRequest
-
Packages that use CopyClusterSnapshotRequest Package Description software.amazon.awssdk.services.redshift Amazon Redshift software.amazon.awssdk.services.redshift.transform -
-
Uses of CopyClusterSnapshotRequest in software.amazon.awssdk.services.redshift
Methods in software.amazon.awssdk.services.redshift with parameters of type CopyClusterSnapshotRequest Modifier and Type Method Description default CompletableFuture<CopyClusterSnapshotResponse>RedshiftAsyncClient. copyClusterSnapshot(CopyClusterSnapshotRequest copyClusterSnapshotRequest)Copies the specified automated cluster snapshot to a new manual cluster snapshot.default CopyClusterSnapshotResponseRedshiftClient. copyClusterSnapshot(CopyClusterSnapshotRequest copyClusterSnapshotRequest)Copies the specified automated cluster snapshot to a new manual cluster snapshot. -
Uses of CopyClusterSnapshotRequest in software.amazon.awssdk.services.redshift.transform
Methods in software.amazon.awssdk.services.redshift.transform with parameters of type CopyClusterSnapshotRequest Modifier and Type Method Description SdkHttpFullRequestCopyClusterSnapshotRequestMarshaller. marshall(CopyClusterSnapshotRequest copyClusterSnapshotRequest)
-