public static class DynamoDBMapper.FailedBatch extends Object
Constructor and Description |
---|
FailedBatch() |
Modifier and Type | Method and Description |
---|---|
Exception |
getException() |
Map<String,List<WriteRequest>> |
getUnprocessedItems() |
void |
setException(Exception excetpion) |
void |
setUnprocessedItems(Map<String,List<WriteRequest>> unprocessedItems) |
public void setUnprocessedItems(Map<String,List<WriteRequest>> unprocessedItems)
public Map<String,List<WriteRequest>> getUnprocessedItems()
public void setException(Exception excetpion)
public Exception getException()
Copyright © 2016. All rights reserved.