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. final def getClass(): Class[_]
    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. val readCapacityUnits: Long
  24. def setLastDecreaseDateTime(arg0: Date): Unit
    Definition Classes
    ProvisionedThroughputDescription
  25. def setLastIncreaseDateTime(arg0: Date): Unit
    Definition Classes
    ProvisionedThroughputDescription
  26. def setNumberOfDecreasesToday(arg0: Long): Unit
    Definition Classes
    ProvisionedThroughputDescription
  27. def setReadCapacityUnits(arg0: Long): Unit
    Definition Classes
    ProvisionedThroughputDescription
  28. def setWriteCapacityUnits(arg0: Long): Unit
    Definition Classes
    ProvisionedThroughputDescription
  29. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  30. def toString(): String
    Definition Classes
    ProvisionedThroughputDescription → AnyRef → Any
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. def withLastDecreaseDateTime(arg0: Date): ProvisionedThroughputDescription
    Definition Classes
    ProvisionedThroughputDescription
  35. def withLastIncreaseDateTime(arg0: Date): ProvisionedThroughputDescription
    Definition Classes
    ProvisionedThroughputDescription
  36. def withNumberOfDecreasesToday(arg0: Long): ProvisionedThroughputDescription
    Definition Classes
    ProvisionedThroughputDescription
  37. def withReadCapacityUnits(arg0: Long): ProvisionedThroughputDescription
    Definition Classes
    ProvisionedThroughputDescription
  38. def withWriteCapacityUnits(arg0: Long): ProvisionedThroughputDescription
    Definition Classes
    ProvisionedThroughputDescription
  39. val writeCapacityUnits: Long

Deprecated Value Members

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

    (Since version ) see corresponding Javadoc for more information.

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