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 Cluster
AbstractAmazonRedshift. enableSnapshotCopy(EnableSnapshotCopyRequest request)
Cluster
AmazonRedshift. enableSnapshotCopy(EnableSnapshotCopyRequest enableSnapshotCopyRequest)
Enables the automatic copy of snapshots from one region to another region for a specified cluster.Cluster
AmazonRedshiftClient. 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 EnableSnapshotCopyRequest
EnableSnapshotCopyRequest. clone()
EnableSnapshotCopyRequest
EnableSnapshotCopyRequest. withClusterIdentifier(String clusterIdentifier)
The unique identifier of the source cluster to copy snapshots from.EnableSnapshotCopyRequest
EnableSnapshotCopyRequest. withDestinationRegion(String destinationRegion)
The destination region that you want to copy snapshots to.EnableSnapshotCopyRequest
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
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.
-