Package | Description |
---|---|
com.amazonaws.services.redshift.model |
Modifier and Type | Method and Description |
---|---|
ClusterSnapshotCopyStatus |
ClusterSnapshotCopyStatus.clone() |
ClusterSnapshotCopyStatus |
Cluster.getClusterSnapshotCopyStatus()
Returns the destination region and retention period that are configured
for cross-region snapshot copy.
|
ClusterSnapshotCopyStatus |
ClusterSnapshotCopyStatus.withDestinationRegion(String destinationRegion)
The destination region that snapshots are automatically copied to when
cross-region snapshot copy is enabled.
|
ClusterSnapshotCopyStatus |
ClusterSnapshotCopyStatus.withRetentionPeriod(Long retentionPeriod)
The number of days that automated snapshots are retained in the
destination region after they are copied from a source region.
|
ClusterSnapshotCopyStatus |
ClusterSnapshotCopyStatus.withSnapshotCopyGrantName(String snapshotCopyGrantName)
The name of the snapshot copy grant.
|
Modifier and Type | Method and Description |
---|---|
void |
Cluster.setClusterSnapshotCopyStatus(ClusterSnapshotCopyStatus clusterSnapshotCopyStatus)
Returns the destination region and retention period that are configured
for cross-region snapshot copy.
|
Cluster |
Cluster.withClusterSnapshotCopyStatus(ClusterSnapshotCopyStatus clusterSnapshotCopyStatus)
Returns the destination region and retention period that are configured
for cross-region snapshot copy.
|
Copyright © 2018. All rights reserved.