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 |
---|---|
SetAction |
NULL.set()
Returns a
SetAction object (used for building update
expression) of setting an attribute to null. |
SetAction |
B.set(B source)
Returns a
SetAction object used for building update
expression. |
SetAction |
BOOL.set(BOOL source)
Returns a
SetAction object used for building update
expression. |
SetAction |
BOOL.set(boolean value)
Returns a
SetAction object used for building update
expression. |
SetAction |
BS.set(BS source)
Returns a
SetAction object used for building update
expression. |
SetAction |
BS.set(byte[]... value)
Returns a
SetAction object used for building update
expression. |
SetAction |
B.set(byte[] value)
Returns a
SetAction object used for building update
expression. |
SetAction |
BS.set(java.nio.ByteBuffer... value)
Returns a
SetAction object used for building update
expression. |
SetAction |
B.set(java.nio.ByteBuffer value)
Returns a
SetAction object used for building update
expression. |
SetAction |
B.set(IfNotExistsFunction<B> ifNotExistsFunction)
Returns a
SetAction object used for building update
expression. |
SetAction |
BOOL.set(IfNotExistsFunction<BOOL> ifNotExistsFunction)
Returns a
SetAction object used for building update
expression. |
SetAction |
BS.set(IfNotExistsFunction<BS> ifNotExistsFunction)
Returns a
SetAction object used for building update
expression. |
SetAction |
L.set(IfNotExistsFunction<L> ifNotExistsFunction)
Returns a
SetAction object used for building update
expression. |
SetAction |
M.set(IfNotExistsFunction<M> ifNotExistsFunction)
Returns a
SetAction object used for building update
expression. |
SetAction |
N.set(IfNotExistsFunction<N> ifNotExistsFunction)
Returns a
SetAction object used for building update
expression. |
SetAction |
NS.set(IfNotExistsFunction<NS> ifNotExistsFunction)
Returns a
SetAction object used for building update
expression. |
SetAction |
S.set(IfNotExistsFunction<S> ifNotExistsFunction)
Returns a
SetAction object used for building update
expression. |
SetAction |
SS.set(IfNotExistsFunction<SS> ifNotExistsFunction)
Returns a
SetAction object used for building update
expression. |
SetAction |
L.set(L source)
Returns a
SetAction object used for building update
expression. |
SetAction |
L.set(java.util.List<?> value)
Returns a
SetAction object used for building update
expression. |
SetAction |
L.set(ListAppendFunction listAppendFunction)
Returns a
SetAction for adding the value of evaluating the
specified ListAppend function as an attribute to an item. |
SetAction |
M.set(M source)
Returns a
SetAction object used for building update
expression. |
SetAction |
M.set(java.util.Map<java.lang.String,?> value)
Returns a
SetAction object used for building update
expression. |
SetAction |
N.set(MinusOperation minusOperation)
Returns a
SetAction object used for building update
expression with the specified MinusOperation . |
SetAction |
N.set(N source)
Returns a
SetAction object used for building update
expression. |
SetAction |
NS.set(NS source)
Returns a
SetAction object used for building update
expression. |
SetAction |
NS.set(java.lang.Number... values)
Returns a
SetAction object used for building update
expression. |
SetAction |
N.set(java.lang.Number value)
Returns a
SetAction object used for building update
expression. |
SetAction |
N.set(PlusOperation plusOperation)
Returns a
SetAction object used for building update
expression with the specified PlusOperation . |
SetAction |
S.set(S source)
Returns a
SetAction object used for building update
expression. |
SetAction |
BS.set(java.util.Set<byte[]> value)
Returns a
SetAction object used for building update
expression. |
SetAction |
SS.set(java.util.Set<java.lang.String> value)
Returns a
SetAction object used for building update
expression. |
<T extends java.lang.Number> |
NS.set(java.util.Set<T> value)
Returns a
SetAction object used for building update
expression. |
SetAction |
SS.set(SS source)
Returns a
SetAction object used for building update
expression. |
SetAction |
SS.set(java.lang.String... values)
Returns a
SetAction object used for building update
expression. |
SetAction |
S.set(java.lang.String value)
Returns a
SetAction object used for building update
expression. |