UpdateExpression

org.scanamo.update.UpdateExpression
See theUpdateExpression companion trait

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def add[V : DynamoFormat](attr: AttributeName, value: V): UpdateExpression
def append[V : DynamoFormat](attr: AttributeName, value: V): UpdateExpression
def delete[V : DynamoFormat](attr: AttributeName, value: V): UpdateExpression
def prefixKeys[T](map: Map[String, T], prefix: String): Map[String, T]
def prepend[V : DynamoFormat](attr: AttributeName, value: V): UpdateExpression
def set[V : DynamoFormat](attr: AttributeName, value: V): UpdateExpression

Deprecated methods

def add[V : DynamoFormat](fieldValue: (AttributeName, V)): UpdateExpression

Attributes

Deprecated
true
def append[V : DynamoFormat](fieldValue: (AttributeName, V)): UpdateExpression

Attributes

Deprecated
true

Attributes

Deprecated
true
def delete[V : DynamoFormat](fieldValue: (AttributeName, V)): UpdateExpression

Attributes

Deprecated
true
def prepend[V : DynamoFormat](fieldValue: (AttributeName, V)): UpdateExpression

Attributes

Deprecated
true

Attributes

Deprecated
true
def set[V : DynamoFormat](fieldValue: (AttributeName, V)): UpdateExpression

Attributes

Deprecated
true