Class DynamoDBMapper.FailedBatch
java.lang.Object
com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper.FailedBatch
- Enclosing class:
- DynamoDBMapper
The return type of batchWrite, batchDelete and batchSave. It contains the information about the unprocessed items
and the exception causing the failure.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setException
(Exception excetpion) void
setUnprocessedItems
(Map<String, List<WriteRequest>> unprocessedItems)
-
Constructor Details
-
FailedBatch
public FailedBatch()
-
-
Method Details
-
setUnprocessedItems
-
getUnprocessedItems
-
setException
-
getException
-