Uses of Class
com.amazonaws.services.redshift.model.RestoreStatus
Packages that use RestoreStatus
-
Uses of RestoreStatus in com.amazonaws.services.redshift.model
Methods in com.amazonaws.services.redshift.model that return RestoreStatusModifier and TypeMethodDescriptionRestoreStatus.clone()
Cluster.getRestoreStatus()
Describes the status of a cluster restore action.RestoreStatus.withCurrentRestoreRateInMegaBytesPerSecond
(Double currentRestoreRateInMegaBytesPerSecond) The number of megabytes per second being transferred from the backup storage.RestoreStatus.withElapsedTimeInSeconds
(Long elapsedTimeInSeconds) The amount of time an in-progress restore has been running, or the amount of time it took a completed restore to finish.RestoreStatus.withEstimatedTimeToCompletionInSeconds
(Long estimatedTimeToCompletionInSeconds) The estimate of the time remaining before the restore will complete.RestoreStatus.withProgressInMegaBytes
(Long progressInMegaBytes) The number of megabytes that have been transferred from snapshot storage.RestoreStatus.withSnapshotSizeInMegaBytes
(Long snapshotSizeInMegaBytes) The size of the set of snapshot data used to restore the cluster.RestoreStatus.withStatus
(String status) The status of the restore action.Methods in com.amazonaws.services.redshift.model with parameters of type RestoreStatusModifier and TypeMethodDescriptionvoid
Cluster.setRestoreStatus
(RestoreStatus restoreStatus) Describes the status of a cluster restore action.Cluster.withRestoreStatus
(RestoreStatus restoreStatus) Describes the status of a cluster restore action.