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
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DeleteItem
- Serializable
- Serializable
- Product
- Equals
- WithAttributeNames
- WithKey
- WithCondition
- WithTableReference
- WithAttributeValues
- DynamoRequest
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- 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
-
type
Rq = DeleteItemRequest
- Definition Classes
- DeleteItem → DynamoRequest
-
type
Rsp = DeleteItemResponse
- Definition Classes
- DeleteItem → DynamoRequest
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val attributeNames: Map[String, String]
- val attributeValues: Map[String, AttributeValue]
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
- val conditionExpression: Condition
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val key: Map[String, AttributeValue]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
val
table: TableReference
- Definition Classes
- DeleteItem → WithTableReference
-
def
toAmz: DeleteItemRequest
- Definition Classes
- DeleteItem → DynamoRequest
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
withAttribute[Item](value: Item)(implicit arg0: D4SEncoder[Item]): DeleteItem
- Definition Classes
- WithAttributeValues
-
def
withAttributeNames(an: (Map[String, String]) ⇒ Map[String, String]): DeleteItem
- Definition Classes
- DeleteItem → WithAttributeNames
-
final
def
withAttributeNames(value: (String, String)): DeleteItem
- Definition Classes
- WithAttributeNames
-
final
def
withAttributeNames(add: Map[String, String]): DeleteItem
- Definition Classes
- WithAttributeNames
-
def
withAttributeValues(f: (Map[String, AttributeValue]) ⇒ Map[String, AttributeValue]): DeleteItem
- Definition Classes
- DeleteItem → WithAttributeValues
-
final
def
withAttributeValues(value: (String, AttributeValue)): DeleteItem
- Definition Classes
- WithAttributeValues
-
final
def
withAttributeValues(add: Map[String, AttributeValue]): DeleteItem
- Definition Classes
- WithAttributeValues
-
final
def
withAttributes[I1, I2](v1: I1, v2: I2)(implicit arg0: D4SEncoder[I1], arg1: D4SEncoder[I2]): DeleteItem
- Definition Classes
- WithAttributeValues
-
def
withCondition(c: Condition): DeleteItem
- Definition Classes
- DeleteItem → WithCondition
-
def
withKey(f: (Map[String, AttributeValue]) ⇒ Map[String, AttributeValue]): DeleteItem
- Definition Classes
- DeleteItem → WithKey
-
final
def
withKey(value: (String, AttributeValue)): DeleteItem
- Definition Classes
- WithKey
-
final
def
withKey(add: Map[String, AttributeValue]): DeleteItem
- Definition Classes
- WithKey
-
final
def
withKeyField[T](field: DynamoField[T])(value: T): DeleteItem
- Definition Classes
- WithKey
-
final
def
withKeyItem[Item](value: Item)(implicit arg0: D4SEncoder[Item]): DeleteItem
- Definition Classes
- WithKey
-
final
def
withPrefix[TP](prefix: TP)(implicit arg0: TablePrefix[TP]): DeleteItem
- Definition Classes
- WithTableReference
-
def
withTableReference(t: (TableReference) ⇒ TableReference): DeleteItem
- Definition Classes
- DeleteItem → WithTableReference
Deprecated Value Members
-
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.