public static class DynamoDbMapper.FailedBatch extends Object
Constructor | Description |
---|---|
FailedBatch() |
Modifier and Type | Method | Description |
---|---|---|
Exception |
getException() |
|
Map<String,List<WriteRequest>> |
getUnprocessedItems() |
|
void |
setException(Exception excetpion) |
|
void |
setUnprocessedItems(Map<String,List<WriteRequest>> unprocessedItems) |
public Map<String,List<WriteRequest>> getUnprocessedItems()
public void setUnprocessedItems(Map<String,List<WriteRequest>> unprocessedItems)
public Exception getException()
public void setException(Exception excetpion)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.