Uses of Class
org.jclouds.http.annotation.ClientError
-
Packages that use ClientError Package Description org.jclouds.aws.config org.jclouds.aws.handlers This package contains HttpResponseHandlers needed to operate the REST api.org.jclouds.sqs.handlers -
-
Uses of ClientError in org.jclouds.aws.config
Methods in org.jclouds.aws.config with annotations of type ClientError Modifier and Type Method Description protected Set<String>
AWSHttpApiModule. provideRetryableCodes()
-
Uses of ClientError in org.jclouds.aws.handlers
Constructor parameters in org.jclouds.aws.handlers with annotations of type ClientError Constructor Description AWSClientErrorRetryHandler(AWSUtils utils, BackoffLimitedRetryHandler backoffLimitedRetryHandler, Set<String> retryableCodes)
-
Uses of ClientError in org.jclouds.sqs.handlers
Constructor parameters in org.jclouds.sqs.handlers with annotations of type ClientError Constructor Description SQSErrorRetryHandler(AWSUtils utils, BackoffLimitedRetryHandler backoffLimitedRetryHandler, Set<String> retryableCodes, int maxTries, long retryInterval)
-