Package | Description |
---|---|
com.amazonaws.services.dynamodbv2 |
Synchronous and asynchronous client classes for accessing AmazonDynamoDBv2.
|
com.amazonaws.services.dynamodbv2.document | |
com.amazonaws.services.dynamodbv2.model |
Classes modeling the various types represented by AmazonDynamoDBv2.
|
Modifier and Type | Method and Description |
---|---|
BatchGetItemResult |
AmazonDynamoDB.batchGetItem(BatchGetItemRequest batchGetItemRequest)
The BatchGetItem operation returns the attributes of one or
more items from one or more tables.
|
BatchGetItemResult |
AmazonDynamoDBClient.batchGetItem(BatchGetItemRequest batchGetItemRequest)
The BatchGetItem operation returns the attributes of one or
more items from one or more tables.
|
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 |
---|---|
Future<BatchGetItemResult> |
AmazonDynamoDBAsyncClient.batchGetItemAsync(BatchGetItemRequest batchGetItemRequest)
The BatchGetItem operation returns the attributes of one or
more items from one or more tables.
|
Future<BatchGetItemResult> |
AmazonDynamoDBAsync.batchGetItemAsync(BatchGetItemRequest batchGetItemRequest)
The BatchGetItem operation returns the attributes of one or
more items from one or more tables.
|
Future<BatchGetItemResult> |
AmazonDynamoDBAsyncClient.batchGetItemAsync(BatchGetItemRequest batchGetItemRequest,
AsyncHandler<BatchGetItemRequest,BatchGetItemResult> asyncHandler)
The BatchGetItem operation returns the attributes of one or
more items from one or more tables.
|
Future<BatchGetItemResult> |
AmazonDynamoDBAsync.batchGetItemAsync(BatchGetItemRequest batchGetItemRequest,
AsyncHandler<BatchGetItemRequest,BatchGetItemResult> asyncHandler)
The BatchGetItem operation returns the attributes of one or
more items from one or more tables.
|
Modifier and Type | Method and Description |
---|---|
Future<BatchGetItemResult> |
AmazonDynamoDBAsyncClient.batchGetItemAsync(BatchGetItemRequest batchGetItemRequest,
AsyncHandler<BatchGetItemRequest,BatchGetItemResult> asyncHandler)
The BatchGetItem operation returns the attributes of one or
more items from one or more tables.
|
Future<BatchGetItemResult> |
AmazonDynamoDBAsync.batchGetItemAsync(BatchGetItemRequest batchGetItemRequest,
AsyncHandler<BatchGetItemRequest,BatchGetItemResult> asyncHandler)
The BatchGetItem operation returns the attributes of one or
more items from one or more tables.
|
Modifier and Type | Method and Description |
---|---|
BatchGetItemResult |
BatchGetItemOutcome.getBatchGetItemResult()
Returns a non-null low-level result returned from the server side.
|
Constructor and Description |
---|
BatchGetItemOutcome(BatchGetItemResult result) |
Modifier and Type | Method and Description |
---|---|
BatchGetItemResult |
BatchGetItemResult.addResponsesEntry(String key,
List<Map<String,AttributeValue>> value)
A map of table name to a list of items.
|
BatchGetItemResult |
BatchGetItemResult.addUnprocessedKeysEntry(String key,
KeysAndAttributes value)
A map of tables and their respective keys that were not processed with
the current response.
|
BatchGetItemResult |
BatchGetItemResult.clearResponsesEntries()
Removes all the entries added into Responses.
|
BatchGetItemResult |
BatchGetItemResult.clearUnprocessedKeysEntries()
Removes all the entries added into UnprocessedKeys.
|
BatchGetItemResult |
BatchGetItemResult.clone() |
BatchGetItemResult |
BatchGetItemResult.withConsumedCapacity(Collection<ConsumedCapacity> consumedCapacity)
The read capacity units consumed by the operation.
|
BatchGetItemResult |
BatchGetItemResult.withConsumedCapacity(ConsumedCapacity... consumedCapacity)
The read capacity units consumed by the operation.
|
BatchGetItemResult |
BatchGetItemResult.withResponses(Map<String,List<Map<String,AttributeValue>>> responses)
A map of table name to a list of items.
|
BatchGetItemResult |
BatchGetItemResult.withUnprocessedKeys(Map<String,KeysAndAttributes> unprocessedKeys)
A map of tables and their respective keys that were not processed with
the current response.
|
Copyright © 2015. All rights reserved.