| Package | Description |
|---|---|
| com.amazonaws.services.redshift |
|
| com.amazonaws.services.redshift.model |
| Modifier and Type | Method and Description |
|---|---|
Cluster |
AmazonRedshift.modifySnapshotCopyRetentionPeriod(ModifySnapshotCopyRetentionPeriodRequest modifySnapshotCopyRetentionPeriodRequest)
Modifies the number of days to retain automated snapshots in the destination region after they are copied from
the source region.
|
Cluster |
AbstractAmazonRedshift.modifySnapshotCopyRetentionPeriod(ModifySnapshotCopyRetentionPeriodRequest request) |
Cluster |
AmazonRedshiftClient.modifySnapshotCopyRetentionPeriod(ModifySnapshotCopyRetentionPeriodRequest request)
Modifies the number of days to retain automated snapshots in the destination region after they are copied from
the source region.
|
Future<Cluster> |
AmazonRedshiftAsync.modifySnapshotCopyRetentionPeriodAsync(ModifySnapshotCopyRetentionPeriodRequest modifySnapshotCopyRetentionPeriodRequest)
Modifies the number of days to retain automated snapshots in the destination region after they are copied from
the source region.
|
Future<Cluster> |
AmazonRedshiftAsyncClient.modifySnapshotCopyRetentionPeriodAsync(ModifySnapshotCopyRetentionPeriodRequest request) |
Future<Cluster> |
AbstractAmazonRedshiftAsync.modifySnapshotCopyRetentionPeriodAsync(ModifySnapshotCopyRetentionPeriodRequest request) |
Future<Cluster> |
AmazonRedshiftAsync.modifySnapshotCopyRetentionPeriodAsync(ModifySnapshotCopyRetentionPeriodRequest modifySnapshotCopyRetentionPeriodRequest,
AsyncHandler<ModifySnapshotCopyRetentionPeriodRequest,Cluster> asyncHandler)
Modifies the number of days to retain automated snapshots in the destination region after they are copied from
the source region.
|
Future<Cluster> |
AmazonRedshiftAsyncClient.modifySnapshotCopyRetentionPeriodAsync(ModifySnapshotCopyRetentionPeriodRequest request,
AsyncHandler<ModifySnapshotCopyRetentionPeriodRequest,Cluster> asyncHandler) |
Future<Cluster> |
AbstractAmazonRedshiftAsync.modifySnapshotCopyRetentionPeriodAsync(ModifySnapshotCopyRetentionPeriodRequest request,
AsyncHandler<ModifySnapshotCopyRetentionPeriodRequest,Cluster> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<Cluster> |
AmazonRedshiftAsync.modifySnapshotCopyRetentionPeriodAsync(ModifySnapshotCopyRetentionPeriodRequest modifySnapshotCopyRetentionPeriodRequest,
AsyncHandler<ModifySnapshotCopyRetentionPeriodRequest,Cluster> asyncHandler)
Modifies the number of days to retain automated snapshots in the destination region after they are copied from
the source region.
|
Future<Cluster> |
AmazonRedshiftAsyncClient.modifySnapshotCopyRetentionPeriodAsync(ModifySnapshotCopyRetentionPeriodRequest request,
AsyncHandler<ModifySnapshotCopyRetentionPeriodRequest,Cluster> asyncHandler) |
Future<Cluster> |
AbstractAmazonRedshiftAsync.modifySnapshotCopyRetentionPeriodAsync(ModifySnapshotCopyRetentionPeriodRequest request,
AsyncHandler<ModifySnapshotCopyRetentionPeriodRequest,Cluster> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ModifySnapshotCopyRetentionPeriodRequest |
ModifySnapshotCopyRetentionPeriodRequest.clone() |
ModifySnapshotCopyRetentionPeriodRequest |
ModifySnapshotCopyRetentionPeriodRequest.withClusterIdentifier(String clusterIdentifier)
The unique identifier of the cluster for which you want to change the retention period for automated snapshots
that are copied to a destination region.
|
ModifySnapshotCopyRetentionPeriodRequest |
ModifySnapshotCopyRetentionPeriodRequest.withRetentionPeriod(Integer retentionPeriod)
The number of days to retain automated snapshots in the destination region after they are copied from the source
region.
|
Copyright © 2018. All rights reserved.