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

Packages that use QueryResult
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 QueryResult in com.amazonaws.services.dynamodb
 

Methods in com.amazonaws.services.dynamodb that return QueryResult
 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).
 

Methods in com.amazonaws.services.dynamodb that return types with arguments of type QueryResult
 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 QueryResult
 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 QueryResult in com.amazonaws.services.dynamodb.datamodeling
 

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

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

Methods in com.amazonaws.services.dynamodb.model that return QueryResult
 QueryResult QueryResult.withConsumedCapacityUnits(Double consumedCapacityUnits)
          Deprecated. The number of Capacity Units of the provisioned throughput of the table consumed during the operation.
 QueryResult QueryResult.withCount(Integer count)
          Deprecated. Number of items in the response.
 QueryResult QueryResult.withItems(Collection<Map<String,AttributeValue>> items)
          Deprecated. Sets the value of the Items property for this object.
 QueryResult QueryResult.withItems(Map<String,AttributeValue>... items)
          Deprecated. Sets the value of the Items property for this object.
 QueryResult QueryResult.withLastEvaluatedKey(Key lastEvaluatedKey)
          Deprecated. Primary key of the item where the query operation stopped, inclusive of the previous result set.
 



Copyright © 2016. All rights reserved.