UpdateExpression

Companion:
class
trait Sum
trait Mirror
class Object
trait Matchable
class Any

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from:
Mirror

Value members

Concrete methods

def add[V : DynamoFormat](attr: AttributeName, value: V): UpdateExpression
def appendAll[V : DynamoFormat](attr: AttributeName, value: List[V]): UpdateExpression
def prefixKeys[T](map: Map[String, T], prefix: String): Map[String, T]
def prependAll[V : DynamoFormat](attr: AttributeName, value: List[V]): UpdateExpression
def set[V : DynamoFormat](attr: AttributeName, value: V): UpdateExpression

Deprecated methods

def add[V : DynamoFormat](fieldValue: (AttributeName, V)): UpdateExpression
Deprecated
Deprecated
def appendAll[V : DynamoFormat](fieldValue: (AttributeName, List[V])): UpdateExpression
Deprecated
Deprecated
Deprecated
def prependAll[V : DynamoFormat](fieldValue: (AttributeName, List[V])): UpdateExpression
Deprecated
def set[V : DynamoFormat](fieldValue: (AttributeName, V)): UpdateExpression
Deprecated