final case class UpdateItem(table: TableReference, attributeValues: Map[String, AttributeValue] = Map.empty, attributeNames: Map[String, String] = Map.empty, updateExpressionItem: Map[String, AttributeValue] = Map.empty, updateExpression: String = "", condition: Condition = ZeroCondition, returnValue: Option[ReturnValue] = None) extends DynamoRequest with WithTableReference[UpdateItem] with WithAttributeValues[UpdateItem] with WithAttributeNames[UpdateItem] with WithCondition[UpdateItem] with WithUpdateExpression[UpdateItem] with WithReturnValue[UpdateItem] with WithItem[UpdateItem] with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- UpdateItem
- Serializable
- Serializable
- Product
- Equals
- WithItem
- WithReturnValue
- WithUpdateExpression
- WithCondition
- WithAttributeNames
- WithAttributeValues
- WithTableReference
- DynamoRequest
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new UpdateItem(table: TableReference, attributeValues: Map[String, AttributeValue] = Map.empty, attributeNames: Map[String, String] = Map.empty, updateExpressionItem: Map[String, AttributeValue] = Map.empty, updateExpression: String = "", condition: Condition = ZeroCondition, returnValue: Option[ReturnValue] = None)
Type Members
-
type
Rq = UpdateItemRequest
- Definition Classes
- UpdateItem → DynamoRequest
-
type
Rsp = UpdateItemResponse
- Definition Classes
- UpdateItem → 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 condition: 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
-
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()
- val returnValue: Option[ReturnValue]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
val
table: TableReference
- Definition Classes
- UpdateItem → WithTableReference
-
def
toAmz: UpdateItemRequest
- Definition Classes
- UpdateItem → DynamoRequest
- val updateExpression: String
- val updateExpressionItem: Map[String, AttributeValue]
-
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]): UpdateItem
- Definition Classes
- WithAttributeValues
-
def
withAttributeNames(an: (Map[String, String]) ⇒ Map[String, String]): UpdateItem
- Definition Classes
- UpdateItem → WithAttributeNames
-
final
def
withAttributeNames(value: (String, String)): UpdateItem
- Definition Classes
- WithAttributeNames
-
final
def
withAttributeNames(add: Map[String, String]): UpdateItem
- Definition Classes
- WithAttributeNames
-
def
withAttributeValues(f: (Map[String, AttributeValue]) ⇒ Map[String, AttributeValue]): UpdateItem
- Definition Classes
- UpdateItem → WithAttributeValues
-
final
def
withAttributeValues(value: (String, AttributeValue)): UpdateItem
- Definition Classes
- WithAttributeValues
-
final
def
withAttributeValues(add: Map[String, AttributeValue]): UpdateItem
- Definition Classes
- WithAttributeValues
-
final
def
withAttributes[I1, I2](v1: I1, v2: I2)(implicit arg0: D4SEncoder[I1], arg1: D4SEncoder[I2]): UpdateItem
- Definition Classes
- WithAttributeValues
-
def
withCondition(c: Condition): UpdateItem
- Definition Classes
- UpdateItem → WithCondition
-
final
def
withItem[Item](value: Item)(implicit arg0: D4SEncoder[Item]): UpdateItem
- Definition Classes
- WithItem
-
def
withItemAttributeValues(f: (Map[String, AttributeValue]) ⇒ Map[String, AttributeValue]): UpdateItem
- Definition Classes
- UpdateItem → WithItem
-
final
def
withItemAttributeValues(value: (String, AttributeValue)): UpdateItem
- Definition Classes
- WithItem
-
final
def
withItemAttributeValues(add: Map[String, AttributeValue]): UpdateItem
- Definition Classes
- WithItem
-
final
def
withItemField[T](field: DynamoField[T])(value: T): UpdateItem
- Definition Classes
- WithItem
-
final
def
withItems[I1, I2](v1: I1, v2: I2)(implicit arg0: D4SEncoder[I1], arg1: D4SEncoder[I2]): UpdateItem
- Definition Classes
- WithItem
-
final
def
withPrefix[TP](prefix: TP)(implicit arg0: TablePrefix[TP]): UpdateItem
- Definition Classes
- WithTableReference
-
def
withReturnValue(newReturnValue: ReturnValue): UpdateItem
- Definition Classes
- UpdateItem → WithReturnValue
-
def
withTableReference(t: (TableReference) ⇒ TableReference): UpdateItem
- Definition Classes
- UpdateItem → WithTableReference
-
def
withUpdateExpression(f: (String) ⇒ String): UpdateItem
- Definition Classes
- UpdateItem → WithUpdateExpression
-
final
def
withUpdateExpression(expr: String): UpdateItem
- Definition Classes
- WithUpdateExpression
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated