Uses of Class
software.amazon.awssdk.services.redshift.model.CopyClusterSnapshotResponse
-
Packages that use CopyClusterSnapshotResponse Package Description software.amazon.awssdk.services.redshift Amazon Redshift -
-
Uses of CopyClusterSnapshotResponse in software.amazon.awssdk.services.redshift
Methods in software.amazon.awssdk.services.redshift that return CopyClusterSnapshotResponse Modifier and Type Method Description default CopyClusterSnapshotResponseRedshiftClient. copyClusterSnapshot(Consumer<CopyClusterSnapshotRequest.Builder> 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.Methods in software.amazon.awssdk.services.redshift that return types with arguments of type CopyClusterSnapshotResponse Modifier and Type Method Description default CompletableFuture<CopyClusterSnapshotResponse>RedshiftAsyncClient. copyClusterSnapshot(Consumer<CopyClusterSnapshotRequest.Builder> copyClusterSnapshotRequest)Copies the specified automated cluster snapshot to a new manual cluster snapshot.default CompletableFuture<CopyClusterSnapshotResponse>RedshiftAsyncClient. copyClusterSnapshot(CopyClusterSnapshotRequest copyClusterSnapshotRequest)Copies the specified automated cluster snapshot to a new manual cluster snapshot.
-