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 |
---|---|
ComparatorCondition |
B.eq(B that)
Returns a comparator condition (that evaluates to true if the value of the current
attribute is equal to that of the specified attribute) for building
condition expression.
|
ComparatorCondition |
BOOL.eq(BOOL that)
Returns a comparator condition (that evaluates to true if the value of the current
attribute is equal to that of the specified attribute) for building
condition expression.
|
ComparatorCondition |
BOOL.eq(boolean value)
Returns a comparator condition (that evaluates to true if the value of the current
attribute is equal to that of the specified value) for building
condition expression.
|
ComparatorCondition |
BS.eq(BS that)
Returns a comparator condition (that evaluates to true if the value of the current
attribute is equal to that of the specified attribute) for building
condition expression.
|
ComparatorCondition |
BS.eq(byte[]... values)
Returns a comparator condition (that evaluates to true if the value of the
current attribute is equal to the set of specified values) for building condition
expression.
|
ComparatorCondition |
B.eq(byte[] value)
Returns a comparator condition (that evaluates to true if the attribute value
referred to by this path operand is equal to the specified value) for
building condition expression.
|
ComparatorCondition |
BS.eq(ByteBuffer... values)
Returns a comparator condition (that evaluates to true if the value of the
current attribute is equal to the set of specified values) for building condition
expression.
|
ComparatorCondition |
B.eq(ByteBuffer value)
Returns a comparator condition (that evaluates to true if the value of the
current attribute is equal to the specified value) for building condition
expression.
|
ComparatorCondition |
L.eq(FunctionOperand value) |
ComparatorCondition |
M.eq(FunctionOperand value) |
ComparatorCondition |
L.eq(L that) |
ComparatorCondition |
L.eq(List<?> value)
Returns a comparator condition (that evaluates to true if the attribute value
referred to by this path operand is equal to the specified value) for
building condition expression.
|
ComparatorCondition |
M.eq(M that) |
ComparatorCondition |
M.eq(Map<String,?> value)
Returns a comparator condition (that evaluates to true if the attribute value
referred to by this path operand is equal to the specified value) for
building condition expression.
|
ComparatorCondition |
N.eq(N that)
Returns a comparator condition (that evaluates to true if the value of the current
attribute is equal to that of the specified attribute) for building
condition expression.
|
ComparatorCondition |
NS.eq(NS that)
Returns a comparator condition (that evaluates to true if the value of the current
attribute is equal to that of the specified attribute) for building
condition expression.
|
ComparatorCondition |
NS.eq(Number... values)
Returns a comparator condition (that evaluates to true if the value of the
current attribute is equal to the set of specified values) for building condition
expression.
|
ComparatorCondition |
N.eq(Number value)
Returns a comparator condition (that evaluates to true if the attribute value
referred to by this path operand is equal to the specified value) for
building condition expression.
|
ComparatorCondition |
S.eq(S that)
Returns a comparator condition (that evaluates to true if the value of the current
attribute is equal to that of the specified attribute) for building
condition expression.
|
ComparatorCondition |
SS.eq(Set<String> value)
Returns a comparator condition (that evaluates to true if the attribute value
referred to by this path operand is equal to the specified value) for
building condition expression.
|
<T extends Number> |
NS.eq(Set<T> value)
Returns a comparator condition (that evaluates to true if the attribute value
referred to by this path operand is equal to the specified value) for
building condition expression.
|
ComparatorCondition |
SS.eq(SS that)
Returns a comparator condition (that evaluates to true if the value of the current
attribute is equal to that of the specified attribute) for building
condition expression.
|
ComparatorCondition |
SS.eq(String... values)
Returns a comparator condition (that evaluates to true if the value of the
current attribute is equal to the set of specified values) for building condition
expression.
|
ComparatorCondition |
S.eq(String value)
Returns a comparator condition (that evaluates to true if the attribute value
referred to by this path operand is equal to the specified value) for
building condition expression.
|
ComparatorCondition |
N.ge(N that)
Returns a comparator condition (that evaluates to true if the value of the current
attribute is greater than or equal to that of the specified attribute) for building
condition expression.
|
ComparatorCondition |
N.ge(Number value)
Returns a comparator condition (that evaluates to true if the value of the current
attribute is greater than or equal to the specified value) for building
condition expression.
|
ComparatorCondition |
S.ge(S that)
Returns a comparator condition (that evaluates to true if the value of the current
attribute is greater than or equal to that of the specified attribute) for building
condition expression.
|
ComparatorCondition |
S.ge(String value)
Returns a comparator condition (that evaluates to true if the value of the current
attribute is greater than or equal to the specified value) for building
condition expression.
|
ComparatorCondition |
N.gt(N that)
Returns a comparator condition (that evaluates to true if the value of the current
attribute is greater than that of the specified attribute) for building
condition expression.
|
ComparatorCondition |
N.gt(Number value)
Returns a comparator condition (that evaluates to true if the value of the current
attribute is greater than the specified value) for building
condition expression.
|
ComparatorCondition |
S.gt(S that)
Returns a comparator condition (that evaluates to true if the value of the current
attribute is greater than that of the specified attribute) for building
condition expression.
|
ComparatorCondition |
S.gt(String value)
Returns a comparator condition (that evaluates to true if the value of the current
attribute is greater than the specified value) for building
condition expression.
|
ComparatorCondition |
N.le(N that)
Returns a comparator condition (that evaluates to true if the value of the current
attribute is less than or equal to that of the specified attribute) for building
condition expression.
|
ComparatorCondition |
N.le(Number value)
Returns a comparator condition (that evaluates to true if the value of the current
attribute is less than or equal to the specified value) for building
condition expression.
|
ComparatorCondition |
S.le(S that)
Returns a comparator condition (that evaluates to true if the value of the current
attribute is less than or equal to that of the specified attribute) for building
condition expression.
|
ComparatorCondition |
S.le(String value)
Returns a comparator condition (that evaluates to true if the value of the current
attribute is less than or equal to the specified value) for building
condition expression.
|
ComparatorCondition |
N.lt(N that)
Returns a comparator condition (that evaluates to true if the value of the current
attribute is less than that of the specified attribute) for building
condition expression.
|
ComparatorCondition |
N.lt(Number value)
Returns a comparator condition (that evaluates to true if the value of the current
attribute is less than the specified value) for building
condition expression.
|
ComparatorCondition |
S.lt(S that)
Returns a comparator condition (that evaluates to true if the value of the current
attribute is less than that of the specified attribute) for building
condition expression.
|
ComparatorCondition |
S.lt(String value)
Returns a comparator condition (that evaluates to true if the value of the current
attribute is less than the specified value) for building
condition expression.
|
ComparatorCondition |
B.ne(B that)
Returns a comparator condition (that evaluates to true if the value of the current
attribute is not equal to that of the specified attribute) for building
condition expression.
|
ComparatorCondition |
BOOL.ne(BOOL that)
Returns a comparator condition (that evaluates to true if the value of the current
attribute is not equal to that of the specified attribute) for building
condition expression.
|
ComparatorCondition |
BOOL.ne(boolean value)
Returns a comparator condition (that evaluates to true if the value of the current
attribute is not equal to that of the specified value) for building
condition expression.
|
ComparatorCondition |
BS.ne(BS that)
Returns a comparator condition (that evaluates to true if the value of the current
attribute is not equal to that of the specified attribute) for building
condition expression.
|
ComparatorCondition |
BS.ne(byte[]... values)
Returns a comparator condition (that evaluates to true if the value of the
current attribute is not equal to the set of specified values) for building condition
expression.
|
ComparatorCondition |
B.ne(byte[] value)
Returns a comparator condition (that evaluates to true if the attribute value
referred to by this path operand is not equal to that of the specified
path operand) for building condition expression.
|
ComparatorCondition |
BS.ne(ByteBuffer... values)
Returns a comparator condition (that evaluates to true if the value of the
current attribute is not equal to the set of specified values) for
building condition expression.
|
ComparatorCondition |
B.ne(ByteBuffer value)
Returns a comparator condition (that evaluates to true if the value of the
current attribute is not equal to the specified value) for building
condition expression.
|
ComparatorCondition |
L.ne(FunctionOperand value) |
ComparatorCondition |
M.ne(FunctionOperand value) |
ComparatorCondition |
L.ne(L that) |
ComparatorCondition |
L.ne(List<?> value)
Returns a comparator condition (that evaluates to true if the attribute value
referred to by this path operand is not equal to that of the specified
path operand) for building condition expression.
|
ComparatorCondition |
M.ne(M that) |
ComparatorCondition |
M.ne(Map<String,?> value)
Returns a comparator condition (that evaluates to true if the attribute value
referred to by this path operand is not equal to that of the specified
path operand) for building condition expression.
|
ComparatorCondition |
N.ne(N that)
Returns a comparator condition (that evaluates to true if the value of the current
attribute is not equal to that of the specified attribute) for building
condition expression.
|
ComparatorCondition |
NS.ne(NS that)
Returns a comparator condition (that evaluates to true if the value of the
current attribute is not equal to the set of specified values) for
building condition expression.
|
ComparatorCondition |
NS.ne(Number... values)
Returns a comparator condition (that evaluates to true if the value of the
current attribute is not equal to the set of specified values) for
building condition expression.
|
ComparatorCondition |
N.ne(Number value)
Returns a comparator condition (that evaluates to true if the attribute value
referred to by this path operand is not equal to that of the specified
path operand) for building condition expression.
|
ComparatorCondition |
S.ne(S that)
Returns a comparator condition (that evaluates to true if the value of the current
attribute is not equal to that of the specified attribute) for building
condition expression.
|
ComparatorCondition |
SS.ne(Set<String> value)
Returns a comparator condition (that evaluates to true if the attribute value
referred to by this path operand is not equal to that of the specified
path operand) for building condition expression.
|
<T extends Number> |
NS.ne(Set<T> value)
Returns a comparator condition (that evaluates to true if the attribute value
referred to by this path operand is not equal to that of the specified
path operand) for building condition expression.
|
ComparatorCondition |
SS.ne(SS that)
Returns a comparator condition (that evaluates to true if the value of the current
attribute is not equal to that of the specified attribute) for building
condition expression.
|
ComparatorCondition |
SS.ne(String... values)
Returns a comparator condition (that evaluates to true if the value of the
current attribute is not equal to the set of specified values) for
building condition expression.
|
ComparatorCondition |
S.ne(String value)
Returns a comparator condition (that evaluates to true if the attribute value
referred to by this path operand is not equal to that of the specified
path operand) for building condition expression.
|
Copyright © 2019. All rights reserved.