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