Uses of Class
com.amazonaws.services.dynamodbv2.xspec.RemoveAction
-
Packages that use RemoveAction 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 RemoveAction in com.amazonaws.services.dynamodbv2.xspec
Methods in com.amazonaws.services.dynamodbv2.xspec that return RemoveAction Modifier and Type Method Description static RemoveAction
ExpressionSpecBuilder. remove(String path)
Returns aRemoveAction
for removing the attribute with the specified path from an item; used for building update expression.RemoveAction
PathOperand. remove()
Returns aRemoveAction
for removing the attribute referred to by this path operand from an item; used for building update expression.
-