|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Condition | |
---|---|
com.amazonaws.services.dynamodb.datamodeling | |
com.amazonaws.services.dynamodb.model | Classes modeling the various types represented by AmazonDynamoDB. |
Uses of Condition in com.amazonaws.services.dynamodb.datamodeling |
---|
Methods in com.amazonaws.services.dynamodb.datamodeling that return Condition | |
---|---|
Condition |
DynamoDBQueryExpression.getRangeKeyCondition()
Deprecated. Returns the range key condition for this query. |
Methods in com.amazonaws.services.dynamodb.datamodeling that return types with arguments of type Condition | |
---|---|
Map<String,Condition> |
DynamoDBScanExpression.getScanFilter()
Deprecated. Returns the scan filter as a map of attribute names to conditions. |
Methods in com.amazonaws.services.dynamodb.datamodeling with parameters of type Condition | |
---|---|
void |
DynamoDBScanExpression.addFilterCondition(String attributeName,
Condition condition)
Deprecated. Adds a new filter condition to the current scan filter. |
void |
DynamoDBQueryExpression.setRangeKeyCondition(Condition rangeKeyCondition)
Deprecated. Sets the range key condition for this query. |
DynamoDBQueryExpression |
DynamoDBQueryExpression.withRangeKeyCondition(Condition rangeKeyCondition)
Deprecated. Sets the range key condition for this query and returns a pointer to this object for method-chaining. |
Method parameters in com.amazonaws.services.dynamodb.datamodeling with type arguments of type Condition | |
---|---|
void |
DynamoDBScanExpression.setScanFilter(Map<String,Condition> scanFilter)
Deprecated. Sets the scan filter to the map of attribute names to conditions. |
Uses of Condition in com.amazonaws.services.dynamodb.model |
---|
Methods in com.amazonaws.services.dynamodb.model that return Condition | |
---|---|
Condition |
QueryRequest.getRangeKeyCondition()
Deprecated. A container for the attribute values and comparison operators to use for the query. |
Condition |
Condition.withAttributeValueList(AttributeValue... attributeValueList)
Deprecated. A list of attribute values to be used with a comparison operator for a scan or query operation. |
Condition |
Condition.withAttributeValueList(Collection<AttributeValue> attributeValueList)
Deprecated. A list of attribute values to be used with a comparison operator for a scan or query operation. |
Condition |
Condition.withComparisonOperator(ComparisonOperator comparisonOperator)
Deprecated. A comparison operator is an enumeration of several operations: EQ for equal. NE for
not equal. IN checks for exact
matches. LE for less than or equal
to. LT for less than.
GE for greater than or equal to.
GT for greater than.
BETWEEN for between.
NOT_NULL for exists.
NULL for not exists.
CONTAINS for substring or value in a set.
NOT_CONTAINS for absence of a substring or absence of
a value in a set. BEGINS_WITH for a substring
prefix. |
Condition |
Condition.withComparisonOperator(String comparisonOperator)
Deprecated. A comparison operator is an enumeration of several operations: EQ for equal. NE for
not equal. IN checks for exact
matches. LE for less than or equal
to. LT for less than.
GE for greater than or equal to.
GT for greater than.
BETWEEN for between.
NOT_NULL for exists.
NULL for not exists.
CONTAINS for substring or value in a set.
NOT_CONTAINS for absence of a substring or absence of
a value in a set. BEGINS_WITH for a substring
prefix. |
Methods in com.amazonaws.services.dynamodb.model that return types with arguments of type Condition | |
---|---|
Map<String,Condition> |
ScanRequest.getScanFilter()
Deprecated. Evaluates the scan results and returns only the desired values. |
Methods in com.amazonaws.services.dynamodb.model with parameters of type Condition | |
---|---|
void |
QueryRequest.setRangeKeyCondition(Condition rangeKeyCondition)
Deprecated. A container for the attribute values and comparison operators to use for the query. |
QueryRequest |
QueryRequest.withRangeKeyCondition(Condition rangeKeyCondition)
Deprecated. A container for the attribute values and comparison operators to use for the query. |
Method parameters in com.amazonaws.services.dynamodb.model with type arguments of type Condition | |
---|---|
void |
ScanRequest.setScanFilter(Map<String,Condition> scanFilter)
Deprecated. Evaluates the scan results and returns only the desired values. |
ScanRequest |
ScanRequest.withScanFilter(Map<String,Condition> scanFilter)
Deprecated. Evaluates the scan results and returns only the desired values. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |