object UpdateExpression extends Serializable

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. UpdateExpression
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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. def add[V](attr: AttributeName, value: V)(implicit arg0: DynamoFormat[V]): UpdateExpression
  5. def append[V](attr: AttributeName, value: V)(implicit arg0: DynamoFormat[V]): UpdateExpression
  6. def appendAll[V](attr: AttributeName, value: List[V])(implicit arg0: DynamoFormat[V]): UpdateExpression
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  9. def delete[V](attr: AttributeName, value: V)(implicit arg0: DynamoFormat[V]): UpdateExpression
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  18. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  19. def prefixKeys[T](map: Map[String, T], prefix: String): Map[String, T]
  20. def prepend[V](attr: AttributeName, value: V)(implicit arg0: DynamoFormat[V]): UpdateExpression
  21. def prependAll[V](attr: AttributeName, value: List[V])(implicit arg0: DynamoFormat[V]): UpdateExpression
  22. def remove(field: AttributeName): UpdateExpression
  23. def set[V](attr: AttributeName, value: V)(implicit arg0: DynamoFormat[V]): UpdateExpression
  24. def setFromAttribute(from: AttributeName, to: AttributeName): UpdateExpression
  25. def setIfNotExists[V](attr: AttributeName, value: V)(implicit arg0: DynamoFormat[V]): UpdateExpression
  26. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  27. def toString(): String
    Definition Classes
    AnyRef → Any
  28. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Deprecated Value Members

  1. def add[V](fieldValue: (AttributeName, V))(implicit arg0: DynamoFormat[V]): UpdateExpression
    Annotations
    @deprecated
    Deprecated

    (Since version 1.0) use uncurried add(attr, value) syntax

  2. def append[V](fieldValue: (AttributeName, V))(implicit arg0: DynamoFormat[V]): UpdateExpression
    Annotations
    @deprecated
    Deprecated

    (Since version 1.0) use uncurried append(attr, value) syntax

  3. def appendAll[V](fieldValue: (AttributeName, List[V]))(implicit arg0: DynamoFormat[V]): UpdateExpression
    Annotations
    @deprecated
    Deprecated

    (Since version 1.0) use uncurried appendAll(attr, value) syntax

  4. def delete[V](fieldValue: (AttributeName, V))(implicit arg0: DynamoFormat[V]): UpdateExpression
    Annotations
    @deprecated
    Deprecated

    (Since version 1.0) use uncurried delete(attr, value) syntax

  5. def prepend[V](fieldValue: (AttributeName, V))(implicit arg0: DynamoFormat[V]): UpdateExpression
    Annotations
    @deprecated
    Deprecated

    (Since version 1.0) use uncurried prepend(attr, value) syntax

  6. def prependAll[V](fieldValue: (AttributeName, List[V]))(implicit arg0: DynamoFormat[V]): UpdateExpression
    Annotations
    @deprecated
    Deprecated

    (Since version 1.0) use uncurried prependAll(attr, value) syntax

  7. def set[V](fieldValue: (AttributeName, V))(implicit arg0: DynamoFormat[V]): UpdateExpression
    Annotations
    @deprecated
    Deprecated

    (Since version 1.0) use uncurried set(attr, value) syntax

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped