org.sisioh.aws4s.dynamodb.model

RichCreateTableRequest

final class RichCreateTableRequest extends AnyVal with PimpedType[CreateTableRequest]

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

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 attributeDefinitionOpt_=(value: Option[Seq[AttributeDefinition]]): Unit

  6. def attributeDefinitionsOpt: Option[Seq[AttributeDefinition]]

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

    Definition Classes
    AnyVal → Any
  8. def globalSecondaryIndexesOpt: Option[Seq[GlobalSecondaryIndex]]

  9. def globalSecondaryIndexesOpt_=(value: Option[Seq[GlobalSecondaryIndex]]): Unit

  10. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  11. def keySchemaOpt: Option[Seq[KeySchemaElement]]

  12. def keySchemeOpt_=(value: Option[Seq[KeySchemaElement]]): Unit

  13. def localSecondaryIndexesOpt: Option[Seq[LocalSecondaryIndex]]

  14. def localSecondaryIndexesOpt_=(value: Option[Seq[LocalSecondaryIndex]]): Unit

  15. def provisionedThroughputOpt: Option[ProvisionedThroughput]

  16. def provisionedThroughputOpt_=(value: Option[ProvisionedThroughput]): Unit

  17. def tableNameOpt: Option[String]

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

  19. def toString(): String

    Definition Classes
    Any
  20. val underlying: CreateTableRequest

    Definition Classes
    RichCreateTableRequest → PimpedType
  21. def withAttributeDefinitionsOpt(values: Option[Iterable[AttributeDefinition]]): CreateTableRequest

  22. def withGlobalSecondaryIndexesOpt(value: Option[Iterable[GlobalSecondaryIndex]]): CreateTableRequest

  23. def withKeySchemaOpt(value: Option[Iterable[KeySchemaElement]]): CreateTableRequest

  24. def withLocalSecondaryIndexesOpt(value: Option[Iterable[LocalSecondaryIndex]]): CreateTableRequest

  25. def withProvisionedThroughputOpt(value: Option[ProvisionedThroughput]): CreateTableRequest

  26. def withTableNameOpt(value: Option[String]): CreateTableRequest

Inherited from PimpedType[CreateTableRequest]

Inherited from AnyVal

Inherited from NotNull

Inherited from Any

Ungrouped