Uses of Class
org.jclouds.s3.domain.DeleteResult.Error
Packages that use DeleteResult.Error
Package
Description
This package contains the core components of S3.
This package contains xml logic that parses S3 responses.
-
Uses of DeleteResult.Error in org.jclouds.s3.domain
Methods in org.jclouds.s3.domain that return types with arguments of type DeleteResult.ErrorModifier and TypeMethodDescriptionDeleteResult.getErrors()
Get a map with details about failed delete operations indexed by object nameMethods in org.jclouds.s3.domain with parameters of type DeleteResult.ErrorModifier and TypeMethodDescriptionDeleteResult.Builder.putError
(String key, DeleteResult.Error error) Method parameters in org.jclouds.s3.domain with type arguments of type DeleteResult.ErrorModifier and TypeMethodDescriptionDeleteResult.Builder.errors
(Map<String, DeleteResult.Error> errors) Constructor parameters in org.jclouds.s3.domain with type arguments of type DeleteResult.ErrorModifierConstructorDescriptionDeleteResult
(Set<String> deleted, Map<String, DeleteResult.Error> errors) -
Uses of DeleteResult.Error in org.jclouds.s3.xml
Methods in org.jclouds.s3.xml that return types with arguments of type DeleteResult.Error