Uses of Class
com.amazonaws.services.dynamodbv2.xspec.IfNotExistsFunction
Packages that use IfNotExistsFunction
Package
Description
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.
-
Uses of IfNotExistsFunction in com.amazonaws.services.dynamodbv2.xspec
Methods in com.amazonaws.services.dynamodbv2.xspec that return IfNotExistsFunctionModifier and TypeMethodDescriptionstatic IfNotExistsFunction
<BOOL> ExpressionSpecBuilder.if_not_exists
(String path, boolean defaultValue) Returns anIfNotExists
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 anIfNotExists
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 anIfNotExists
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 anIfNotExists
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 anIfNotExists
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 anIfNotExists
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 anIfNotExists
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 anIfNotExists
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 anIfNotExists
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 anIfNotExists
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 anIfNotExists
object which represents an if_not_exists(path, operand) function call; used for building expression.B.ifNotExists
(byte[] defaultValue) Returns anIfNotExists
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.B.ifNotExists
(B defaultValue) Returns anIfNotExists
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.B.ifNotExists
(ByteBuffer defaultValue) Returns anIfNotExists
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.BOOL.ifNotExists
(boolean defaultValue) Returns anIfNotExists
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.BOOL.ifNotExists
(BOOL defaultValue) Returns anIfNotExists
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.BS.ifNotExists
(byte[]... defaultValue) Returns anIfNotExistsFunction
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.BS.ifNotExists
(BS defaultValue) Returns anIfNotExistsFunction
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.BS.ifNotExists
(ByteBuffer... defaultValue) Returns anIfNotExistsFunction
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.L.ifNotExists
(L that) L.ifNotExists
(Object... defaultValues) L.ifNotExists
(List<?> defaultValue) Returns anIfNotExists
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.M.ifNotExists
(M defaultValue) M.ifNotExists
(Map<String, ?> defaultValue) Returns anIfNotExists
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.N.ifNotExists
(N defaultValue) Returns anIfNotExists
object which represents an if_not_exists(path, operand) function call where path refers to that of the current attribute; used for building expressions.N.ifNotExists
(Number defaultValue) Returns anIfNotExists
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.NS.ifNotExists
(NS defaultValue) Returns anIfNotExistsFunction
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.NS.ifNotExists
(Number... defaultValue) Returns anIfNotExistsFunction
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>
IfNotExistsFunction<NS> NS.ifNotExists
(Set<T> defaultValue) Returns anIfNotExists
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.S.ifNotExists
(S defaultValue) Returns anIfNotExists
object which represents an if_not_exists(path, operand) function call where path refers to that of the current attribute; used for building expressions.S.ifNotExists
(String defaultValue) Returns anIfNotExists
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.SS.ifNotExists
(SS defaultValue) Returns anIfNotExistsFunction
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.SS.ifNotExists
(String... defaultValue) Returns anIfNotExistsFunction
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.SS.ifNotExists
(Set<String> defaultValue) Returns anIfNotExists
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.Methods in com.amazonaws.services.dynamodbv2.xspec with parameters of type IfNotExistsFunctionModifier and TypeMethodDescriptionB.set
(IfNotExistsFunction<B> ifNotExistsFunction) Returns aSetAction
object used for building update expression.BOOL.set
(IfNotExistsFunction<BOOL> ifNotExistsFunction) Returns aSetAction
object used for building update expression.BS.set
(IfNotExistsFunction<BS> ifNotExistsFunction) Returns aSetAction
object used for building update expression.L.set
(IfNotExistsFunction<L> ifNotExistsFunction) Returns aSetAction
object used for building update expression.M.set
(IfNotExistsFunction<M> ifNotExistsFunction) Returns aSetAction
object used for building update expression.N.set
(IfNotExistsFunction<N> ifNotExistsFunction) Returns aSetAction
object used for building update expression.NS.set
(IfNotExistsFunction<NS> ifNotExistsFunction) Returns aSetAction
object used for building update expression.S.set
(IfNotExistsFunction<S> ifNotExistsFunction) Returns aSetAction
object used for building update expression.SS.set
(IfNotExistsFunction<SS> ifNotExistsFunction) Returns aSetAction
object used for building update expression.