- java.lang.Object
-
- com.google.inject.AbstractModule
-
- org.jclouds.rest.config.RestModule
-
- org.jclouds.rest.config.RestClientModule<S,A>
-
- org.jclouds.aws.config.AWSRestClientModule<S,A>
-
- org.jclouds.aws.config.FormSigningRestClientModule<S,A>
-
- org.jclouds.aws.config.WithZonesFormSigningRestClientModule<S,A>
-
-
- All Implemented Interfaces:
- com.google.inject.Module
public class AWSEC2RestClientModule
extends org.jclouds.ec2.config.EC2RestClientModule<AWSEC2Client,AWSEC2AsyncClient>
Configures the EC2 connection.
- Author:
- Adrian Cole
-
-
Field Summary
-
Fields inherited from class org.jclouds.rest.config.RestClientModule
asyncClientType, syncClientType
-
Fields inherited from class org.jclouds.rest.config.RestModule
authException, URI_SUPPLIER_TYPE
-
Method Summary
Methods
| Modifier and Type |
Method and Description |
protected void |
configure() |
-
Methods inherited from class org.jclouds.ec2.config.EC2RestClientModule
installLocations
-
Methods inherited from class org.jclouds.aws.config.FormSigningRestClientModule
provideTimeStamp
-
Methods inherited from class org.jclouds.aws.config.AWSRestClientModule
bindErrorHandlers, bindRetryHandlers, provideRetryableCodes, provideRetryableServerCodes
-
Methods inherited from class com.google.inject.AbstractModule
addError, addError, addError, bind, bind, bind, bindConstant, binder, bindInterceptor, bindListener, bindScope, configure, convertToTypes, currentStage, getMembersInjector, getMembersInjector, getProvider, getProvider, install, requestInjection, requestStaticInjection, requireBinding, requireBinding
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.