org.sisioh.aws4s.dynamodb.model

RichQueryResult

final class RichQueryResult extends AnyVal with PimpedType[QueryResult]

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

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 consumedCapacityOpt: Option[ConsumedCapacity]

  6. def consumedCapacityOpt_=(value: Option[ConsumedCapacity]): Unit

  7. def countOpt: Option[Int]

  8. def countOpt_=(value: Option[Int]): Unit

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

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

    Definition Classes
    Any
  11. def itemsOpt: Option[Seq[Map[String, AttributeValue]]]

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

  13. def lastEvaluatedKeyOpt: Option[Map[String, AttributeValue]]

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

  15. def scannedCountOpt: Option[Int]

  16. def scannedCountOpt_=(value: Option[Int]): Unit

  17. def toString(): String

    Definition Classes
    Any
  18. val underlying: QueryResult

    Definition Classes
    RichQueryResult → PimpedType
  19. def withConsumedCapacityOpt(value: Option[ConsumedCapacity]): QueryResult

  20. def withCountOpt(value: Option[Int]): QueryResult

  21. def withItemsOpt(value: Option[Seq[Map[String, AttributeValue]]]): QueryResult

  22. def withLastEvaluatedKeyOpt(value: Option[Map[String, AttributeValue]]): QueryResult

  23. def withScannedCountOpt(value: Option[Int]): QueryResult

Inherited from PimpedType[QueryResult]

Inherited from AnyVal

Inherited from NotNull

Inherited from Any

Ungrouped