Class BatchGetItemOutcome
java.lang.Object
com.amazonaws.services.dynamodbv2.document.BatchGetItemOutcome
The outcome of a batch get-item operation from DynamoDB.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns a non-null low-level result returned from the server side.Returns a map of table name to the list of retrieved itemsConvenient method to return the low-level unprocessed keys.toString()
-
Constructor Details
-
BatchGetItemOutcome
- Parameters:
result
- the low-level result; must not be null
-
-
Method Details
-
getTableItems
Returns a map of table name to the list of retrieved items -
getUnprocessedKeys
Convenient method to return the low-level unprocessed keys. -
getBatchGetItemResult
Returns a non-null low-level result returned from the server side. -
toString
-