public class BatchGetItemOutcome extends Object
Constructor | Description |
---|---|
BatchGetItemOutcome(BatchGetItemResponse result) |
Modifier and Type | Method | Description |
---|---|---|
BatchGetItemResponse |
batchGetItemResponse() |
Returns a non-null low-level result returned from the server side.
|
Map<String,List<Item>> |
getTableItems() |
Returns a map of table name to the list of retrieved items
|
Map<String,KeysAndAttributes> |
getUnprocessedKeys() |
Convenient method to return the low-level unprocessed keys.
|
String |
toString() |
public BatchGetItemOutcome(BatchGetItemResponse result)
result
- the low-level result; must not be nullpublic Map<String,List<Item>> getTableItems()
public Map<String,KeysAndAttributes> getUnprocessedKeys()
public BatchGetItemResponse batchGetItemResponse()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.