Uses of Class
com.amazonaws.services.redshift.model.ModifySnapshotCopyRetentionPeriodRequest

Packages that use ModifySnapshotCopyRetentionPeriodRequest
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. 
 

Uses of ModifySnapshotCopyRetentionPeriodRequest in com.amazonaws.services.redshift
 

Methods in com.amazonaws.services.redshift with parameters of type ModifySnapshotCopyRetentionPeriodRequest
 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> 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)
           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.
 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.
 

Method parameters in com.amazonaws.services.redshift with type arguments of type ModifySnapshotCopyRetentionPeriodRequest
 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.
 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.
 

Uses of ModifySnapshotCopyRetentionPeriodRequest in com.amazonaws.services.redshift.model
 

Methods in com.amazonaws.services.redshift.model that return ModifySnapshotCopyRetentionPeriodRequest
 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 © 2016. All rights reserved.