Uses of Class
com.amazonaws.services.dynamodbv2.xspec.RemoveAction
Packages that use RemoveAction
Package
Description
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 RemoveActionModifier and TypeMethodDescriptionstatic RemoveAction
Returns aRemoveAction
for removing the attribute with the specified path from an item; used for building update expression.final RemoveAction
PathOperand.remove()
Returns aRemoveAction
for removing the attribute referred to by this path operand from an item; used for building update expression.