Uses of Annotation Interface
org.jclouds.http.annotation.ClientError
Packages that use ClientError
Package
Description
This package contains HttpResponseHandlers needed to operate the REST api.
-
Uses of ClientError in org.jclouds.aws.config
Methods in org.jclouds.aws.config with annotations of type ClientError -
Uses of ClientError in org.jclouds.aws.handlers
Constructor parameters in org.jclouds.aws.handlers with annotations of type ClientErrorModifierConstructorDescriptionAWSClientErrorRetryHandler
(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 ClientErrorModifierConstructorDescriptionSQSErrorRetryHandler
(AWSUtils utils, BackoffLimitedRetryHandler backoffLimitedRetryHandler, Set<String> retryableCodes, int maxTries, long retryInterval)