com.amazonaws.services.s3.model
Class DeleteObjectsResult
java.lang.Object
com.amazonaws.services.s3.model.DeleteObjectsResult
public class DeleteObjectsResult
- extends Object
Successful response to AmazonS3.deleteObjects(DeleteObjectsRequest)
.
If one or more objects couldn't be deleted as instructed, a
MultiObjectDeleteException
is thrown instead.
- See Also:
AmazonS3.deleteObjects(DeleteObjectsRequest)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DeleteObjectsResult
public DeleteObjectsResult(List<DeleteObjectsResult.DeletedObject> deletedObjects)
getDeletedObjects
public List<DeleteObjectsResult.DeletedObject> getDeletedObjects()
- Returns the list of successfully deleted objects from this request. If
DeleteObjectsRequest.getQuiet()
is true, only error responses
will be returned from s3, so this list will be empty.
Copyright © 2016. All rights reserved.