Class BatchWriteItemOutcome
java.lang.Object
com.amazonaws.services.dynamodbv2.document.BatchWriteItemOutcome
The outcome of a batch write-item operation from DynamoDB.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns a non-null low-level result returned from the server side.Convenient method to return the low-level unprocessed items.toString()
-
Constructor Details
-
BatchWriteItemOutcome
- Parameters:
result
- the low-level result; must not be null
-
-
Method Details