|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.google.inject.AbstractModule 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> org.jclouds.ec2.config.EC2RestClientModule<S,A>
public class EC2RestClientModule<S extends EC2Client,A extends EC2AsyncClient>
Configures the EC2 connection.
Nested Class Summary | |
---|---|
static class |
EC2RestClientModule.RegionIdsToURI
|
static class |
EC2RestClientModule.RegionIdToZoneId
|
Field Summary | |
---|---|
static Map<Class<?>,Class<?>> |
DELEGATE_MAP
|
Fields inherited from class org.jclouds.rest.config.RestClientModule |
---|
asyncClientType, delegates, syncClientType |
Constructor Summary | |
---|---|
EC2RestClientModule(Class<S> sync,
Class<A> async,
Map<Class<?>,Class<?>> delegateMap)
|
Method Summary | |
---|---|
protected void |
bindRegionsToProvider()
|
protected void |
bindZonesToProvider()
|
static EC2RestClientModule<EC2Client,EC2AsyncClient> |
create()
|
Methods inherited from class org.jclouds.aws.config.WithZonesFormSigningRestClientModule |
---|
bindZonesToProvider, configure, provideZones |
Methods inherited from class org.jclouds.aws.config.FormSigningRestClientModule |
---|
provideTimeStamp |
Methods inherited from class org.jclouds.aws.config.AWSRestClientModule |
---|
bindErrorHandlers, bindRegionsToProvider, bindRetryHandlers, getDefaultRegion, provideRegions |
Methods inherited from class org.jclouds.rest.config.RestClientModule |
---|
bindAsyncClient, bindClient |
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 |
Field Detail |
---|
public static final Map<Class<?>,Class<?>> DELEGATE_MAP
Constructor Detail |
---|
public EC2RestClientModule(Class<S> sync, Class<A> async, Map<Class<?>,Class<?>> delegateMap)
Method Detail |
---|
public static EC2RestClientModule<EC2Client,EC2AsyncClient> create()
protected void bindRegionsToProvider()
bindRegionsToProvider
in class AWSRestClientModule<S extends EC2Client,A extends EC2AsyncClient>
protected void bindZonesToProvider()
bindZonesToProvider
in class WithZonesFormSigningRestClientModule<S extends EC2Client,A extends EC2AsyncClient>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |