Uses of Class
org.jclouds.sqs.domain.BatchError
-
Packages that use BatchError Package Description 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 Modifier and Type Method Description BatchError
BatchError.Builder. build()
Methods in org.jclouds.sqs.domain that return types with arguments of type BatchError Modifier and Type Method Description Map<String,BatchError>
BatchResult. getErrors()
Errors indexed by requestor supplied idMethods in org.jclouds.sqs.domain with parameters of type BatchError Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description BatchError
BatchErrorHandler. getResult()
-