com.amazonaws.services.dynamodbv2.datamodeling
Class DynamoDBMapper.FailedBatch
java.lang.Object
com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper.FailedBatch
- Enclosing class:
- DynamoDBMapper
public static class DynamoDBMapper.FailedBatch
- extends Object
The return type of batchWrite, batchDelete and batchSave. It contains the information about the unprocessed items
and the exception causing the failure.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DynamoDBMapper.FailedBatch
public DynamoDBMapper.FailedBatch()
setUnprocessedItems
public void setUnprocessedItems(Map<String,List<WriteRequest>> unprocessedItems)
getUnprocessedItems
public Map<String,List<WriteRequest>> getUnprocessedItems()
setException
public void setException(Exception excetpion)
getException
public Exception getException()
Copyright © 2016. All rights reserved.