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).
|
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 |
---|---|
QueryRequest |
QueryRequest.withAttributesToGet(Collection<String> attributesToGet)
Deprecated.
List of
Attribute names. |
QueryRequest |
QueryRequest.withAttributesToGet(String... attributesToGet)
Deprecated.
List of
Attribute names. |
QueryRequest |
QueryRequest.withConsistentRead(Boolean consistentRead)
Deprecated.
If set to
true , then a consistent read is issued. |
QueryRequest |
QueryRequest.withCount(Boolean count)
Deprecated.
If set to
true , Amazon DynamoDB returns a total number of
items that match the query parameters, instead of a list of the
matching items and their attributes. |
QueryRequest |
QueryRequest.withExclusiveStartKey(Key exclusiveStartKey)
Deprecated.
Primary key of the item from which to continue an earlier query.
|
QueryRequest |
QueryRequest.withHashKeyValue(AttributeValue hashKeyValue)
Deprecated.
Attribute value of the hash component of the composite primary key.
|
QueryRequest |
QueryRequest.withLimit(Integer limit)
Deprecated.
The maximum number of items to return.
|
QueryRequest |
QueryRequest.withRangeKeyCondition(Condition rangeKeyCondition)
Deprecated.
A container for the attribute values and comparison operators to use
for the query.
|
QueryRequest |
QueryRequest.withScanIndexForward(Boolean scanIndexForward)
Deprecated.
Specifies forward or backward traversal of the index.
|
QueryRequest |
QueryRequest.withTableName(String tableName)
Deprecated.
The name of the table in which you want to query.
|
Copyright © 2014. All rights reserved.