Uses of Class
software.amazon.awssdk.services.redshift.model.CreateClusterSnapshotRequest
-
Packages that use CreateClusterSnapshotRequest Package Description software.amazon.awssdk.services.redshift Amazon Redshift software.amazon.awssdk.services.redshift.transform -
-
Uses of CreateClusterSnapshotRequest in software.amazon.awssdk.services.redshift
Methods in software.amazon.awssdk.services.redshift with parameters of type CreateClusterSnapshotRequest Modifier and Type Method Description default CompletableFuture<CreateClusterSnapshotResponse>RedshiftAsyncClient. createClusterSnapshot(CreateClusterSnapshotRequest createClusterSnapshotRequest)Creates a manual snapshot of the specified cluster.default CreateClusterSnapshotResponseRedshiftClient. createClusterSnapshot(CreateClusterSnapshotRequest createClusterSnapshotRequest)Creates a manual snapshot of the specified cluster. -
Uses of CreateClusterSnapshotRequest in software.amazon.awssdk.services.redshift.transform
Methods in software.amazon.awssdk.services.redshift.transform with parameters of type CreateClusterSnapshotRequest Modifier and Type Method Description SdkHttpFullRequestCreateClusterSnapshotRequestMarshaller. marshall(CreateClusterSnapshotRequest createClusterSnapshotRequest)
-