Uses of Class
com.amazonaws.services.dynamodbv2.xspec.NULL
-
Packages that use NULL 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 NULL in com.amazonaws.services.dynamodbv2.xspec
Methods in com.amazonaws.services.dynamodbv2.xspec that return NULL Modifier and Type Method Description static NULL
ExpressionSpecBuilder. NULL(String path)
Creates a path operand that refers to a NULL attribute for the purpose of building expressions.
-