Package | Description |
---|---|
com.amazonaws.services.s3.internal | |
com.amazonaws.services.s3.model |
Classes modeling the various types represented by Amazon S3.
|
com.amazonaws.services.s3.model.transform |
Modifier and Type | Field and Description |
---|---|
private java.util.List<MultiObjectDeleteException.DeleteError> |
DeleteObjectsResponse.errors |
Modifier and Type | Method and Description |
---|---|
java.util.List<MultiObjectDeleteException.DeleteError> |
DeleteObjectsResponse.getErrors() |
Modifier and Type | Method and Description |
---|---|
void |
DeleteObjectsResponse.setErrors(java.util.List<MultiObjectDeleteException.DeleteError> errors) |
Constructor and Description |
---|
DeleteObjectsResponse(java.util.List<DeleteObjectsResult.DeletedObject> deletedObjects,
java.util.List<MultiObjectDeleteException.DeleteError> errors) |
Modifier and Type | Field and Description |
---|---|
private java.util.List<MultiObjectDeleteException.DeleteError> |
MultiObjectDeleteException.errors |
Modifier and Type | Method and Description |
---|---|
java.util.List<MultiObjectDeleteException.DeleteError> |
MultiObjectDeleteException.getErrors()
Returns the list of errors from the attempted delete operation.
|
Constructor and Description |
---|
MultiObjectDeleteException(java.util.Collection<MultiObjectDeleteException.DeleteError> errors,
java.util.Collection<DeleteObjectsResult.DeletedObject> deletedObjects) |
Modifier and Type | Field and Description |
---|---|
private MultiObjectDeleteException.DeleteError |
XmlResponsesSaxParser.DeleteObjectsHandler.currentError |