Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
QueryResult |
AmazonDynamoDB.query(QueryRequest queryRequest)
Deprecated.
Gets the values of one or more items and its attributes by primary key
(composite primary key, only).
|
QueryResult |
AmazonDynamoDBClient.query(QueryRequest queryRequest)
Deprecated.
Gets the values of one or more items and its attributes by primary key
(composite primary key, only).
|
Modifier and Type | Method and Description |
---|---|
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).
|
Modifier and Type | Method and Description |
---|---|
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).
|
Constructor and Description |
---|
PaginatedQueryList(DynamoDBMapper mapper,
Class<T> clazz,
AmazonDynamoDB dynamo,
QueryRequest queryRequest,
QueryResult queryResult)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
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 © 2014. All rights reserved.