case class ProvisionedThroughputMeta(numberOfDecreasesToday: Long, readCapacityUnits: Long, writeCapacityUnits: Long, lastDecreasedAt: DateTime, lastIncreasedAt: DateTime) extends ProvisionedThroughputDescription with Product with Serializable

Linear Supertypes
Serializable, Product, Equals, ProvisionedThroughputDescription, StructuredPojo, Cloneable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ProvisionedThroughputMeta
  2. Serializable
  3. Product
  4. Equals
  5. ProvisionedThroughputDescription
  6. StructuredPojo
  7. Cloneable
  8. Serializable
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ProvisionedThroughputMeta(numberOfDecreasesToday: Long, readCapacityUnits: Long, writeCapacityUnits: Long, lastDecreasedAt: DateTime, lastIncreasedAt: DateTime)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): ProvisionedThroughputDescription
    Definition Classes
    ProvisionedThroughputDescription → AnyRef
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean
    Definition Classes
    ProvisionedThroughputDescription → AnyRef → Any
  8. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  10. def getLastDecreaseDateTime(): Date
    Definition Classes
    ProvisionedThroughputDescription
  11. def getLastIncreaseDateTime(): Date
    Definition Classes
    ProvisionedThroughputDescription
  12. def getNumberOfDecreasesToday(): Long
    Definition Classes
    ProvisionedThroughputDescription
  13. def getReadCapacityUnits(): Long
    Definition Classes
    ProvisionedThroughputDescription
  14. def getWriteCapacityUnits(): Long
    Definition Classes
    ProvisionedThroughputDescription
  15. def hashCode(): Int
    Definition Classes
    ProvisionedThroughputDescription → AnyRef → Any
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. val lastDecreasedAt: DateTime
  18. val lastIncreasedAt: DateTime
  19. def marshall(arg0: ProtocolMarshaller): Unit
    Definition Classes
    ProvisionedThroughputDescription → StructuredPojo
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. val numberOfDecreasesToday: Long
  24. val readCapacityUnits: Long
  25. def setLastDecreaseDateTime(arg0: Date): Unit
    Definition Classes
    ProvisionedThroughputDescription
  26. def setLastIncreaseDateTime(arg0: Date): Unit
    Definition Classes
    ProvisionedThroughputDescription
  27. def setNumberOfDecreasesToday(arg0: Long): Unit
    Definition Classes
    ProvisionedThroughputDescription
  28. def setReadCapacityUnits(arg0: Long): Unit
    Definition Classes
    ProvisionedThroughputDescription
  29. def setWriteCapacityUnits(arg0: Long): Unit
    Definition Classes
    ProvisionedThroughputDescription
  30. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  31. def toString(): String
    Definition Classes
    ProvisionedThroughputDescription → AnyRef → Any
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  35. def withLastDecreaseDateTime(arg0: Date): ProvisionedThroughputDescription
    Definition Classes
    ProvisionedThroughputDescription
  36. def withLastIncreaseDateTime(arg0: Date): ProvisionedThroughputDescription
    Definition Classes
    ProvisionedThroughputDescription
  37. def withNumberOfDecreasesToday(arg0: Long): ProvisionedThroughputDescription
    Definition Classes
    ProvisionedThroughputDescription
  38. def withReadCapacityUnits(arg0: Long): ProvisionedThroughputDescription
    Definition Classes
    ProvisionedThroughputDescription
  39. def withWriteCapacityUnits(arg0: Long): ProvisionedThroughputDescription
    Definition Classes
    ProvisionedThroughputDescription
  40. val writeCapacityUnits: Long

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from ProvisionedThroughputDescription

Inherited from StructuredPojo

Inherited from Cloneable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped