public interface EC2AsyncClient
Modifier and Type | Method and Description |
---|---|
AMIAsyncClient |
getAMIServices()
Provides asynchronous access to AMI services.
|
AvailabilityZoneAndRegionAsyncClient |
getAvailabilityZoneAndRegionServices()
Provides asynchronous access to Availability Zones and Regions services.
|
Set<String> |
getConfiguredRegions() |
ElasticBlockStoreAsyncClient |
getElasticBlockStoreServices()
Provides asynchronous access to Elastic Block Store services.
|
ElasticIPAddressAsyncClient |
getElasticIPAddressServices()
Provides asynchronous access to Elastic IP Address services.
|
InstanceAsyncClient |
getInstanceServices()
Provides asynchronous access to Instance services.
|
KeyPairAsyncClient |
getKeyPairServices()
Provides asynchronous access to KeyPair services.
|
SecurityGroupAsyncClient |
getSecurityGroupServices()
Provides asynchronous access to SecurityGroup services.
|
WindowsAsyncApi |
getWindowsApi()
Provides asynchronous access to Windows features.
|
WindowsAsyncApi |
getWindowsApiForRegion(String region) |
WindowsAsyncClient |
getWindowsServices()
Provides asynchronous access to Windows services.
|
static final String VERSION
@Provides Set<String> getConfiguredRegions()
AMIAsyncClient getAMIServices()
ElasticIPAddressAsyncClient getElasticIPAddressServices()
InstanceAsyncClient getInstanceServices()
KeyPairAsyncClient getKeyPairServices()
SecurityGroupAsyncClient getSecurityGroupServices()
WindowsAsyncClient getWindowsServices()
AvailabilityZoneAndRegionAsyncClient getAvailabilityZoneAndRegionServices()
ElasticBlockStoreAsyncClient getElasticBlockStoreServices()
@Beta WindowsAsyncApi getWindowsApi()
@Beta WindowsAsyncApi getWindowsApiForRegion(@Nullable String region)
Copyright © 2009-2012 jclouds. All Rights Reserved.