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.copyClusterSnapshot(CopyClusterSnapshotRequest copyClusterSnapshotRequest)
Copies the specified automated cluster snapshot to a new manual
cluster snapshot.
|
Snapshot |
AmazonRedshift.copyClusterSnapshot(CopyClusterSnapshotRequest copyClusterSnapshotRequest)
Copies the specified automated cluster snapshot to a new manual
cluster snapshot.
|
Future<Snapshot> |
AmazonRedshiftAsync.copyClusterSnapshotAsync(CopyClusterSnapshotRequest copyClusterSnapshotRequest)
Copies the specified automated cluster snapshot to a new manual
cluster snapshot.
|
Future<Snapshot> |
AmazonRedshiftAsyncClient.copyClusterSnapshotAsync(CopyClusterSnapshotRequest copyClusterSnapshotRequest)
Copies the specified automated cluster snapshot to a new manual
cluster snapshot.
|
Future<Snapshot> |
AmazonRedshiftAsync.copyClusterSnapshotAsync(CopyClusterSnapshotRequest copyClusterSnapshotRequest,
AsyncHandler<CopyClusterSnapshotRequest,Snapshot> asyncHandler)
Copies the specified automated cluster snapshot to a new manual
cluster snapshot.
|
Future<Snapshot> |
AmazonRedshiftAsyncClient.copyClusterSnapshotAsync(CopyClusterSnapshotRequest copyClusterSnapshotRequest,
AsyncHandler<CopyClusterSnapshotRequest,Snapshot> asyncHandler)
Copies the specified automated cluster snapshot to a new manual
cluster snapshot.
|
Modifier and Type | Method and Description |
---|---|
Future<Snapshot> |
AmazonRedshiftAsync.copyClusterSnapshotAsync(CopyClusterSnapshotRequest copyClusterSnapshotRequest,
AsyncHandler<CopyClusterSnapshotRequest,Snapshot> asyncHandler)
Copies the specified automated cluster snapshot to a new manual
cluster snapshot.
|
Future<Snapshot> |
AmazonRedshiftAsyncClient.copyClusterSnapshotAsync(CopyClusterSnapshotRequest copyClusterSnapshotRequest,
AsyncHandler<CopyClusterSnapshotRequest,Snapshot> asyncHandler)
Copies the specified automated cluster snapshot to a new manual
cluster snapshot.
|
Modifier and Type | Method and Description |
---|---|
CopyClusterSnapshotRequest |
CopyClusterSnapshotRequest.withSourceSnapshotClusterIdentifier(String sourceSnapshotClusterIdentifier)
The identifier of the cluster the source snapshot was created from.
|
CopyClusterSnapshotRequest |
CopyClusterSnapshotRequest.withSourceSnapshotIdentifier(String sourceSnapshotIdentifier)
The identifier for the source snapshot.
|
CopyClusterSnapshotRequest |
CopyClusterSnapshotRequest.withTargetSnapshotIdentifier(String targetSnapshotIdentifier)
The identifier given to the new manual snapshot.
|
Copyright © 2014. All rights reserved.