KeyCondition

org.encalmo.aws.AwsDynamoDbApi.KeyCondition

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Inherited methods

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 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 lowerThan(name: String, value: Double): Condition

Attributes

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

Attributes

Inherited from:
KeyConditionBuilders