|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BatchGetItemResult | |
---|---|
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. |
Uses of BatchGetItemResult in com.amazonaws.services.dynamodbv2 |
---|
Methods in com.amazonaws.services.dynamodbv2 that return BatchGetItemResult | |
---|---|
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. |
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)
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. |
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. |
Methods in com.amazonaws.services.dynamodbv2 that return types with arguments of type BatchGetItemResult | |
---|---|
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. |
Method parameters in com.amazonaws.services.dynamodbv2 with type arguments of type BatchGetItemResult | |
---|---|
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. |
Uses of BatchGetItemResult in com.amazonaws.services.dynamodbv2.model |
---|
Methods in com.amazonaws.services.dynamodbv2.model that return BatchGetItemResult | |
---|---|
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.withConsumedCapacity(Collection<ConsumedCapacity> consumedCapacity)
The write capacity units consumed by the operation. |
BatchGetItemResult |
BatchGetItemResult.withConsumedCapacity(ConsumedCapacity... consumedCapacity)
The write 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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |