| Package | Description |
|---|---|
| com.amazonaws.services.dynamodbv2 |
|
| com.amazonaws.services.dynamodbv2.model |
Classes modeling the various types represented by AmazonDynamoDB
|
| Modifier and Type | Method and Description |
|---|---|
QueryResult |
AmazonDynamoDBClient.query(QueryRequest queryRequest)
The
Query operation finds items based on primary key values. |
QueryResult |
AmazonDynamoDB.query(QueryRequest queryRequest)
The
Query operation finds items based on primary key values. |
| Modifier and Type | Method and Description |
|---|---|
Future<QueryResult> |
AmazonDynamoDBAsyncClient.queryAsync(QueryRequest queryRequest)
The
Query operation finds items based on primary key values. |
Future<QueryResult> |
AmazonDynamoDBAsync.queryAsync(QueryRequest queryRequest)
The
Query operation finds items based on primary key values. |
Future<QueryResult> |
AmazonDynamoDBAsyncClient.queryAsync(QueryRequest queryRequest,
AsyncHandler<QueryRequest,QueryResult> asyncHandler)
The
Query operation finds items based on primary key values. |
Future<QueryResult> |
AmazonDynamoDBAsync.queryAsync(QueryRequest queryRequest,
AsyncHandler<QueryRequest,QueryResult> asyncHandler)
The
Query operation finds items based on primary key values. |
| Modifier and Type | Method and Description |
|---|---|
Future<QueryResult> |
AmazonDynamoDBAsyncClient.queryAsync(QueryRequest queryRequest,
AsyncHandler<QueryRequest,QueryResult> asyncHandler)
The
Query operation finds items based on primary key values. |
Future<QueryResult> |
AmazonDynamoDBAsync.queryAsync(QueryRequest queryRequest,
AsyncHandler<QueryRequest,QueryResult> asyncHandler)
The
Query operation finds items based on primary key values. |
| Modifier and Type | Method and Description |
|---|---|
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)
The capacity units consumed by the
Query 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. |
Copyright © 2019. All rights reserved.