FilterCondition

org.encalmo.aws.AwsDynamoDbApi.FilterCondition

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Inherited methods

inline def attributeExists[T](name: String): Condition

Attributes

Inherited from:
FilterConditionBuilders
inline def attributeNotExists[T](name: String): Condition

Attributes

Inherited from:
FilterConditionBuilders
inline def attributeType[T](name: String, typeDescriptor: String): Condition

Attributes

Inherited from:
FilterConditionBuilders
inline def beginsWith(name: String, prefix: String): Condition

Attributes

Inherited from:
KeyConditionBuilders
inline def between(name: String, lower: Double, upper: Double): Condition

Attributes

Inherited from:
KeyConditionBuilders
inline def contains[T](name: String, value: T)(using Conversion[T, AttributeValue]): Condition

Attributes

Inherited from:
FilterConditionBuilders
inline def equals[T](name: String, value: T)(using Conversion[T, AttributeValue]): Condition

Attributes

Inherited from:
KeyConditionBuilders
inline def greaterThan(name: String, value: Double): Condition

Attributes

Inherited from:
KeyConditionBuilders
inline def greaterThanOrEqual(name: String, value: Double): Condition

Attributes

Inherited from:
KeyConditionBuilders
inline def in[T](name: String, values: T*)(using convert: Conversion[T, AttributeValue]): Condition

Attributes

Inherited from:
FilterConditionBuilders
inline def lowerThan(name: String, value: Double): Condition

Attributes

Inherited from:
KeyConditionBuilders
inline def lowerThanOrEquals(name: String, value: Double): Condition

Attributes

Inherited from:
KeyConditionBuilders
inline def notEqual[T](name: String, value: T)(using Conversion[T, AttributeValue]): Condition

Attributes

Inherited from:
FilterConditionBuilders