| AddAction |
Represents an ADD action in the ADD section of an update expression.
|
| AndCondition |
Represents an AND condition in a condition expression.
|
| B |
A path operand that refers to a binary attribute in DynamoDB; used for building expressions.
|
| BetweenCondition |
Represents a BETWEEN
condition in a condition expression.
|
| BOOL |
A path operand that refers to a boolean attribute in DynamoDB; used for building expressions.
|
| BS |
A path operand that refers to a binary set attribute in DynamoDB; used for building expressions.
|
| ComparatorCondition |
Represents a Comparator condition in building condition expression.
|
| Condition |
Represents a condition for building condition expression.
|
| DeleteAction |
Represents a DELETE action in the DELETE section of an update expression.
|
| DeleteItemExpressionSpec |
Expression specification for making DeleteItem request to Amazon
DynamoDB.
|
| ExpressionSpecBuilder |
A request-centric Expression Specification Builder that can be used to
construct valid expressions, and the respective name maps and value maps, for
various DynamoDB requests in a typeful manner.
|
| FunctionCondition |
Represents a Function condition in building condition expression.
|
| FunctionOperand |
Represents a function call in building expression.
|
| GetItemExpressionSpec |
Expression specification for making GetItem request to Amazon DynamoDB.
|
| IfNotExistsFunction |
|
| InCondition |
Represents a IN condition in building condition expression.
|
| L |
A path operand that refers to a list attribute in DynamoDB; used for building expressions.
|
| ListAppendFunction |
|
| M |
A path operand that refers to a map attribute in DynamoDB; used for building expressions.
|
| MinusOperation |
Represents a minus binary operation in building expressions that involve
number attributes.
|
| N |
A path operand that refers to a number attribute in DynamoDB; used for building expressions.
|
| NegationCondition |
Represents a negation
condition in building condition expressions.
|
| NS |
A path operand that refers to a number set attribute in DynamoDB; used for building expressions.
|
| NULL |
A path operand that refers to a NULL attribute in DynamoDB; used for building expressions.
|
| Operand |
Represents an operand for building expressions.
|
| OrCondition |
Represents an OR condition in building condition expressions.
|
| ParenthesizedCondition |
An explicitly parenthesized condition, ie '(' condition ')', used in building
condition expressions.
|
| PathOperand |
A path operand used in building DynamooDB expressions such as update
expressions and condition (aka filter) expressions.
|
| PlusOperation |
Represents a plus binary operation in building expressions that involve
number attributes.
|
| PutItemExpressionSpec |
Expression specification for making PutItem request to Amazon DynamoDB.
|
| QueryExpressionSpec |
Expression specification for making query request to Amazon DynamoDB.
|
| RemoveAction |
Represents a REMOVE action in the REMOVE section of an update expression.
|
| S |
A path operand that refers to a string attribute in DynamoDB; used for building expressions.
|
| ScanExpressionSpec |
Expression specification for making scan request to Amazon DynamoDB.
|
| SetAction |
Represents a SET action in the SET section of an update expression.
|
| SS |
A path operand that refers to a string set attribute in DynamoDB; used for building expressions.
|
| UpdateAction |
Represents an update action for building update expression.
|
| UpdateItemExpressionSpec |
Expression specification for making UpdateItem request to Amazon DynamoDB.
|