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.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 |
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.
|
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 modifySnapshotCopyRetentionPeriodRequest)
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,
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 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.
|
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 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.
|
Modifier and Type | Method and Description |
---|---|
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 © 2014. All rights reserved.