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
- Serializable
- Product
- Equals
- RestoreStatus
- Cloneable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
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: Any): Boolean
- Definition Classes
- RestoreStatus → AnyRef → Any
- val estimatedTimeToCompletionInSeconds: Long
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
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()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- 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(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
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