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

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

Instance Constructors

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

Type Members

  1. type Rq = DeleteItemRequest
    Definition Classes
    DeleteItemDynamoRequest
  2. type Rsp = DeleteItemResponse
    Definition Classes
    DeleteItemDynamoRequest

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 key: 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
    DeleteItemWithTableReference
  18. def toAmz: DeleteItemRequest
    Definition Classes
    DeleteItemDynamoRequest
  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]): DeleteItem
    Definition Classes
    WithAttributeValues
  23. def withAttributeNames(an: (Map[String, String]) ⇒ Map[String, String]): DeleteItem
    Definition Classes
    DeleteItemWithAttributeNames
  24. final def withAttributeNames(value: (String, String)): DeleteItem
    Definition Classes
    WithAttributeNames
  25. final def withAttributeNames(add: Map[String, String]): DeleteItem
    Definition Classes
    WithAttributeNames
  26. def withAttributeValues(f: (Map[String, AttributeValue]) ⇒ Map[String, AttributeValue]): DeleteItem
    Definition Classes
    DeleteItemWithAttributeValues
  27. final def withAttributeValues(value: (String, AttributeValue)): DeleteItem
    Definition Classes
    WithAttributeValues
  28. final def withAttributeValues(add: Map[String, AttributeValue]): DeleteItem
    Definition Classes
    WithAttributeValues
  29. final def withAttributes[I1, I2](v1: I1, v2: I2)(implicit arg0: D4SEncoder[I1], arg1: D4SEncoder[I2]): DeleteItem
    Definition Classes
    WithAttributeValues
  30. def withCondition(c: Condition): DeleteItem
    Definition Classes
    DeleteItemWithCondition
  31. def withKey(f: (Map[String, AttributeValue]) ⇒ Map[String, AttributeValue]): DeleteItem
    Definition Classes
    DeleteItemWithKey
  32. final def withKey(value: (String, AttributeValue)): DeleteItem
    Definition Classes
    WithKey
  33. final def withKey(add: Map[String, AttributeValue]): DeleteItem
    Definition Classes
    WithKey
  34. final def withKeyField[T](field: DynamoField[T])(value: T): DeleteItem
    Definition Classes
    WithKey
  35. final def withKeyItem[Item](value: Item)(implicit arg0: D4SEncoder[Item]): DeleteItem
    Definition Classes
    WithKey
  36. final def withPrefix[TP](prefix: TP)(implicit arg0: TablePrefix[TP]): DeleteItem
    Definition Classes
    WithTableReference
  37. def withTableReference(t: (TableReference) ⇒ TableReference): DeleteItem
    Definition Classes
    DeleteItemWithTableReference

Deprecated Value Members

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

    (Since version ) see corresponding Javadoc for more information.

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from WithAttributeNames[DeleteItem]

Inherited from WithKey[DeleteItem]

Inherited from WithCondition[DeleteItem]

Inherited from WithTableReference[DeleteItem]

Inherited from DynamoRequest

Inherited from AnyRef

Inherited from Any

Ungrouped