DynamoObject

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 apply(xs: Map[String, AttributeValue]): DynamoObject

Builds a map from a Java Map of attribute values

Builds a map from a Java Map of attribute values

def apply(xs: (String, DynamoValue)*): DynamoObject

Builds a map from an arbitrary number of (String, DynamoValue) pairs

Builds a map from an arbitrary number of (String, DynamoValue) pairs

def apply(xs: Map[String, DynamoValue]): DynamoObject

Builds a map from a scala.collection.Map of values

Builds a map from a scala.collection.Map of values

def apply[A](xs: (String, A)*)(implicit D: DynamoFormat[A]): DynamoObject

Builds a map from an arbitrary number of (String, A) pairs for any A that can be turned into a value

Builds a map from an arbitrary number of (String, A) pairs for any A that can be turned into a value

def fromIterable(xs: Iterable[(String, DynamoValue)]): DynamoObject

Builds a map from an iterable collection of (String, DynamoValue) pairs

Builds a map from an iterable collection of (String, DynamoValue) pairs

def singleton(key: String, x: DynamoValue): DynamoObject

Builds a singleton map

Builds a singleton map

Concrete fields

The empty map

The empty map