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(java.nio.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(java.nio.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 |
M.eq(FunctionOperand value) |
ComparatorCondition |
L.eq(FunctionOperand value) |
ComparatorCondition |
L.eq(L that) |
ComparatorCondition |
L.eq(java.util.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(java.util.Map<java.lang.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(java.lang.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(java.lang.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(java.util.Set<java.lang.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 java.lang.Number> |
NS.eq(java.util.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(java.lang.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(java.lang.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(java.lang.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(java.lang.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(java.lang.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(java.lang.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(java.lang.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(java.lang.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(java.lang.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(java.lang.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(java.nio.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(java.nio.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 |
M.ne(FunctionOperand value) |
ComparatorCondition |
L.ne(FunctionOperand value) |
ComparatorCondition |
L.ne(L that) |
ComparatorCondition |
L.ne(java.util.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(java.util.Map<java.lang.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(java.lang.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(java.lang.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(java.util.Set<java.lang.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 java.lang.Number> |
NS.ne(java.util.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(java.lang.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(java.lang.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.
|