Uses of Class
org.jclouds.sqs.domain.BatchError

Packages that use BatchError
org.jclouds.sqs.domain   
org.jclouds.sqs.xml   
 

Uses of BatchError in org.jclouds.sqs.domain
 

Methods in org.jclouds.sqs.domain that return BatchError
 BatchError BatchError.Builder.build()
           
 

Methods in org.jclouds.sqs.domain that return types with arguments of type BatchError
 Map<String,BatchError> BatchResult.getErrors()
          Errors indexed by requestor supplied id
 

Methods in org.jclouds.sqs.domain with parameters of type BatchError
 BatchResult.Builder<V> BatchResult.Builder.addError(BatchError error)
           
 BatchError.Builder BatchError.Builder.fromErrorEntry(BatchError in)
           
 

Method parameters in org.jclouds.sqs.domain with type arguments of type BatchError
 BatchResult.Builder<V> BatchResult.Builder.errors(Iterable<BatchError> errors)
           
 

Uses of BatchError in org.jclouds.sqs.xml
 

Methods in org.jclouds.sqs.xml that return BatchError
 BatchError BatchErrorHandler.getResult()
           
 



Copyright © 2009-2013 jclouds. All Rights Reserved.