Uses of Class
org.jclouds.aws.util.AWSUtils
-
Packages that use AWSUtils Package Description org.jclouds.aws.handlers This package contains HttpResponseHandlers needed to operate the REST api.org.jclouds.s3.handlers org.jclouds.sqs.handlers -
-
Uses of AWSUtils in org.jclouds.aws.handlers
Constructors in org.jclouds.aws.handlers with parameters of type AWSUtils Constructor Description AWSClientErrorRetryHandler(AWSUtils utils, BackoffLimitedRetryHandler backoffLimitedRetryHandler, Set<String> retryableCodes)
AWSServerErrorRetryHandler(AWSUtils utils, Set<String> retryableServerCodes)
ParseAWSErrorFromXmlContent(AWSUtils utils)
-
Uses of AWSUtils in org.jclouds.s3.handlers
Constructors in org.jclouds.s3.handlers with parameters of type AWSUtils Constructor Description ParseS3ErrorFromXmlContent(AWSUtils utils, boolean isVhostStyle, String servicePath, ProviderMetadata providerMetadata)
S3RedirectionRetryHandler(BackoffLimitedRetryHandler backoffHandler, AWSUtils utils)
-
Uses of AWSUtils in org.jclouds.sqs.handlers
Constructors in org.jclouds.sqs.handlers with parameters of type AWSUtils Constructor Description ParseSQSErrorFromXmlContent(AWSUtils utils)
SQSErrorRetryHandler(AWSUtils utils, BackoffLimitedRetryHandler backoffLimitedRetryHandler, Set<String> retryableCodes, int maxTries, long retryInterval)
-