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

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

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: AnyRef): Boolean
    Definition Classes
    ProvisionedThroughputDescription → AnyRef → Any
  8. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  9. def getLastDecreaseDateTime(): Date
    Definition Classes
    ProvisionedThroughputDescription
  10. def getLastIncreaseDateTime(): Date
    Definition Classes
    ProvisionedThroughputDescription
  11. def getNumberOfDecreasesToday(): Long
    Definition Classes
    ProvisionedThroughputDescription
  12. def getReadCapacityUnits(): Long
    Definition Classes
    ProvisionedThroughputDescription
  13. def getWriteCapacityUnits(): Long
    Definition Classes
    ProvisionedThroughputDescription
  14. def hashCode(): Int
    Definition Classes
    ProvisionedThroughputDescription → AnyRef → Any
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. val lastDecreasedAt: DateTime
  17. val lastIncreasedAt: DateTime
  18. def marshall(arg0: ProtocolMarshaller): Unit
    Definition Classes
    ProvisionedThroughputDescription → StructuredPojo
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. val numberOfDecreasesToday: Long
  23. def productElementNames: Iterator[String]
    Definition Classes
    Product
  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(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  34. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  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

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

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