|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use QueryResult | |
---|---|
com.amazonaws.services.dynamodbv2 | Synchronous and asynchronous client classes for accessing AmazonDynamoDBv2. |
com.amazonaws.services.dynamodbv2.datamodeling | |
com.amazonaws.services.dynamodbv2.model | Classes modeling the various types represented by AmazonDynamoDBv2. |
Uses of QueryResult in com.amazonaws.services.dynamodbv2 |
---|
Methods in com.amazonaws.services.dynamodbv2 that return QueryResult | |
---|---|
QueryResult |
AmazonDynamoDBClient.query(QueryRequest queryRequest)
A Query operation directly accesses items from a table using the table primary key, or from an index using the index key. |
QueryResult |
AmazonDynamoDB.query(QueryRequest queryRequest)
A Query operation directly accesses items from a table using the table primary key, or from an index using the index key. |
Methods in com.amazonaws.services.dynamodbv2 that return types with arguments of type QueryResult | |
---|---|
Future<QueryResult> |
AmazonDynamoDBAsyncClient.queryAsync(QueryRequest queryRequest)
A Query operation directly accesses items from a table using the table primary key, or from an index using the index key. |
Future<QueryResult> |
AmazonDynamoDBAsync.queryAsync(QueryRequest queryRequest)
A Query operation directly accesses items from a table using the table primary key, or from an index using the index key. |
Future<QueryResult> |
AmazonDynamoDBAsyncClient.queryAsync(QueryRequest queryRequest,
AsyncHandler<QueryRequest,QueryResult> asyncHandler)
A Query operation directly accesses items from a table using the table primary key, or from an index using the index key. |
Future<QueryResult> |
AmazonDynamoDBAsync.queryAsync(QueryRequest queryRequest,
AsyncHandler<QueryRequest,QueryResult> asyncHandler)
A Query operation directly accesses items from a table using the table primary key, or from an index using the index key. |
Method parameters in com.amazonaws.services.dynamodbv2 with type arguments of type QueryResult | |
---|---|
Future<QueryResult> |
AmazonDynamoDBAsyncClient.queryAsync(QueryRequest queryRequest,
AsyncHandler<QueryRequest,QueryResult> asyncHandler)
A Query operation directly accesses items from a table using the table primary key, or from an index using the index key. |
Future<QueryResult> |
AmazonDynamoDBAsync.queryAsync(QueryRequest queryRequest,
AsyncHandler<QueryRequest,QueryResult> asyncHandler)
A Query operation directly accesses items from a table using the table primary key, or from an index using the index key. |
Uses of QueryResult in com.amazonaws.services.dynamodbv2.datamodeling |
---|
Constructors in com.amazonaws.services.dynamodbv2.datamodeling with parameters of type QueryResult | |
---|---|
PaginatedQueryList(DynamoDBMapper mapper,
Class<T> clazz,
AmazonDynamoDB dynamo,
QueryRequest queryRequest,
QueryResult queryResult,
DynamoDBMapperConfig.PaginationLoadingStrategy paginationLoadingStrategy,
DynamoDBMapperConfig config)
|
Uses of QueryResult in com.amazonaws.services.dynamodbv2.model |
---|
Methods in com.amazonaws.services.dynamodbv2.model that return QueryResult | |
---|---|
QueryResult |
QueryResult.addLastEvaluatedKeyEntry(String key,
AttributeValue value)
The primary key of the item where the operation stopped, inclusive of the previous result set. |
QueryResult |
QueryResult.clearLastEvaluatedKeyEntries()
Removes all the entries added into LastEvaluatedKey. |
QueryResult |
QueryResult.withConsumedCapacity(ConsumedCapacity consumedCapacity)
Represents the capacity units consumed by an operation. |
QueryResult |
QueryResult.withCount(Integer count)
The number of items in the response. |
QueryResult |
QueryResult.withItems(Collection<Map<String,AttributeValue>> items)
An array of item attributes that match the query criteria. |
QueryResult |
QueryResult.withItems(Map<String,AttributeValue>... items)
An array of item attributes that match the query criteria. |
QueryResult |
QueryResult.withLastEvaluatedKey(Map<String,AttributeValue> lastEvaluatedKey)
The primary key of the item where the operation stopped, inclusive of the previous result set. |
QueryResult |
QueryResult.withScannedCount(Integer scannedCount)
The number of items evaluated, before any QueryFilter is applied. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |