| Package | Description |
|---|---|
| com.amazonaws.services.dynamodbv2 |
|
| com.amazonaws.services.dynamodbv2.model |
Classes modeling the various types represented by AmazonDynamoDB
|
| Modifier and Type | Method and Description |
|---|---|
BatchGetItemResult |
AmazonDynamoDBClient.batchGetItem(BatchGetItemRequest batchGetItemRequest)
The
BatchGetItem operation returns the attributes of one or
more items from one or more tables. |
BatchGetItemResult |
AmazonDynamoDB.batchGetItem(BatchGetItemRequest batchGetItemRequest)
The
BatchGetItem operation returns the attributes of one or
more items from one or more tables. |
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 |
|---|---|
BatchGetItemRequest |
BatchGetItemRequest.addRequestItemsEntry(String key,
KeysAndAttributes value)
A map of one or more table names and, for each table, a map that
describes one or more items to retrieve from that table.
|
BatchGetItemRequest |
BatchGetItemRequest.clearRequestItemsEntries()
Removes all the entries added into RequestItems.
|
BatchGetItemRequest |
BatchGetItemRequest.withRequestItems(Map<String,KeysAndAttributes> requestItems)
A map of one or more table names and, for each table, a map that
describes one or more items to retrieve from that table.
|
BatchGetItemRequest |
BatchGetItemRequest.withReturnConsumedCapacity(ReturnConsumedCapacity returnConsumedCapacity)
Determines the level of detail about provisioned throughput consumption
that is returned in the response:
|
BatchGetItemRequest |
BatchGetItemRequest.withReturnConsumedCapacity(String returnConsumedCapacity)
Determines the level of detail about provisioned throughput consumption
that is returned in the response:
|
Copyright © 2018. All rights reserved.