AttributeName

case class AttributeName(components: List[String], index: Option[Int])
Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def <[V : DynamoFormat](v: V): KeyIs[V]
def <=[V : DynamoFormat](v: V): KeyIs[V]
def ===[V : DynamoFormat](v: V): KeyEquals[V]
def >[V : DynamoFormat](v: V): KeyIs[V]
def >=[V : DynamoFormat](v: V): KeyIs[V]
def \(component: String): AttributeName
def apply(index: Int): AttributeName
def attributeNames(prefix: String): Map[String, String]
def between[V : DynamoFormat](lo: V): PartiallyAppliedBetween[V]
def contains(substr: String): Contains
def in[V : DynamoFormat](vs: Set[V]): KeyList[V]
def placeholder(prefix: String): String

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product