public class DeleteObjectsResult extends Object
AmazonS3.deleteObjects(DeleteObjectsRequest).
If one or more objects couldn't be deleted as instructed, a
MultiObjectDeleteException is thrown instead.| Modifier and Type | Class and Description |
|---|---|
static class |
DeleteObjectsResult.DeletedObject
A successfully deleted object.
|
| Constructor and Description |
|---|
DeleteObjectsResult(List<DeleteObjectsResult.DeletedObject> deletedObjects) |
| Modifier and Type | Method and Description |
|---|---|
List<DeleteObjectsResult.DeletedObject> |
getDeletedObjects()
Returns the list of successfully deleted objects from this request.
|
public DeleteObjectsResult(List<DeleteObjectsResult.DeletedObject> deletedObjects)
public List<DeleteObjectsResult.DeletedObject> getDeletedObjects()
DeleteObjectsRequest.getQuiet() is true, only error responses
will be returned from s3, so this list will be empty.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.