org.sisioh.aws4s.dynamodb.model

RichProvisionedThroughputDescription

final class RichProvisionedThroughputDescription extends AnyVal with PimpedType[ProvisionedThroughputDescription]

Linear Supertypes
PimpedType[ProvisionedThroughputDescription], AnyVal, NotNull, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. RichProvisionedThroughputDescription
  2. PimpedType
  3. AnyVal
  4. NotNull
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RichProvisionedThroughputDescription(underlying: ProvisionedThroughputDescription)

Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  2. final def ##(): Int

    Definition Classes
    Any
  3. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  4. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  5. def getClass(): Class[_ <: AnyVal]

    Definition Classes
    AnyVal → Any
  6. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  7. def lastDecreaseDateTimeOpt: Option[Date]

  8. def lastDecreaseDateTimeOpt_=(value: Option[Date]): Unit

  9. def lastIncreaseDateTimeOpt: Option[Date]

  10. def lastIncreaseDateTimeOpt_=(value: Option[Date]): Unit

  11. def numberOfDecreasesTodayOpt: Option[Long]

  12. def numberOfDecreasesTodayOpt_=(value: Option[Long]): Unit

  13. def readCapacityUnitsOpt: Option[Long]

  14. def readCapacityUnitsOpt_=(value: Option[Long]): Unit

  15. def toString(): String

    Definition Classes
    Any
  16. val underlying: ProvisionedThroughputDescription

    Definition Classes
    RichProvisionedThroughputDescription → PimpedType
  17. def withLastDecreaseDateTimeOpt(value: Option[Date]): ProvisionedThroughputDescription

  18. def withLastIncreaseDateTimeOpt(value: Option[Date]): ProvisionedThroughputDescription

  19. def withNumberOfDecreasesTodayOpt_=(value: Option[Long]): ProvisionedThroughputDescription

  20. def withReadCapacityUnitsOpt(value: Option[Long]): ProvisionedThroughputDescription

  21. def withWriteCapacityUnitsOpt(value: Option[Long]): ProvisionedThroughputDescription

  22. def writeCapacityUnitsOpt: Option[Long]

  23. def writeCapacityUnitsOpt_=(value: Option[Long]): Unit

Inherited from PimpedType[ProvisionedThroughputDescription]

Inherited from AnyVal

Inherited from NotNull

Inherited from Any

Ungrouped