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 |
---|---|
Cluster |
AmazonRedshiftClient.enableSnapshotCopy(EnableSnapshotCopyRequest enableSnapshotCopyRequest)
Enables the automatic copy of snapshots from one region to another
region for a specified cluster.
|
Cluster |
AmazonRedshift.enableSnapshotCopy(EnableSnapshotCopyRequest enableSnapshotCopyRequest)
Enables the automatic copy of snapshots from one region to another
region for a specified cluster.
|
Future<Cluster> |
AmazonRedshiftAsync.enableSnapshotCopyAsync(EnableSnapshotCopyRequest enableSnapshotCopyRequest)
Enables the automatic copy of snapshots from one region to another
region for a specified cluster.
|
Future<Cluster> |
AmazonRedshiftAsyncClient.enableSnapshotCopyAsync(EnableSnapshotCopyRequest enableSnapshotCopyRequest)
Enables the automatic copy of snapshots from one region to another
region for a specified cluster.
|
Future<Cluster> |
AmazonRedshiftAsync.enableSnapshotCopyAsync(EnableSnapshotCopyRequest enableSnapshotCopyRequest,
AsyncHandler<EnableSnapshotCopyRequest,Cluster> asyncHandler)
Enables the automatic copy of snapshots from one region to another
region for a specified cluster.
|
Future<Cluster> |
AmazonRedshiftAsyncClient.enableSnapshotCopyAsync(EnableSnapshotCopyRequest enableSnapshotCopyRequest,
AsyncHandler<EnableSnapshotCopyRequest,Cluster> asyncHandler)
Enables the automatic copy of snapshots from one region to another
region for a specified cluster.
|
Modifier and Type | Method and Description |
---|---|
Future<Cluster> |
AmazonRedshiftAsync.enableSnapshotCopyAsync(EnableSnapshotCopyRequest enableSnapshotCopyRequest,
AsyncHandler<EnableSnapshotCopyRequest,Cluster> asyncHandler)
Enables the automatic copy of snapshots from one region to another
region for a specified cluster.
|
Future<Cluster> |
AmazonRedshiftAsyncClient.enableSnapshotCopyAsync(EnableSnapshotCopyRequest enableSnapshotCopyRequest,
AsyncHandler<EnableSnapshotCopyRequest,Cluster> asyncHandler)
Enables the automatic copy of snapshots from one region to another
region for a specified cluster.
|
Modifier and Type | Method and Description |
---|---|
EnableSnapshotCopyRequest |
EnableSnapshotCopyRequest.withClusterIdentifier(String clusterIdentifier)
The unique identifier of the source cluster to copy snapshots from.
|
EnableSnapshotCopyRequest |
EnableSnapshotCopyRequest.withDestinationRegion(String destinationRegion)
The destination region that you want to copy snapshots to.
|
EnableSnapshotCopyRequest |
EnableSnapshotCopyRequest.withRetentionPeriod(Integer retentionPeriod)
The number of days to retain automated snapshots in the destination
region after they are copied from the source region.
|
Copyright © 2014. All rights reserved.