Uses of Class
com.amazonaws.services.dynamodbv2.xspec.FunctionOperand
-
Packages that use FunctionOperand 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. -
-
Uses of FunctionOperand in com.amazonaws.services.dynamodbv2.xspec
Subclasses of FunctionOperand in com.amazonaws.services.dynamodbv2.xspec Modifier and Type Class 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.Methods in com.amazonaws.services.dynamodbv2.xspec with parameters of type FunctionOperand Modifier and Type Method Description ComparatorCondition
L. eq(FunctionOperand value)
ComparatorCondition
M. eq(FunctionOperand value)
ComparatorCondition
L. ne(FunctionOperand value)
ComparatorCondition
M. ne(FunctionOperand value)
-