com.amazonaws.services.s3.model
Class DeleteObjectsResult

java.lang.Object
  extended by 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)

Nested Class Summary
static class DeleteObjectsResult.DeletedObject
          A successfully deleted object.
 
Constructor Summary
DeleteObjectsResult(List<DeleteObjectsResult.DeletedObject> deletedObjects)
           
 
Method Summary
 List<DeleteObjectsResult.DeletedObject> getDeletedObjects()
          Returns the list of successfully deleted objects from this request.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeleteObjectsResult

public DeleteObjectsResult(List<DeleteObjectsResult.DeletedObject> deletedObjects)
Method Detail

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.