Uses of Class
com.amazonaws.services.redshift.model.RestoreStatus

Packages that use RestoreStatus
com.amazonaws.services.redshift.model Classes modeling the various types represented by AmazonRedshift. 
 

Uses of RestoreStatus in com.amazonaws.services.redshift.model
 

Methods in com.amazonaws.services.redshift.model that return RestoreStatus
 RestoreStatus Cluster.getRestoreStatus()
          Describes the status of a cluster restore action.
 RestoreStatus RestoreStatus.withCurrentRestoreRateInMegaBytesPerSecond(Double currentRestoreRateInMegaBytesPerSecond)
          The number of megabytes per second being transferred from the backup storage.
 RestoreStatus 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 RestoreStatus.withEstimatedTimeToCompletionInSeconds(Long estimatedTimeToCompletionInSeconds)
          The estimate of the time remaining before the restore will complete.
 RestoreStatus RestoreStatus.withProgressInMegaBytes(Long progressInMegaBytes)
          The number of megabytes that have been transferred from snapshot storage.
 RestoreStatus RestoreStatus.withSnapshotSizeInMegaBytes(Long snapshotSizeInMegaBytes)
          The size of the set of snapshot data used to restore the cluster.
 RestoreStatus RestoreStatus.withStatus(String status)
          The status of the restore action.
 

Methods in com.amazonaws.services.redshift.model with parameters of type RestoreStatus
 void Cluster.setRestoreStatus(RestoreStatus restoreStatus)
          Describes the status of a cluster restore action.
 Cluster Cluster.withRestoreStatus(RestoreStatus restoreStatus)
          Describes the status of a cluster restore action.
 



Copyright © 2016. All rights reserved.