Java com.amazonaws.services.dynamodbv2.datamodeling DynamoDBQueryExpression fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.dynamodbv2.datamodeling DynamoDBQueryExpression fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.services.dynamodbv2.datamodeling DynamoDBQueryExpression.

The text is from its open source code.

Constructor

Method

voidsetConsistentRead(boolean consistentRead)
Sets whether this query uses consistent reads.
voidsetExpressionAttributeValues(java.util.Map expressionAttributeValues)
One or more values that can be substituted in an expression.
voidsetFilterExpression(String filterExpression)
Evaluates the query results and returns only the desired values.
voidsetHashKeyValues(T hashKeyValues)
Sets the hash key value(s) for this query.
voidsetIndexName(String indexName)
Sets the name of the index to be used by this query.
voidsetRangeKeyConditions(Map rangeKeyConditions)
Sets the range key condition for this query.
voidsetScanIndexForward(boolean scanIndexForward)
Sets whether this query scans forward.
DynamoDBQueryExpressionwithHashKeyValues(T hashKObject)
Sets the hash key value(s) for this query.
DynamoDBQueryExpressionwithIndexName(String indexName)
Sets the name of the index to be used by this query.
DynamoDBQueryExpressionwithRangeKeyCondition(String rangeKeyAttributeName, Condition rangeKeyCondition)
Sets one range key condition for this query, using the attribute name of the range key.
DynamoDBQueryExpressionwithRangeKeyConditions(Map rangeKeyConditions)
Sets the range key condition for this query.