DynamoDBExpectedAttributeValue

object DynamoDBExpectedAttributeValue extends DynamoConditions[ExpectedAttributeValue]
trait DynamoConditions[ExpectedAttributeValue]
class Object
trait Matchable
class Any

Value members

Concrete methods

def cond: DynamoCompares[ExpectedAttributeValue]

Inherited methods

def beginsWith(values: Any*): ExpectedAttributeValue
Inherited from
DynamoConditions
def between(values: Any*): ExpectedAttributeValue
Inherited from
DynamoConditions
def contains(values: Any*): ExpectedAttributeValue
Inherited from
DynamoConditions
def eq(values: Any*): ExpectedAttributeValue
Inherited from
DynamoConditions
def ge(values: Any*): ExpectedAttributeValue
Inherited from
DynamoConditions
def gt(values: Any*): ExpectedAttributeValue
Inherited from
DynamoConditions
def in(values: Any*): ExpectedAttributeValue
Inherited from
DynamoConditions
def isNotNull: ExpectedAttributeValue
Inherited from
DynamoConditions
def isNull: ExpectedAttributeValue
Inherited from
DynamoConditions
def le(values: Any*): ExpectedAttributeValue
Inherited from
DynamoConditions
def lt(values: Any*): ExpectedAttributeValue
Inherited from
DynamoConditions
def ne(values: Any*): ExpectedAttributeValue
Inherited from
DynamoConditions
def notContains(values: Any*): ExpectedAttributeValue
Inherited from
DynamoConditions