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 |
---|---|
(package private) static <T> IfNotExistsFunction<T> |
ExpressionSpecBuilder.if_not_exists(PathOperand pathOperand,
Operand operand)
Returns an
IfNotExists object which represents an if_not_exists(path, operand) function call; used for building
expression. |
static IfNotExistsFunction<BOOL> |
ExpressionSpecBuilder.if_not_exists(java.lang.String path,
boolean defaultValue)
Returns an
IfNotExists object which represents an if_not_exists(path, operand) function call; used for building
expression. |
static IfNotExistsFunction<BS> |
ExpressionSpecBuilder.if_not_exists(java.lang.String path,
byte[]... defaultValue)
Returns an
IfNotExists object which represents an if_not_exists(path, operand) function call; used for building
expression. |
static IfNotExistsFunction<B> |
ExpressionSpecBuilder.if_not_exists(java.lang.String path,
byte[] defaultValue)
Returns an
IfNotExists object which represents an if_not_exists(path, operand) function call; used for building
expression. |
static IfNotExistsFunction<BS> |
ExpressionSpecBuilder.if_not_exists(java.lang.String path,
java.nio.ByteBuffer... defaultValue)
Returns an
IfNotExists object which represents an if_not_exists(path, operand) function call; used for building
expression. |
static IfNotExistsFunction<B> |
ExpressionSpecBuilder.if_not_exists(java.lang.String path,
java.nio.ByteBuffer defaultValue)
Returns an
IfNotExists object which represents an if_not_exists(path, operand) function call; used for building
expression. |
static IfNotExistsFunction<L> |
ExpressionSpecBuilder.if_not_exists(java.lang.String path,
java.util.List<?> defaultValue)
Returns an
IfNotExists object which represents an if_not_exists(path, operand) function call; used for building
expression. |
static IfNotExistsFunction<M> |
ExpressionSpecBuilder.if_not_exists(java.lang.String path,
java.util.Map<java.lang.String,?> defaultValue)
Returns an
IfNotExists object which represents an if_not_exists(path, operand) function call; used for building
expression. |
static IfNotExistsFunction<NS> |
ExpressionSpecBuilder.if_not_exists(java.lang.String path,
java.lang.Number... defaultValue)
Returns an
IfNotExists object which represents an if_not_exists(path, operand) function call; used for building
expression. |
static IfNotExistsFunction<N> |
ExpressionSpecBuilder.if_not_exists(java.lang.String path,
java.lang.Number defaultValue)
Returns an
IfNotExists object which represents an if_not_exists(path, operand) function call; used for building
expression. |
static IfNotExistsFunction<SS> |
ExpressionSpecBuilder.if_not_exists(java.lang.String path,
java.lang.String... defaultValue)
Returns an
IfNotExists object which represents an if_not_exists(path, operand) function call; used for building
expression. |
static IfNotExistsFunction<S> |
ExpressionSpecBuilder.if_not_exists(java.lang.String path,
java.lang.String defaultValue)
Returns an
IfNotExists object which represents an if_not_exists(path, operand) function call; used for building
expression. |
IfNotExistsFunction<B> |
B.ifNotExists(B defaultValue)
Returns an
IfNotExists object which represents an if_not_exists(path, operand) function call where path refers to that
of the current path operand; used for building expressions. |
IfNotExistsFunction<BOOL> |
BOOL.ifNotExists(BOOL defaultValue)
Returns an
IfNotExists object which represents an if_not_exists(path, operand) function call where path refers to that
of the current path operand; used for building expressions. |
IfNotExistsFunction<BOOL> |
BOOL.ifNotExists(boolean defaultValue)
Returns an
IfNotExists object which represents an if_not_exists(path, operand) function call where path refers to that
of the current path operand; used for building expressions. |
IfNotExistsFunction<BS> |
BS.ifNotExists(BS defaultValue)
Returns an
IfNotExistsFunction object which represents an if_not_exists(path, operand) function call where path refers to that
of the current path operand; used for building expressions. |
IfNotExistsFunction<BS> |
BS.ifNotExists(byte[]... defaultValue)
Returns an
IfNotExistsFunction object which represents an if_not_exists(path, operand) function call where path refers to that
of the current path operand; used for building expressions. |
IfNotExistsFunction<B> |
B.ifNotExists(byte[] defaultValue)
Returns an
IfNotExists object which represents an if_not_exists(path, operand) function call where path refers to that
of the current path operand; used for building expressions. |
IfNotExistsFunction<BS> |
BS.ifNotExists(java.nio.ByteBuffer... defaultValue)
Returns an
IfNotExistsFunction object which represents an if_not_exists(path, operand) function call where path refers to that
of the current path operand; used for building expressions. |
IfNotExistsFunction<B> |
B.ifNotExists(java.nio.ByteBuffer defaultValue)
Returns an
IfNotExists object which represents an if_not_exists(path, operand) function call where path refers to that
of the current path operand; used for building expressions. |
IfNotExistsFunction<L> |
L.ifNotExists(L that) |
IfNotExistsFunction<L> |
L.ifNotExists(java.util.List<?> defaultValue)
Returns an
IfNotExists object which represents an if_not_exists(path, operand) function call where path refers to that
of the current path operand; used for building expressions. |
IfNotExistsFunction<M> |
M.ifNotExists(M defaultValue) |
IfNotExistsFunction<M> |
M.ifNotExists(java.util.Map<java.lang.String,?> defaultValue)
Returns an
IfNotExists object which represents an if_not_exists(path, operand) function call where path refers to that
of the current path operand; used for building expressions. |
IfNotExistsFunction<N> |
N.ifNotExists(N defaultValue)
Returns an
IfNotExists object which represents an if_not_exists(path, operand) function call where path refers to that
of the current attribute; used for building expressions. |
IfNotExistsFunction<NS> |
NS.ifNotExists(NS defaultValue)
Returns an
IfNotExistsFunction object which represents an if_not_exists(path, operand) function call where path refers to that
of the current path operand; used for building expressions. |
IfNotExistsFunction<NS> |
NS.ifNotExists(java.lang.Number... defaultValue)
Returns an
IfNotExistsFunction object which represents an if_not_exists(path, operand) function call where path refers to that
of the current path operand; used for building expressions. |
IfNotExistsFunction<N> |
N.ifNotExists(java.lang.Number defaultValue)
Returns an
IfNotExists object which represents an if_not_exists(path, operand) function call where path refers to that
of the current path operand; used for building expressions. |
IfNotExistsFunction<L> |
L.ifNotExists(java.lang.Object... defaultValues) |
IfNotExistsFunction<S> |
S.ifNotExists(S defaultValue)
Returns an
IfNotExists object which represents an if_not_exists(path, operand) function call where path refers to that
of the current attribute; used for building expressions. |
IfNotExistsFunction<SS> |
SS.ifNotExists(java.util.Set<java.lang.String> defaultValue)
Returns an
IfNotExists object which represents an if_not_exists(path, operand) function call where path refers to that
of the current path operand; used for building expressions. |
<T extends java.lang.Number> |
NS.ifNotExists(java.util.Set<T> defaultValue)
Returns an
IfNotExists object which represents an if_not_exists(path, operand) function call where path refers to that
of the current path operand; used for building expressions. |
IfNotExistsFunction<SS> |
SS.ifNotExists(SS defaultValue)
Returns an
IfNotExistsFunction object which represents an if_not_exists(path, operand) function call where path refers to that
of the current path operand; used for building expressions. |
IfNotExistsFunction<SS> |
SS.ifNotExists(java.lang.String... defaultValue)
Returns an
IfNotExistsFunction object which represents an if_not_exists(path, operand) function call where path refers to that
of the current path operand; used for building expressions. |
IfNotExistsFunction<S> |
S.ifNotExists(java.lang.String defaultValue)
Returns an
IfNotExists object which represents an if_not_exists(path, operand) function call where path refers to that
of the current path operand; used for building expressions. |
Modifier and Type | Method and Description |
---|---|
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. |