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.
|
Modifier and Type | Method and Description |
---|---|
RemoveAction |
PathOperand.remove()
Returns a
RemoveAction for removing the attribute referred
to by this path operand from an item; used for building update
expression. |
static RemoveAction |
ExpressionSpecBuilder.remove(String path)
Returns a
RemoveAction for removing the attribute with the
specified path from an item; used for building update expression. |
Copyright © 2015. All rights reserved.