Uses of Class
com.amazonaws.services.redshift.model.EnableSnapshotCopyRequest
-
Packages that use EnableSnapshotCopyRequest Package Description com.amazonaws.services.redshift com.amazonaws.services.redshift.model -
-
Uses of EnableSnapshotCopyRequest in com.amazonaws.services.redshift
Methods in com.amazonaws.services.redshift with parameters of type EnableSnapshotCopyRequest Modifier and Type Method Description ClusterAbstractAmazonRedshift. enableSnapshotCopy(EnableSnapshotCopyRequest request)ClusterAmazonRedshift. enableSnapshotCopy(EnableSnapshotCopyRequest enableSnapshotCopyRequest)Enables the automatic copy of snapshots from one region to another region for a specified cluster.ClusterAmazonRedshiftClient. enableSnapshotCopy(EnableSnapshotCopyRequest enableSnapshotCopyRequest)Enables the automatic copy of snapshots from one region to another region for a specified cluster.Future<Cluster>AbstractAmazonRedshiftAsync. enableSnapshotCopyAsync(EnableSnapshotCopyRequest request)Future<Cluster>AbstractAmazonRedshiftAsync. enableSnapshotCopyAsync(EnableSnapshotCopyRequest request, AsyncHandler<EnableSnapshotCopyRequest,Cluster> asyncHandler)Future<Cluster>AmazonRedshiftAsync. enableSnapshotCopyAsync(EnableSnapshotCopyRequest enableSnapshotCopyRequest)Enables the automatic copy of snapshots from one region to another region for a specified cluster.Future<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.Future<Cluster>AmazonRedshiftAsyncClient. enableSnapshotCopyAsync(EnableSnapshotCopyRequest request)Future<Cluster>AmazonRedshiftAsyncClient. enableSnapshotCopyAsync(EnableSnapshotCopyRequest request, AsyncHandler<EnableSnapshotCopyRequest,Cluster> asyncHandler)Method parameters in com.amazonaws.services.redshift with type arguments of type EnableSnapshotCopyRequest Modifier and Type Method Description Future<Cluster>AbstractAmazonRedshiftAsync. enableSnapshotCopyAsync(EnableSnapshotCopyRequest request, AsyncHandler<EnableSnapshotCopyRequest,Cluster> asyncHandler)Future<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.Future<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 EnableSnapshotCopyRequest Modifier and Type Method Description EnableSnapshotCopyRequestEnableSnapshotCopyRequest. clone()EnableSnapshotCopyRequestEnableSnapshotCopyRequest. withClusterIdentifier(String clusterIdentifier)The unique identifier of the source cluster to copy snapshots from.EnableSnapshotCopyRequestEnableSnapshotCopyRequest. withDestinationRegion(String destinationRegion)The destination region that you want to copy snapshots to.EnableSnapshotCopyRequestEnableSnapshotCopyRequest. withRetentionPeriod(Integer retentionPeriod)The number of days to retain automated snapshots in the destination region after they are copied from the source region.EnableSnapshotCopyRequestEnableSnapshotCopyRequest. 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.
-