| Package | Description |
|---|---|
| software.amazon.awssdk.services.redshift |
|
| Modifier and Type | Method and Description |
|---|---|
default DeleteClusterSnapshotResponse |
RedshiftClient.deleteClusterSnapshot(Consumer<DeleteClusterSnapshotRequest.Builder> deleteClusterSnapshotRequest)
Deletes the specified manual snapshot.
|
default DeleteClusterSnapshotResponse |
RedshiftClient.deleteClusterSnapshot(DeleteClusterSnapshotRequest deleteClusterSnapshotRequest)
Deletes the specified manual snapshot.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DeleteClusterSnapshotResponse> |
RedshiftAsyncClient.deleteClusterSnapshot(Consumer<DeleteClusterSnapshotRequest.Builder> deleteClusterSnapshotRequest)
Deletes the specified manual snapshot.
|
default CompletableFuture<DeleteClusterSnapshotResponse> |
RedshiftAsyncClient.deleteClusterSnapshot(DeleteClusterSnapshotRequest deleteClusterSnapshotRequest)
Deletes the specified manual snapshot.
|
Copyright © 2022. All rights reserved.