Uses of Class
com.amazonaws.services.redshift.model.ModifySnapshotCopyRetentionPeriodRequest
Packages that use ModifySnapshotCopyRetentionPeriodRequest
-
Uses of ModifySnapshotCopyRetentionPeriodRequest in com.amazonaws.services.redshift
Methods in com.amazonaws.services.redshift with parameters of type ModifySnapshotCopyRetentionPeriodRequestModifier and TypeMethodDescriptionAbstractAmazonRedshift.modifySnapshotCopyRetentionPeriod
(ModifySnapshotCopyRetentionPeriodRequest request) 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.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.AbstractAmazonRedshiftAsync.modifySnapshotCopyRetentionPeriodAsync
(ModifySnapshotCopyRetentionPeriodRequest request) AbstractAmazonRedshiftAsync.modifySnapshotCopyRetentionPeriodAsync
(ModifySnapshotCopyRetentionPeriodRequest request, AsyncHandler<ModifySnapshotCopyRetentionPeriodRequest, Cluster> asyncHandler) 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.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.AmazonRedshiftAsyncClient.modifySnapshotCopyRetentionPeriodAsync
(ModifySnapshotCopyRetentionPeriodRequest request) AmazonRedshiftAsyncClient.modifySnapshotCopyRetentionPeriodAsync
(ModifySnapshotCopyRetentionPeriodRequest request, AsyncHandler<ModifySnapshotCopyRetentionPeriodRequest, Cluster> asyncHandler) Method parameters in com.amazonaws.services.redshift with type arguments of type ModifySnapshotCopyRetentionPeriodRequestModifier and TypeMethodDescriptionAbstractAmazonRedshiftAsync.modifySnapshotCopyRetentionPeriodAsync
(ModifySnapshotCopyRetentionPeriodRequest request, AsyncHandler<ModifySnapshotCopyRetentionPeriodRequest, Cluster> asyncHandler) 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.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 ModifySnapshotCopyRetentionPeriodRequestModifier and TypeMethodDescriptionModifySnapshotCopyRetentionPeriodRequest.clone()
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.withRetentionPeriod
(Integer retentionPeriod) The number of days to retain automated snapshots in the destination region after they are copied from the source region.