Uses of Class
com.amazonaws.services.redshift.model.ClusterSnapshotCopyStatus
-
Packages that use ClusterSnapshotCopyStatus Package Description com.amazonaws.services.redshift.model -
-
Uses of ClusterSnapshotCopyStatus in com.amazonaws.services.redshift.model
Methods in com.amazonaws.services.redshift.model that return ClusterSnapshotCopyStatus Modifier and Type Method Description ClusterSnapshotCopyStatusClusterSnapshotCopyStatus. clone()ClusterSnapshotCopyStatusCluster. getClusterSnapshotCopyStatus()Returns the destination region and retention period that are configured for cross-region snapshot copy.ClusterSnapshotCopyStatusClusterSnapshotCopyStatus. withDestinationRegion(String destinationRegion)The destination region that snapshots are automatically copied to when cross-region snapshot copy is enabled.ClusterSnapshotCopyStatusClusterSnapshotCopyStatus. withRetentionPeriod(Long retentionPeriod)The number of days that automated snapshots are retained in the destination region after they are copied from a source region.ClusterSnapshotCopyStatusClusterSnapshotCopyStatus. withSnapshotCopyGrantName(String snapshotCopyGrantName)The name of the snapshot copy grant.Methods in com.amazonaws.services.redshift.model with parameters of type ClusterSnapshotCopyStatus Modifier and Type Method Description voidCluster. setClusterSnapshotCopyStatus(ClusterSnapshotCopyStatus clusterSnapshotCopyStatus)Returns the destination region and retention period that are configured for cross-region snapshot copy.ClusterCluster. withClusterSnapshotCopyStatus(ClusterSnapshotCopyStatus clusterSnapshotCopyStatus)Returns the destination region and retention period that are configured for cross-region snapshot copy.
-