final case class PutItem(table: TableReference, conditionExpression: Condition = ZeroCondition, attributeValues: Map[String, AttributeValue] = Map.empty, attributeNames: Map[String, String] = Map.empty, item: Map[String, AttributeValue] = Map.empty) extends DynamoRequest with WithAttributeValues[PutItem] with WithAttributeNames[PutItem] with WithTableReference[PutItem] with WithCondition[PutItem] with WithItem[PutItem] with Product with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PutItem
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. WithItem
  7. WithCondition
  8. WithTableReference
  9. WithAttributeNames
  10. WithAttributeValues
  11. DynamoRequest
  12. AnyRef
  13. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new PutItem(table: TableReference, conditionExpression: Condition = ZeroCondition, attributeValues: Map[String, AttributeValue] = Map.empty, attributeNames: Map[String, String] = Map.empty, item: Map[String, AttributeValue] = Map.empty)

Type Members

  1. type Rq = PutItemRequest
    Definition Classes
    PutItemDynamoRequest
  2. type Rsp = PutItemResponse
    Definition Classes
    PutItemDynamoRequest

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. val attributeNames: Map[String, String]
  6. val attributeValues: Map[String, AttributeValue]
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  8. val conditionExpression: Condition
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  11. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  12. val item: Map[String, AttributeValue]
  13. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  17. val table: TableReference
    Definition Classes
    PutItemWithTableReference
  18. def toAmz: PutItemRequest
    Definition Classes
    PutItemDynamoRequest
  19. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  20. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  21. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  22. final def withAttribute[Item](value: Item)(implicit arg0: D4SEncoder[Item]): PutItem
    Definition Classes
    WithAttributeValues
  23. def withAttributeNames(an: (Map[String, String]) ⇒ Map[String, String]): PutItem
    Definition Classes
    PutItemWithAttributeNames
  24. final def withAttributeNames(value: (String, String)): PutItem
    Definition Classes
    WithAttributeNames
  25. final def withAttributeNames(add: Map[String, String]): PutItem
    Definition Classes
    WithAttributeNames
  26. def withAttributeValues(f: (Map[String, AttributeValue]) ⇒ Map[String, AttributeValue]): PutItem
    Definition Classes
    PutItemWithAttributeValues
  27. final def withAttributeValues(value: (String, AttributeValue)): PutItem
    Definition Classes
    WithAttributeValues
  28. final def withAttributeValues(add: Map[String, AttributeValue]): PutItem
    Definition Classes
    WithAttributeValues
  29. final def withAttributes[I1, I2](v1: I1, v2: I2)(implicit arg0: D4SEncoder[I1], arg1: D4SEncoder[I2]): PutItem
    Definition Classes
    WithAttributeValues
  30. def withCondition(c: Condition): PutItem
    Definition Classes
    PutItemWithCondition
  31. final def withItem[Item](value: Item)(implicit arg0: D4SEncoder[Item]): PutItem
    Definition Classes
    WithItem
  32. def withItemAttributeValues(f: (Map[String, AttributeValue]) ⇒ Map[String, AttributeValue]): PutItem
    Definition Classes
    PutItemWithItem
  33. final def withItemAttributeValues(value: (String, AttributeValue)): PutItem
    Definition Classes
    WithItem
  34. final def withItemAttributeValues(add: Map[String, AttributeValue]): PutItem
    Definition Classes
    WithItem
  35. final def withItemField[T](field: DynamoField[T])(value: T): PutItem
    Definition Classes
    WithItem
  36. final def withItems[I1, I2](v1: I1, v2: I2)(implicit arg0: D4SEncoder[I1], arg1: D4SEncoder[I2]): PutItem
    Definition Classes
    WithItem
  37. final def withPrefix[TP](prefix: TP)(implicit arg0: TablePrefix[TP]): PutItem
    Definition Classes
    WithTableReference
  38. def withTableReference(t: (TableReference) ⇒ TableReference): PutItem
    Definition Classes
    PutItemWithTableReference

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from WithItem[PutItem]

Inherited from WithCondition[PutItem]

Inherited from WithTableReference[PutItem]

Inherited from WithAttributeNames[PutItem]

Inherited from WithAttributeValues[PutItem]

Inherited from DynamoRequest

Inherited from AnyRef

Inherited from Any

Ungrouped