Package | Description |
---|---|
com.amazonaws.services.dynamodbv2.xspec |
A request-centric Expression Specification Builder package that can be used to construct valid
expressions, and the respective name maps and value maps, for various DynamoDB requests in a typeful manner.
|
Modifier and Type | Class and Description |
---|---|
class |
IfNotExistsFunction<T>
Represents an if_not_exists(path, operand) function in building expressions.
|
class |
ListAppendFunction
Represents the list_append(operand, operand) function in building expression.
|
Modifier and Type | Method and Description |
---|---|
ComparatorCondition |
L.eq(FunctionOperand value) |
ComparatorCondition |
M.eq(FunctionOperand value) |
ComparatorCondition |
L.ne(FunctionOperand value) |
ComparatorCondition |
M.ne(FunctionOperand value) |
Copyright © 2019. All rights reserved.