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)
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 © 2010 Amazon Web Services, Inc. All Rights Reserved.