Uses of Class
com.amazonaws.services.redshift.model.ModifySnapshotCopyRetentionPeriodRequest
-
Packages that use ModifySnapshotCopyRetentionPeriodRequest Package Description com.amazonaws.services.redshift com.amazonaws.services.redshift.model -
-
Uses of ModifySnapshotCopyRetentionPeriodRequest in com.amazonaws.services.redshift
Methods in com.amazonaws.services.redshift with parameters of type ModifySnapshotCopyRetentionPeriodRequest Modifier and Type Method Description ClusterAbstractAmazonRedshift. modifySnapshotCopyRetentionPeriod(ModifySnapshotCopyRetentionPeriodRequest request)ClusterAmazonRedshift. modifySnapshotCopyRetentionPeriod(ModifySnapshotCopyRetentionPeriodRequest modifySnapshotCopyRetentionPeriodRequest)Modifies the number of days to retain automated snapshots in the destination region after they are copied from the source region.ClusterAmazonRedshiftClient. 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>AbstractAmazonRedshiftAsync. modifySnapshotCopyRetentionPeriodAsync(ModifySnapshotCopyRetentionPeriodRequest request)Future<Cluster>AbstractAmazonRedshiftAsync. modifySnapshotCopyRetentionPeriodAsync(ModifySnapshotCopyRetentionPeriodRequest request, AsyncHandler<ModifySnapshotCopyRetentionPeriodRequest,Cluster> asyncHandler)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>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)Future<Cluster>AmazonRedshiftAsyncClient. modifySnapshotCopyRetentionPeriodAsync(ModifySnapshotCopyRetentionPeriodRequest request, AsyncHandler<ModifySnapshotCopyRetentionPeriodRequest,Cluster> asyncHandler)Method parameters in com.amazonaws.services.redshift with type arguments of type ModifySnapshotCopyRetentionPeriodRequest Modifier and Type Method 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 automated snapshots in the destination region after they are copied from the source region.Future<Cluster>AmazonRedshiftAsyncClient. modifySnapshotCopyRetentionPeriodAsync(ModifySnapshotCopyRetentionPeriodRequest request, AsyncHandler<ModifySnapshotCopyRetentionPeriodRequest,Cluster> asyncHandler) -
Uses of ModifySnapshotCopyRetentionPeriodRequest in com.amazonaws.services.redshift.model
Methods in com.amazonaws.services.redshift.model that return ModifySnapshotCopyRetentionPeriodRequest Modifier and Type Method Description ModifySnapshotCopyRetentionPeriodRequestModifySnapshotCopyRetentionPeriodRequest. clone()ModifySnapshotCopyRetentionPeriodRequestModifySnapshotCopyRetentionPeriodRequest. 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.ModifySnapshotCopyRetentionPeriodRequestModifySnapshotCopyRetentionPeriodRequest. withRetentionPeriod(Integer retentionPeriod)The number of days to retain automated snapshots in the destination region after they are copied from the source region.
-