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 classIfNotExistsFunction<T>Represents an if_not_exists(path, operand) function in building expressions.classListAppendFunctionRepresents 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 ComparatorConditionL. eq(FunctionOperand value)ComparatorConditionM. eq(FunctionOperand value)ComparatorConditionL. ne(FunctionOperand value)ComparatorConditionM. ne(FunctionOperand value)
-