Package | Description |
---|---|
com.amazonaws.services.redshift | |
com.amazonaws.services.redshift.model |
Modifier and Type | Method and Description |
---|---|
Future<Snapshot> |
AmazonRedshiftAsyncClient.deleteClusterSnapshotAsync(DeleteClusterSnapshotRequest request,
AsyncHandler<DeleteClusterSnapshotRequest,Snapshot> asyncHandler) |
Future<Snapshot> |
AmazonRedshiftAsync.deleteClusterSnapshotAsync(DeleteClusterSnapshotRequest deleteClusterSnapshotRequest,
AsyncHandler<DeleteClusterSnapshotRequest,Snapshot> asyncHandler)
Deletes the specified manual snapshot.
|
Future<Snapshot> |
AbstractAmazonRedshiftAsync.deleteClusterSnapshotAsync(DeleteClusterSnapshotRequest request,
AsyncHandler<DeleteClusterSnapshotRequest,Snapshot> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
DeleteClusterSnapshotRequest |
DeleteClusterSnapshotRequest.clone() |
DeleteClusterSnapshotRequest |
DeleteClusterSnapshotRequest.withSnapshotClusterIdentifier(String snapshotClusterIdentifier)
The unique identifier of the cluster the snapshot was created from.
|
DeleteClusterSnapshotRequest |
DeleteClusterSnapshotRequest.withSnapshotIdentifier(String snapshotIdentifier)
The unique identifier of the manual snapshot to be deleted.
|
Copyright © 2018. All rights reserved.