Uses of Class
org.jclouds.aws.util.AWSUtils
Packages that use AWSUtils
Package
Description
This package contains HttpResponseHandlers needed to operate the REST api.
-
Uses of AWSUtils in org.jclouds.aws.handlers
Constructors in org.jclouds.aws.handlers with parameters of type AWSUtilsModifierConstructorDescriptionAWSClientErrorRetryHandler
(AWSUtils utils, BackoffLimitedRetryHandler backoffLimitedRetryHandler, Set<String> retryableCodes) AWSServerErrorRetryHandler
(AWSUtils utils, Set<String> retryableServerCodes) -
Uses of AWSUtils in org.jclouds.s3.handlers
Constructors in org.jclouds.s3.handlers with parameters of type AWSUtilsModifierConstructorDescriptionParseS3ErrorFromXmlContent
(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 AWSUtilsModifierConstructorDescriptionSQSErrorRetryHandler
(AWSUtils utils, BackoffLimitedRetryHandler backoffLimitedRetryHandler, Set<String> retryableCodes, int maxTries, long retryInterval)