Package | Description |
---|---|
com.amazonaws.services.dynamodbv2 |
Synchronous and asynchronous client classes for accessing AmazonDynamoDBv2.
|
com.amazonaws.services.dynamodbv2.model |
Classes modeling the various types represented by AmazonDynamoDBv2.
|
Modifier and Type | Method and Description |
---|---|
BatchGetItemResult |
AmazonDynamoDB.batchGetItem(Map<String,KeysAndAttributes> requestItems)
The BatchGetItem operation returns the attributes of one or
more items from one or more tables.
|
BatchGetItemResult |
AmazonDynamoDBClient.batchGetItem(Map<String,KeysAndAttributes> requestItems)
The BatchGetItem operation returns the attributes of one or
more items from one or more tables.
|
BatchGetItemResult |
AmazonDynamoDB.batchGetItem(Map<String,KeysAndAttributes> requestItems,
String returnConsumedCapacity)
The BatchGetItem operation returns the attributes of one or
more items from one or more tables.
|
BatchGetItemResult |
AmazonDynamoDBClient.batchGetItem(Map<String,KeysAndAttributes> requestItems,
String returnConsumedCapacity)
The BatchGetItem operation returns the attributes of one or
more items from one or more tables.
|
Modifier and Type | Method and Description |
---|---|
KeysAndAttributes |
KeysAndAttributes.withAttributesToGet(Collection<String> attributesToGet)
One or more attributes to retrieve from the table or index.
|
KeysAndAttributes |
KeysAndAttributes.withAttributesToGet(String... attributesToGet)
One or more attributes to retrieve from the table or index.
|
KeysAndAttributes |
KeysAndAttributes.withConsistentRead(Boolean consistentRead)
The consistency of a read operation.
|
KeysAndAttributes |
KeysAndAttributes.withKeys(Collection<Map<String,AttributeValue>> keys)
The primary key attribute values that define the items and the
attributes associated with the items.
|
KeysAndAttributes |
KeysAndAttributes.withKeys(Map<String,AttributeValue>... keys)
The primary key attribute values that define the items and the
attributes associated with the items.
|
Modifier and Type | Method and Description |
---|---|
Map<String,KeysAndAttributes> |
BatchGetItemRequest.getRequestItems()
A map of one or more table names and, for each table, the
corresponding primary keys for the items to retrieve.
|
Map<String,KeysAndAttributes> |
BatchGetItemResult.getUnprocessedKeys()
A map of tables and their respective keys that were not processed with
the current response.
|
Modifier and Type | Method and Description |
---|---|
BatchGetItemRequest |
BatchGetItemRequest.addRequestItemsEntry(String key,
KeysAndAttributes value)
A map of one or more table names and, for each table, the
corresponding primary keys for the items to retrieve.
|
BatchGetItemResult |
BatchGetItemResult.addUnprocessedKeysEntry(String key,
KeysAndAttributes value)
A map of tables and their respective keys that were not processed with
the current response.
|
Modifier and Type | Method and Description |
---|---|
void |
BatchGetItemRequest.setRequestItems(Map<String,KeysAndAttributes> requestItems)
A map of one or more table names and, for each table, the
corresponding primary keys for the items to retrieve.
|
void |
BatchGetItemResult.setUnprocessedKeys(Map<String,KeysAndAttributes> unprocessedKeys)
A map of tables and their respective keys that were not processed with
the current response.
|
BatchGetItemRequest |
BatchGetItemRequest.withRequestItems(Map<String,KeysAndAttributes> requestItems)
A map of one or more table names and, for each table, the
corresponding primary keys for the items to retrieve.
|
BatchGetItemResult |
BatchGetItemResult.withUnprocessedKeys(Map<String,KeysAndAttributes> unprocessedKeys)
A map of tables and their respective keys that were not processed with
the current response.
|
Constructor and Description |
---|
BatchGetItemRequest(Map<String,KeysAndAttributes> requestItems)
Constructs a new BatchGetItemRequest object.
|
BatchGetItemRequest(Map<String,KeysAndAttributes> requestItems,
ReturnConsumedCapacity returnConsumedCapacity)
Constructs a new BatchGetItemRequest object.
|
BatchGetItemRequest(Map<String,KeysAndAttributes> requestItems,
String returnConsumedCapacity)
Constructs a new BatchGetItemRequest object.
|
Copyright © 2014. All rights reserved.