case class RestoreStatus(status: String, currentRestoreRateInMegaBytesPerSecond: Double, elapsedTimeInSeconds: Long, estimatedTimeToCompletionInSeconds: Long, progressInMegaBytes: Long, snapshotSizeInMegaBytes: Long) extends com.amazonaws.services.redshift.model.RestoreStatus with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- RestoreStatus
- Product
- Equals
- RestoreStatus
- Cloneable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new RestoreStatus(status: String, currentRestoreRateInMegaBytesPerSecond: Double, elapsedTimeInSeconds: Long, estimatedTimeToCompletionInSeconds: Long, progressInMegaBytes: Long, snapshotSizeInMegaBytes: Long)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): com.amazonaws.services.redshift.model.RestoreStatus
- Definition Classes
- RestoreStatus → AnyRef
- val currentRestoreRateInMegaBytesPerSecond: Double
- val elapsedTimeInSeconds: Long
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- RestoreStatus → AnyRef → Any
- val estimatedTimeToCompletionInSeconds: Long
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def getCurrentRestoreRateInMegaBytesPerSecond(): Double
- Definition Classes
- RestoreStatus
- def getElapsedTimeInSeconds(): Long
- Definition Classes
- RestoreStatus
- def getEstimatedTimeToCompletionInSeconds(): Long
- Definition Classes
- RestoreStatus
- def getProgressInMegaBytes(): Long
- Definition Classes
- RestoreStatus
- def getSnapshotSizeInMegaBytes(): Long
- Definition Classes
- RestoreStatus
- def getStatus(): String
- Definition Classes
- RestoreStatus
- def hashCode(): Int
- Definition Classes
- RestoreStatus → AnyRef → Any
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val progressInMegaBytes: Long
- def setCurrentRestoreRateInMegaBytesPerSecond(arg0: Double): Unit
- Definition Classes
- RestoreStatus
- def setElapsedTimeInSeconds(arg0: Long): Unit
- Definition Classes
- RestoreStatus
- def setEstimatedTimeToCompletionInSeconds(arg0: Long): Unit
- Definition Classes
- RestoreStatus
- def setProgressInMegaBytes(arg0: Long): Unit
- Definition Classes
- RestoreStatus
- def setSnapshotSizeInMegaBytes(arg0: Long): Unit
- Definition Classes
- RestoreStatus
- def setStatus(arg0: String): Unit
- Definition Classes
- RestoreStatus
- val snapshotSizeInMegaBytes: Long
- val status: String
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- RestoreStatus → AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- def withCurrentRestoreRateInMegaBytesPerSecond(arg0: Double): com.amazonaws.services.redshift.model.RestoreStatus
- Definition Classes
- RestoreStatus
- def withElapsedTimeInSeconds(arg0: Long): com.amazonaws.services.redshift.model.RestoreStatus
- Definition Classes
- RestoreStatus
- def withEstimatedTimeToCompletionInSeconds(arg0: Long): com.amazonaws.services.redshift.model.RestoreStatus
- Definition Classes
- RestoreStatus
- def withProgressInMegaBytes(arg0: Long): com.amazonaws.services.redshift.model.RestoreStatus
- Definition Classes
- RestoreStatus
- def withSnapshotSizeInMegaBytes(arg0: Long): com.amazonaws.services.redshift.model.RestoreStatus
- Definition Classes
- RestoreStatus
- def withStatus(arg0: String): com.amazonaws.services.redshift.model.RestoreStatus
- Definition Classes
- RestoreStatus
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated