Uses of Class
com.amazonaws.services.s3.model.DeleteObjectsResult.DeletedObject

Packages that use DeleteObjectsResult.DeletedObject
com.amazonaws.services.s3.model Classes modeling the various types represented by Amazon S3. 
 

Uses of DeleteObjectsResult.DeletedObject in com.amazonaws.services.s3.model
 

Methods in com.amazonaws.services.s3.model that return types with arguments of type DeleteObjectsResult.DeletedObject
 List<DeleteObjectsResult.DeletedObject> MultiObjectDeleteException.getDeletedObjects()
          Returns the list of successfully deleted objects from this request.
 List<DeleteObjectsResult.DeletedObject> DeleteObjectsResult.getDeletedObjects()
          Returns the list of successfully deleted objects from this request.
 

Constructor parameters in com.amazonaws.services.s3.model with type arguments of type DeleteObjectsResult.DeletedObject
DeleteObjectsResult(List<DeleteObjectsResult.DeletedObject> deletedObjects)
           
MultiObjectDeleteException(Collection<MultiObjectDeleteException.DeleteError> errors, Collection<DeleteObjectsResult.DeletedObject> deletedObjects)
           
 



Copyright © 2016. All rights reserved.