Modifier and Type | Method and Description |
---|---|
QueryResult |
AmazonDynamoDBClient.query(QueryRequest queryRequest)
A Query operation uses the primary key of a table or a secondary
index to directly access items from that table or index.
|
QueryResult |
AmazonDynamoDB.query(QueryRequest queryRequest)
A Query operation uses the primary key of a table or a secondary
index to directly access items from that table or index.
|
QueryResult |
AbstractAmazonDynamoDB.query(QueryRequest request) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<QueryResult> |
AmazonDynamoDBAsyncClient.queryAsync(QueryRequest request) |
java.util.concurrent.Future<QueryResult> |
AmazonDynamoDBAsync.queryAsync(QueryRequest queryRequest)
A Query operation uses the primary key of a table or a secondary
index to directly access items from that table or index.
|
java.util.concurrent.Future<QueryResult> |
AbstractAmazonDynamoDBAsync.queryAsync(QueryRequest request) |
java.util.concurrent.Future<QueryResult> |
AmazonDynamoDBAsyncClient.queryAsync(QueryRequest request,
AsyncHandler<QueryRequest,QueryResult> asyncHandler) |
java.util.concurrent.Future<QueryResult> |
AmazonDynamoDBAsync.queryAsync(QueryRequest queryRequest,
AsyncHandler<QueryRequest,QueryResult> asyncHandler)
A Query operation uses the primary key of a table or a secondary
index to directly access items from that table or index.
|
java.util.concurrent.Future<QueryResult> |
AbstractAmazonDynamoDBAsync.queryAsync(QueryRequest request,
AsyncHandler<QueryRequest,QueryResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<QueryResult> |
AmazonDynamoDBAsyncClient.queryAsync(QueryRequest request,
AsyncHandler<QueryRequest,QueryResult> asyncHandler) |
java.util.concurrent.Future<QueryResult> |
AmazonDynamoDBAsync.queryAsync(QueryRequest queryRequest,
AsyncHandler<QueryRequest,QueryResult> asyncHandler)
A Query operation uses the primary key of a table or a secondary
index to directly access items from that table or index.
|
java.util.concurrent.Future<QueryResult> |
AbstractAmazonDynamoDBAsync.queryAsync(QueryRequest request,
AsyncHandler<QueryRequest,QueryResult> asyncHandler) |
Modifier and Type | Field and Description |
---|---|
private QueryResult |
PaginatedQueryList.queryResult
The current results for the last executed query operation
|
Constructor and Description |
---|
PaginatedQueryList(DynamoDBMapper mapper,
java.lang.Class<T> clazz,
AmazonDynamoDB dynamo,
QueryRequest queryRequest,
QueryResult queryResult,
DynamoDBMapperConfig.PaginationLoadingStrategy paginationLoadingStrategy,
DynamoDBMapperConfig config) |
Modifier and Type | Field and Description |
---|---|
private QueryResult |
QueryOutcome.result |
Modifier and Type | Method and Description |
---|---|
QueryResult |
QueryOutcome.getQueryResult()
Returns a non-null low-level result returned from the server side.
|
Constructor and Description |
---|
QueryOutcome(QueryResult result) |
Modifier and Type | Method and Description |
---|---|
QueryResult |
QueryResult.addLastEvaluatedKeyEntry(java.lang.String key,
AttributeValue value) |
QueryResult |
QueryResult.clearLastEvaluatedKeyEntries()
Removes all the entries added into LastEvaluatedKey.
|
QueryResult |
QueryResult.clone() |
QueryResult |
QueryResult.withConsumedCapacity(ConsumedCapacity consumedCapacity) |
QueryResult |
QueryResult.withCount(java.lang.Integer count)
The number of items in the response.
|
QueryResult |
QueryResult.withItems(java.util.Collection<java.util.Map<java.lang.String,AttributeValue>> items)
An array of item attributes that match the query criteria.
|
QueryResult |
QueryResult.withItems(java.util.Map<java.lang.String,AttributeValue>... items)
An array of item attributes that match the query criteria.
|
QueryResult |
QueryResult.withLastEvaluatedKey(java.util.Map<java.lang.String,AttributeValue> lastEvaluatedKey)
The primary key of the item where the operation stopped, inclusive of the
previous result set.
|
QueryResult |
QueryResult.withScannedCount(java.lang.Integer scannedCount)
The number of items evaluated, before any QueryFilter is applied.
|
Modifier and Type | Method and Description |
---|---|
QueryResult |
QueryResultJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |