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 anIfNotExistsobject 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 anIfNotExistsobject 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 anIfNotExistsobject 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 anIfNotExistsobject 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 anIfNotExistsobject 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 anIfNotExistsobject 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 anIfNotExistsobject 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 anIfNotExistsobject 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 anIfNotExistsobject 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 anIfNotExistsobject 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 anIfNotExistsobject which represents an if_not_exists(path, operand) function call; used for building expression.B.ifNotExists(byte[] defaultValue) Returns anIfNotExistsobject 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 anIfNotExistsobject 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 anIfNotExistsobject 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 anIfNotExistsobject 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 anIfNotExistsobject 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 anIfNotExistsFunctionobject 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 anIfNotExistsFunctionobject 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 anIfNotExistsFunctionobject 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 anIfNotExistsobject 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 anIfNotExistsobject 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 anIfNotExistsobject 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 anIfNotExistsobject 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 anIfNotExistsFunctionobject 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 anIfNotExistsFunctionobject 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 anIfNotExistsobject 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 anIfNotExistsobject 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 anIfNotExistsobject 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 anIfNotExistsFunctionobject 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 anIfNotExistsFunctionobject 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 anIfNotExistsobject 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 aSetActionobject used for building update expression.BOOL.set(IfNotExistsFunction<BOOL> ifNotExistsFunction) Returns aSetActionobject used for building update expression.BS.set(IfNotExistsFunction<BS> ifNotExistsFunction) Returns aSetActionobject used for building update expression.L.set(IfNotExistsFunction<L> ifNotExistsFunction) Returns aSetActionobject used for building update expression.M.set(IfNotExistsFunction<M> ifNotExistsFunction) Returns aSetActionobject used for building update expression.N.set(IfNotExistsFunction<N> ifNotExistsFunction) Returns aSetActionobject used for building update expression.NS.set(IfNotExistsFunction<NS> ifNotExistsFunction) Returns aSetActionobject used for building update expression.S.set(IfNotExistsFunction<S> ifNotExistsFunction) Returns aSetActionobject used for building update expression.SS.set(IfNotExistsFunction<SS> ifNotExistsFunction) Returns aSetActionobject used for building update expression.