| Package | Description |
|---|---|
| com.amazonaws.services.redshift |
|
| com.amazonaws.services.redshift.model |
| Modifier and Type | Method and Description |
|---|---|
Cluster |
AmazonRedshiftClient.enableSnapshotCopy(EnableSnapshotCopyRequest request)
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.
|
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 Amazon Web Services Region that you want to copy snapshots to.
|
EnableSnapshotCopyRequest |
EnableSnapshotCopyRequest.withManualSnapshotRetentionPeriod(Integer manualSnapshotRetentionPeriod)
The number of days to retain newly copied snapshots in the destination Amazon Web Services Region after they are
copied from the source Amazon Web Services Region.
|
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 Amazon Web Services KMS-encrypted cluster are
copied to the destination region.
|
Copyright © 2024. All rights reserved.