class |
B |
A path operand that refers to a binary attribute in DynamoDB; used for building expressions.
|
class |
BOOL |
A path operand that refers to a boolean attribute in DynamoDB; used for building expressions.
|
class |
BS |
A path operand that refers to a binary set attribute in DynamoDB; used for building expressions.
|
class |
FunctionOperand |
Represents a function call in building expression.
|
class |
IfNotExistsFunction<T> |
|
class |
L |
A path operand that refers to a list attribute in DynamoDB; used for building expressions.
|
class |
ListAppendFunction |
|
class |
M |
A path operand that refers to a map attribute in DynamoDB; used for building expressions.
|
class |
N |
A path operand that refers to a number attribute in DynamoDB; used for building expressions.
|
class |
NS |
A path operand that refers to a number set attribute in DynamoDB; used for building expressions.
|
class |
NULL |
A path operand that refers to a NULL attribute in DynamoDB; used for building expressions.
|
class |
PathOperand |
A path operand used in building DynamooDB expressions such as update
expressions and condition (aka filter) expressions.
|
class |
S |
A path operand that refers to a string attribute in DynamoDB; used for building expressions.
|
class |
SS |
A path operand that refers to a string set attribute in DynamoDB; used for building expressions.
|