Uses of Class
com.amazonaws.services.redshift.model.EnableSnapshotCopyRequest
Packages that use EnableSnapshotCopyRequest
-
Uses of EnableSnapshotCopyRequest in com.amazonaws.services.redshift
Methods in com.amazonaws.services.redshift with parameters of type EnableSnapshotCopyRequestModifier and TypeMethodDescriptionAbstractAmazonRedshift.enableSnapshotCopy(EnableSnapshotCopyRequest request) AmazonRedshift.enableSnapshotCopy(EnableSnapshotCopyRequest enableSnapshotCopyRequest) Enables the automatic copy of snapshots from one region to another region for a specified cluster.AmazonRedshiftClient.enableSnapshotCopy(EnableSnapshotCopyRequest enableSnapshotCopyRequest) Enables the automatic copy of snapshots from one region to another region for a specified cluster.AbstractAmazonRedshiftAsync.enableSnapshotCopyAsync(EnableSnapshotCopyRequest request) AbstractAmazonRedshiftAsync.enableSnapshotCopyAsync(EnableSnapshotCopyRequest request, AsyncHandler<EnableSnapshotCopyRequest, Cluster> asyncHandler) AmazonRedshiftAsync.enableSnapshotCopyAsync(EnableSnapshotCopyRequest enableSnapshotCopyRequest) Enables the automatic copy of snapshots from one region to another region for a specified cluster.AmazonRedshiftAsync.enableSnapshotCopyAsync(EnableSnapshotCopyRequest enableSnapshotCopyRequest, AsyncHandler<EnableSnapshotCopyRequest, Cluster> asyncHandler) Enables the automatic copy of snapshots from one region to another region for a specified cluster.AmazonRedshiftAsyncClient.enableSnapshotCopyAsync(EnableSnapshotCopyRequest request) AmazonRedshiftAsyncClient.enableSnapshotCopyAsync(EnableSnapshotCopyRequest request, AsyncHandler<EnableSnapshotCopyRequest, Cluster> asyncHandler) Method parameters in com.amazonaws.services.redshift with type arguments of type EnableSnapshotCopyRequestModifier and TypeMethodDescriptionAbstractAmazonRedshiftAsync.enableSnapshotCopyAsync(EnableSnapshotCopyRequest request, AsyncHandler<EnableSnapshotCopyRequest, Cluster> asyncHandler) AmazonRedshiftAsync.enableSnapshotCopyAsync(EnableSnapshotCopyRequest enableSnapshotCopyRequest, AsyncHandler<EnableSnapshotCopyRequest, Cluster> asyncHandler) Enables the automatic copy of snapshots from one region to another region for a specified cluster.AmazonRedshiftAsyncClient.enableSnapshotCopyAsync(EnableSnapshotCopyRequest request, AsyncHandler<EnableSnapshotCopyRequest, Cluster> asyncHandler) -
Uses of EnableSnapshotCopyRequest in com.amazonaws.services.redshift.model
Methods in com.amazonaws.services.redshift.model that return EnableSnapshotCopyRequestModifier and TypeMethodDescriptionEnableSnapshotCopyRequest.clone()EnableSnapshotCopyRequest.withClusterIdentifier(String clusterIdentifier) The unique identifier of the source cluster to copy snapshots from.EnableSnapshotCopyRequest.withDestinationRegion(String destinationRegion) The destination region that you want to copy snapshots to.EnableSnapshotCopyRequest.withRetentionPeriod(Integer retentionPeriod) The number of days to retain automated snapshots in the destination region after they are copied from the source region.EnableSnapshotCopyRequest.withSnapshotCopyGrantName(String snapshotCopyGrantName) The name of the snapshot copy grant to use when snapshots of an AWS KMS-encrypted cluster are copied to the destination region.