Package | Description |
---|---|
com.amazonaws.services.redshift |
Synchronous and asynchronous client classes for accessing AmazonRedshift.
|
com.amazonaws.services.redshift.model |
Classes modeling the various types represented by AmazonRedshift.
|
Modifier and Type | Method and Description |
---|---|
Snapshot |
AmazonRedshiftClient.deleteClusterSnapshot(DeleteClusterSnapshotRequest deleteClusterSnapshotRequest)
Deletes the specified manual snapshot.
|
Snapshot |
AmazonRedshift.deleteClusterSnapshot(DeleteClusterSnapshotRequest deleteClusterSnapshotRequest)
Deletes the specified manual snapshot.
|
Future<Snapshot> |
AmazonRedshiftAsync.deleteClusterSnapshotAsync(DeleteClusterSnapshotRequest deleteClusterSnapshotRequest)
Deletes the specified manual snapshot.
|
Future<Snapshot> |
AmazonRedshiftAsyncClient.deleteClusterSnapshotAsync(DeleteClusterSnapshotRequest deleteClusterSnapshotRequest)
Deletes the specified manual snapshot.
|
Future<Snapshot> |
AmazonRedshiftAsync.deleteClusterSnapshotAsync(DeleteClusterSnapshotRequest deleteClusterSnapshotRequest,
AsyncHandler<DeleteClusterSnapshotRequest,Snapshot> asyncHandler)
Deletes the specified manual snapshot.
|
Future<Snapshot> |
AmazonRedshiftAsyncClient.deleteClusterSnapshotAsync(DeleteClusterSnapshotRequest deleteClusterSnapshotRequest,
AsyncHandler<DeleteClusterSnapshotRequest,Snapshot> asyncHandler)
Deletes the specified manual snapshot.
|
Modifier and Type | Method and Description |
---|---|
Future<Snapshot> |
AmazonRedshiftAsync.deleteClusterSnapshotAsync(DeleteClusterSnapshotRequest deleteClusterSnapshotRequest,
AsyncHandler<DeleteClusterSnapshotRequest,Snapshot> asyncHandler)
Deletes the specified manual snapshot.
|
Future<Snapshot> |
AmazonRedshiftAsyncClient.deleteClusterSnapshotAsync(DeleteClusterSnapshotRequest deleteClusterSnapshotRequest,
AsyncHandler<DeleteClusterSnapshotRequest,Snapshot> asyncHandler)
Deletes the specified manual snapshot.
|
Modifier and Type | Method and Description |
---|---|
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 © 2014. All rights reserved.