Uses of Class
com.amazonaws.services.redshift.model.RestoreStatus
-
Packages that use RestoreStatus Package Description com.amazonaws.services.redshift.model -
-
Uses of RestoreStatus in com.amazonaws.services.redshift.model
Methods in com.amazonaws.services.redshift.model that return RestoreStatus Modifier and Type Method Description RestoreStatusRestoreStatus. clone()RestoreStatusCluster. getRestoreStatus()Describes the status of a cluster restore action.RestoreStatusRestoreStatus. withCurrentRestoreRateInMegaBytesPerSecond(Double currentRestoreRateInMegaBytesPerSecond)The number of megabytes per second being transferred from the backup storage.RestoreStatusRestoreStatus. 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.RestoreStatusRestoreStatus. withEstimatedTimeToCompletionInSeconds(Long estimatedTimeToCompletionInSeconds)The estimate of the time remaining before the restore will complete.RestoreStatusRestoreStatus. withProgressInMegaBytes(Long progressInMegaBytes)The number of megabytes that have been transferred from snapshot storage.RestoreStatusRestoreStatus. withSnapshotSizeInMegaBytes(Long snapshotSizeInMegaBytes)The size of the set of snapshot data used to restore the cluster.RestoreStatusRestoreStatus. withStatus(String status)The status of the restore action.Methods in com.amazonaws.services.redshift.model with parameters of type RestoreStatus Modifier and Type Method Description voidCluster. setRestoreStatus(RestoreStatus restoreStatus)Describes the status of a cluster restore action.ClusterCluster. withRestoreStatus(RestoreStatus restoreStatus)Describes the status of a cluster restore action.
-