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 |
---|---|
PlusOperation |
N.plus(N attr)
Returns a
PlusOperation object that represents the addition of the
value of the given attribute to that of the current attribute; used for
building update expression. |
PlusOperation |
N.plus(Number value)
Returns a
PlusOperation that represents the addition of the
given value to that of the current attribute; used for building update
expression. |
Modifier and Type | Method and Description |
---|---|
SetAction |
N.set(PlusOperation plusOperation)
Returns a
SetAction object used for building update
expression with the specified PlusOperation . |
Copyright © 2023. All rights reserved.