org.sisioh.aws4s.dynamodb.model

RichKeysAndAttributes

final class RichKeysAndAttributes extends AnyVal with PimpedType[KeysAndAttributes]

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

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 attributesToGetOpt: Option[Seq[String]]

  6. def attributesToGetOpt_=(value: Option[Iterable[String]]): Unit

  7. def consistentReadOpt: Option[Boolean]

  8. def consistentReadOpt_=(value: Option[Boolean]): Unit

  9. def expressionAttributeNamesOpt: Option[Map[String, String]]

  10. def expressionAttributeNamesOpt_=(value: Option[Map[String, String]]): Unit

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

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

    Definition Classes
    Any
  13. def keysOpt: Option[Seq[Map[String, AttributeValue]]]

  14. def keysOpt_=(value: Option[Seq[Map[String, AttributeValue]]]): Unit

  15. def projectionExpressionOpt: Option[String]

  16. def projectionExpressionOpt_=(value: Option[String]): Unit

  17. def toString(): String

    Definition Classes
    Any
  18. val underlying: KeysAndAttributes

    Definition Classes
    RichKeysAndAttributes → PimpedType
  19. def withAttributesToGetOpt(value: Option[Iterable[String]]): KeysAndAttributes

  20. def withConsistentReadOpt(value: Option[Boolean]): KeysAndAttributes

  21. def withExpressionAttributeNamesOpt(value: Option[Map[String, String]]): KeysAndAttributes

  22. def withKeysOpt(value: Option[Seq[Map[String, AttributeValue]]]): KeysAndAttributes

  23. def withProjectionExpressionOpt(value: Option[String]): KeysAndAttributes

Inherited from PimpedType[KeysAndAttributes]

Inherited from AnyVal

Inherited from NotNull

Inherited from Any

Ungrouped