Package | Description |
---|---|
com.amazonaws.services.redshift |
|
com.amazonaws.services.redshift.model |
Modifier and Type | Method and Description |
---|---|
Cluster |
AbstractAmazonRedshift.modifySnapshotCopyRetentionPeriod(ModifySnapshotCopyRetentionPeriodRequest request) |
Cluster |
AmazonRedshift.modifySnapshotCopyRetentionPeriod(ModifySnapshotCopyRetentionPeriodRequest modifySnapshotCopyRetentionPeriodRequest)
Modifies the number of days to retain snapshots in the destination Amazon Web Services Region after they are
copied from the source Amazon Web Services Region.
|
Cluster |
AmazonRedshiftClient.modifySnapshotCopyRetentionPeriod(ModifySnapshotCopyRetentionPeriodRequest request)
Modifies the number of days to retain snapshots in the destination Amazon Web Services Region after they are
copied from the source Amazon Web Services Region.
|
Future<Cluster> |
AbstractAmazonRedshiftAsync.modifySnapshotCopyRetentionPeriodAsync(ModifySnapshotCopyRetentionPeriodRequest request) |
Future<Cluster> |
AmazonRedshiftAsync.modifySnapshotCopyRetentionPeriodAsync(ModifySnapshotCopyRetentionPeriodRequest modifySnapshotCopyRetentionPeriodRequest)
Modifies the number of days to retain snapshots in the destination Amazon Web Services Region after they are
copied from the source Amazon Web Services Region.
|
Future<Cluster> |
AmazonRedshiftAsyncClient.modifySnapshotCopyRetentionPeriodAsync(ModifySnapshotCopyRetentionPeriodRequest request) |
Future<Cluster> |
AbstractAmazonRedshiftAsync.modifySnapshotCopyRetentionPeriodAsync(ModifySnapshotCopyRetentionPeriodRequest request,
AsyncHandler<ModifySnapshotCopyRetentionPeriodRequest,Cluster> asyncHandler) |
Future<Cluster> |
AmazonRedshiftAsync.modifySnapshotCopyRetentionPeriodAsync(ModifySnapshotCopyRetentionPeriodRequest modifySnapshotCopyRetentionPeriodRequest,
AsyncHandler<ModifySnapshotCopyRetentionPeriodRequest,Cluster> asyncHandler)
Modifies the number of days to retain snapshots in the destination Amazon Web Services Region after they are
copied from the source Amazon Web Services Region.
|
Future<Cluster> |
AmazonRedshiftAsyncClient.modifySnapshotCopyRetentionPeriodAsync(ModifySnapshotCopyRetentionPeriodRequest request,
AsyncHandler<ModifySnapshotCopyRetentionPeriodRequest,Cluster> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
Future<Cluster> |
AbstractAmazonRedshiftAsync.modifySnapshotCopyRetentionPeriodAsync(ModifySnapshotCopyRetentionPeriodRequest request,
AsyncHandler<ModifySnapshotCopyRetentionPeriodRequest,Cluster> asyncHandler) |
Future<Cluster> |
AmazonRedshiftAsync.modifySnapshotCopyRetentionPeriodAsync(ModifySnapshotCopyRetentionPeriodRequest modifySnapshotCopyRetentionPeriodRequest,
AsyncHandler<ModifySnapshotCopyRetentionPeriodRequest,Cluster> asyncHandler)
Modifies the number of days to retain snapshots in the destination Amazon Web Services Region after they are
copied from the source Amazon Web Services Region.
|
Future<Cluster> |
AmazonRedshiftAsyncClient.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 either automated or
manual snapshots that are copied to a destination Amazon Web Services Region.
|
ModifySnapshotCopyRetentionPeriodRequest |
ModifySnapshotCopyRetentionPeriodRequest.withManual(Boolean manual)
Indicates whether to apply the snapshot retention period to newly copied manual snapshots instead of automated
snapshots.
|
ModifySnapshotCopyRetentionPeriodRequest |
ModifySnapshotCopyRetentionPeriodRequest.withRetentionPeriod(Integer retentionPeriod)
The number of days to retain automated snapshots in the destination Amazon Web Services Region after they are
copied from the source Amazon Web Services Region.
|
Copyright © 2024. All rights reserved.