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 |
---|---|
static IfNotExistsFunction<BOOL> |
ExpressionSpecBuilder.if_not_exists(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(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(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(String path,
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(String path,
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(String path,
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(String path,
Map<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(String path,
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(String path,
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(String path,
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(String path,
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(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(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(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(Map<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(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(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(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(Set<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 Number> |
NS.ifNotExists(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(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(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. |
Copyright © 2023. All rights reserved.