public class BatchGetItemOutcome extends Object
| Constructor and Description | 
|---|
BatchGetItemOutcome(BatchGetItemResult result)  | 
| Modifier and Type | Method and Description | 
|---|---|
BatchGetItemResult | 
getBatchGetItemResult()
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(BatchGetItemResult result)
result - the low-level result; must not be nullpublic Map<String,List<Item>> getTableItems()
public Map<String,KeysAndAttributes> getUnprocessedKeys()
public BatchGetItemResult getBatchGetItemResult()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.