Package | Description |
---|---|
com.amazonaws.mobileconnectors.dynamodbv2.document |
Modifier and Type | Method and Description |
---|---|
protected Expression |
ScanOperationConfig.getFilterExpression() |
protected Expression |
QueryOperationConfig.getFilterExpression() |
protected Expression |
QueryOperationConfig.getKeyExpression() |
Expression |
Expression.withExpressionAttibuteNames(String key,
String value)
Adds expression attributes.
|
Expression |
Expression.withExpressionAttibuteValues(String key,
DynamoDBEntry value)
Adds expression attribute values.
|
Modifier and Type | Method and Description |
---|---|
protected static void |
Expression.applyExpression(QueryRequest request,
Table table,
Expression keyExpression,
Expression filterExpression) |
Search |
Table.query(Primitive hashKey,
Expression filterExpression)
Initiates a Search object to Query a DynamoDB table, with the specified
hash primary key and filterExpression.
|
Search |
Table.scan(Expression filterExpression)
Initiates a Search object to Scan a DynamoDB table, with the specified
expression.
|
protected Search |
Search.withFilterExpression(Expression filterExpression) |
ScanOperationConfig |
ScanOperationConfig.withFilterExpression(Expression filterExpression)
Set filter expression.
|
QueryOperationConfig |
QueryOperationConfig.withFilterExpression(Expression filterExpression)
Set filter expression.
|
protected Search |
Search.withKeyExpression(Expression keyExpression) |
QueryOperationConfig |
QueryOperationConfig.withKeyExpression(Expression keyExpression)
Set key expression.
|
Copyright © 2019. All rights reserved.