Uses of Class
com.amazonaws.services.dynamodb.model.QueryRequest

Packages that use QueryRequest
com.amazonaws.services.dynamodb Synchronous and asynchronous client classes for accessing AmazonDynamoDB. 
com.amazonaws.services.dynamodb.datamodeling   
com.amazonaws.services.dynamodb.model Classes modeling the various types represented by AmazonDynamoDB. 
 

Uses of QueryRequest in com.amazonaws.services.dynamodb
 

Methods in com.amazonaws.services.dynamodb with parameters of type QueryRequest
 QueryResult AmazonDynamoDBClient.query(QueryRequest queryRequest)
          Deprecated.  Gets the values of one or more items and its attributes by primary key (composite primary key, only).
 QueryResult AmazonDynamoDB.query(QueryRequest queryRequest)
          Deprecated.  Gets the values of one or more items and its attributes by primary key (composite primary key, only).
 Future<QueryResult> AmazonDynamoDBAsyncClient.queryAsync(QueryRequest queryRequest)
          Deprecated.  Gets the values of one or more items and its attributes by primary key (composite primary key, only).
 Future<QueryResult> AmazonDynamoDBAsync.queryAsync(QueryRequest queryRequest)
          Deprecated.  Gets the values of one or more items and its attributes by primary key (composite primary key, only).
 Future<QueryResult> AmazonDynamoDBAsyncClient.queryAsync(QueryRequest queryRequest, AsyncHandler<QueryRequest,QueryResult> asyncHandler)
          Deprecated.  Gets the values of one or more items and its attributes by primary key (composite primary key, only).
 Future<QueryResult> AmazonDynamoDBAsync.queryAsync(QueryRequest queryRequest, AsyncHandler<QueryRequest,QueryResult> asyncHandler)
          Deprecated.  Gets the values of one or more items and its attributes by primary key (composite primary key, only).
 

Method parameters in com.amazonaws.services.dynamodb with type arguments of type QueryRequest
 Future<QueryResult> AmazonDynamoDBAsyncClient.queryAsync(QueryRequest queryRequest, AsyncHandler<QueryRequest,QueryResult> asyncHandler)
          Deprecated.  Gets the values of one or more items and its attributes by primary key (composite primary key, only).
 Future<QueryResult> AmazonDynamoDBAsync.queryAsync(QueryRequest queryRequest, AsyncHandler<QueryRequest,QueryResult> asyncHandler)
          Deprecated.  Gets the values of one or more items and its attributes by primary key (composite primary key, only).
 

Uses of QueryRequest in com.amazonaws.services.dynamodb.datamodeling
 

Constructors in com.amazonaws.services.dynamodb.datamodeling with parameters of type QueryRequest
PaginatedQueryList(DynamoDBMapper mapper, Class<T> clazz, AmazonDynamoDB dynamo, QueryRequest queryRequest, QueryResult queryResult)
          Deprecated.  
 

Uses of QueryRequest in com.amazonaws.services.dynamodb.model
 

Methods in com.amazonaws.services.dynamodb.model that return QueryRequest
 QueryRequest QueryRequest.withAttributesToGet(Collection<String> attributesToGet)
          Deprecated. List of Attribute names.
 QueryRequest QueryRequest.withAttributesToGet(String... attributesToGet)
          Deprecated. List of Attribute names.
 QueryRequest QueryRequest.withConsistentRead(Boolean consistentRead)
          Deprecated. If set to true, then a consistent read is issued.
 QueryRequest QueryRequest.withCount(Boolean count)
          Deprecated. If set to true, Amazon DynamoDB returns a total number of items that match the query parameters, instead of a list of the matching items and their attributes.
 QueryRequest QueryRequest.withExclusiveStartKey(Key exclusiveStartKey)
          Deprecated. Primary key of the item from which to continue an earlier query.
 QueryRequest QueryRequest.withHashKeyValue(AttributeValue hashKeyValue)
          Deprecated. Attribute value of the hash component of the composite primary key.
 QueryRequest QueryRequest.withLimit(Integer limit)
          Deprecated. The maximum number of items to return.
 QueryRequest QueryRequest.withRangeKeyCondition(Condition rangeKeyCondition)
          Deprecated. A container for the attribute values and comparison operators to use for the query.
 QueryRequest QueryRequest.withScanIndexForward(Boolean scanIndexForward)
          Deprecated. Specifies forward or backward traversal of the index.
 QueryRequest QueryRequest.withTableName(String tableName)
          Deprecated. The name of the table in which you want to query.
 



Copyright © 2016. All rights reserved.