default CopyClusterSnapshotResponse |
RedshiftClient.copyClusterSnapshot(Consumer<CopyClusterSnapshotRequest.Builder> copyClusterSnapshotRequest) |
Copies the specified automated cluster snapshot to a new manual cluster snapshot.
|
default CopyClusterSnapshotResponse |
RedshiftClient.copyClusterSnapshot(CopyClusterSnapshotRequest copyClusterSnapshotRequest) |
Copies the specified automated cluster snapshot to a new manual cluster snapshot.
|
default CreateClusterSnapshotResponse |
RedshiftClient.createClusterSnapshot(Consumer<CreateClusterSnapshotRequest.Builder> createClusterSnapshotRequest) |
Creates a manual snapshot of the specified cluster.
|
default CreateClusterSnapshotResponse |
RedshiftClient.createClusterSnapshot(CreateClusterSnapshotRequest createClusterSnapshotRequest) |
Creates a manual snapshot of the specified cluster.
|
default DeleteClusterResponse |
RedshiftClient.deleteCluster(Consumer<DeleteClusterRequest.Builder> deleteClusterRequest) |
Deletes a previously provisioned cluster without its final snapshot being created.
|
default DeleteClusterResponse |
RedshiftClient.deleteCluster(DeleteClusterRequest deleteClusterRequest) |
Deletes a previously provisioned cluster without its final snapshot being created.
|