org.sisioh.aws4s.dynamodb.model

RichTableDescription

final class RichTableDescription extends AnyVal with PimpedType[TableDescription]

Linear Supertypes
PimpedType[TableDescription], AnyVal, NotNull, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. RichTableDescription
  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 RichTableDescription(underlying: TableDescription)

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 attributeDefinitionsOpt: Option[Seq[AttributeDefinition]]

  6. def attributeDefinitionsOpt_=(value: Option[Seq[AttributeDefinition]]): Unit

  7. def creationDateTimeOpt: Option[Date]

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

  9. def getClass(): Class[_ <: AnyVal]

    Definition Classes
    AnyVal → Any
  10. def globalSecondaryIndexesOpt: Option[Seq[GlobalSecondaryIndexDescription]]

  11. def globalSecondaryIndexesOpt_=(value: Option[Seq[GlobalSecondaryIndexDescription]]): Unit

  12. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  13. def itemCountOpt: Option[Long]

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

  15. def keySchemaOpt: Option[Seq[KeySchemaElement]]

  16. def keySchemaOpt_=(value: Option[Seq[KeySchemaElement]]): Unit

  17. def localSecondaryIndexesOpt: Option[Seq[LocalSecondaryIndexDescription]]

  18. def localSecondaryIndexesOpt_=(value: Option[Seq[LocalSecondaryIndexDescription]]): Unit

  19. def provisionedThroughputOpt: Option[ProvisionedThroughputDescription]

  20. def provisionedThroughputOpt_=(value: Option[ProvisionedThroughputDescription]): Unit

  21. def tableNameOpt: Option[String]

  22. def tableNameOpt_=(value: Option[String]): Unit

  23. def tableSizeBytesOpt: Option[Long]

  24. def tableSizeBytesOpt_=(value: Option[Long]): Unit

  25. def tableStatusOpt: Option[String]

  26. def tableStatusOpt_=(value: Option[String]): Unit

  27. def toString(): String

    Definition Classes
    Any
  28. val underlying: TableDescription

    Definition Classes
    RichTableDescription → PimpedType
  29. def withAttributeDefinitionsOpt(value: Option[Seq[AttributeDefinition]]): TableDescription

  30. def withCreationDateTimeOpt(value: Option[Date]): TableDescription

  31. def withGlobalSecondaryIndexesOpt(value: Option[Seq[GlobalSecondaryIndexDescription]]): TableDescription

  32. def withItemCountOpt(value: Option[Long]): TableDescription

  33. def withKeySchemaOpt(value: Option[Seq[KeySchemaElement]]): TableDescription

  34. def withLocalSecondaryIndexesOpt(value: Seq[LocalSecondaryIndexDescription]): TableDescription

  35. def withProvisionedThroughputOpt(value: Option[ProvisionedThroughputDescription]): TableDescription

  36. def withTableNameOpt(value: Option[String]): TableDescription

  37. def withTableSizeBytesOpt(value: Option[Long]): TableDescription

  38. def withTableStatusOpt(value: Option[String]): TableDescription

Inherited from PimpedType[TableDescription]

Inherited from AnyVal

Inherited from NotNull

Inherited from Any

Ungrouped