org.sisioh.aws4s.dynamodb.model

RichBatchGetItemResult

final class RichBatchGetItemResult extends AnyVal with PimpedType[BatchGetItemResult]

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

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. def addResponsesEntry(key: String, value: Seq[Map[String, AttributeValue]]): BatchGetItemResult

  5. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  6. def consumedCapacityOpt: Option[Seq[ConsumedCapacity]]

  7. def consumedCapacityOpt_=(values: Option[Seq[ConsumedCapacity]]): Unit

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

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

    Definition Classes
    Any
  10. def responsesOpt: Option[Map[String, Seq[Map[String, AttributeValue]]]]

  11. def responsesOpt_=(values: Option[Map[String, Seq[Map[String, AttributeValue]]]]): Unit

  12. def toString(): String

    Definition Classes
    Any
  13. val underlying: BatchGetItemResult

    Definition Classes
    RichBatchGetItemResult → PimpedType
  14. def unprocessedKeysOpt: Option[Map[String, KeysAndAttributes]]

  15. def unprocessedKeysOpt_=(values: Option[Map[String, KeysAndAttributes]]): Unit

  16. def withConsumedCapacityOpt(consumedCapacity: Option[Iterable[ConsumedCapacity]]): BatchGetItemResult

  17. def withResponsesOpt(responses: Option[Map[String, Seq[Map[String, AttributeValue]]]]): BatchGetItemResult

  18. def withUnprocessedKeysOpt(unprocessedKeys: Option[Map[String, KeysAndAttributes]]): BatchGetItemResult

Inherited from PimpedType[BatchGetItemResult]

Inherited from AnyVal

Inherited from NotNull

Inherited from Any

Ungrouped