Package | Description |
---|---|
com.amazonaws.services.redshift | |
com.amazonaws.services.redshift.model |
Modifier and Type | Method and Description |
---|---|
Cluster |
AmazonRedshift.enableSnapshotCopy(EnableSnapshotCopyRequest enableSnapshotCopyRequest)
Enables the automatic copy of snapshots from one region to another region
for a specified cluster.
|
Cluster |
AmazonRedshiftClient.enableSnapshotCopy(EnableSnapshotCopyRequest enableSnapshotCopyRequest)
Enables the automatic copy of snapshots from one region to another region
for a specified cluster.
|
Cluster |
AbstractAmazonRedshift.enableSnapshotCopy(EnableSnapshotCopyRequest request) |
Future<Cluster> |
AmazonRedshiftAsyncClient.enableSnapshotCopyAsync(EnableSnapshotCopyRequest request) |
Future<Cluster> |
AmazonRedshiftAsync.enableSnapshotCopyAsync(EnableSnapshotCopyRequest enableSnapshotCopyRequest)
Enables the automatic copy of snapshots from one region to another region
for a specified cluster.
|
Future<Cluster> |
AbstractAmazonRedshiftAsync.enableSnapshotCopyAsync(EnableSnapshotCopyRequest request) |
Future<Cluster> |
AmazonRedshiftAsyncClient.enableSnapshotCopyAsync(EnableSnapshotCopyRequest request,
AsyncHandler<EnableSnapshotCopyRequest,Cluster> asyncHandler) |
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> |
AbstractAmazonRedshiftAsync.enableSnapshotCopyAsync(EnableSnapshotCopyRequest request,
AsyncHandler<EnableSnapshotCopyRequest,Cluster> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
Future<Cluster> |
AmazonRedshiftAsyncClient.enableSnapshotCopyAsync(EnableSnapshotCopyRequest request,
AsyncHandler<EnableSnapshotCopyRequest,Cluster> asyncHandler) |
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> |
AbstractAmazonRedshiftAsync.enableSnapshotCopyAsync(EnableSnapshotCopyRequest request,
AsyncHandler<EnableSnapshotCopyRequest,Cluster> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
EnableSnapshotCopyRequest |
EnableSnapshotCopyRequest.clone() |
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.
|
EnableSnapshotCopyRequest |
EnableSnapshotCopyRequest.withSnapshotCopyGrantName(String snapshotCopyGrantName)
The name of the snapshot copy grant to use when snapshots of an AWS
KMS-encrypted cluster are copied to the destination region.
|
Copyright © 2018. All rights reserved.