public class BulkUpdateFailure extends Object
| Constructor and Description |
|---|
BulkUpdateFailure() |
| Modifier and Type | Method and Description |
|---|---|
Exception |
getBulkUpdateFailureException()
Gets the exception which led to the bulk update failure
|
List<UpdateItem> |
getFailedUpdateItems()
Gets the list of UpdateItems which were not successfully updated
|
void |
setBulkUpdateFailureException(Exception bulkUpdateFailureException)
Sets the exception which caused the bulk update failure
|
void |
setFailedUpdates(List<UpdateItem> failedUpdateItems)
Sets the list of UpdateItems which were not successfully updated
|
public Exception getBulkUpdateFailureException()
public void setBulkUpdateFailureException(Exception bulkUpdateFailureException)
bulkUpdateFailureException - Exception that led to bulk update failurepublic List<UpdateItem> getFailedUpdateItems()
public void setFailedUpdates(List<UpdateItem> failedUpdateItems)
failedUpdateItems - List UpdateItems which could not be updated in bulkCopyright © 2019. All rights reserved.