org.jclouds.ec2
Interface EC2AsyncClient

All Known Subinterfaces:
AWSEC2AsyncClient

public interface EC2AsyncClient

Provides asynchronous access to EC2 services.

Author:
Adrian Cole

Field Summary
static String VERSION
           
 
Method Summary
 AMIAsyncClient getAMIServices()
          Provides asynchronous access to AMI services.
 AvailabilityZoneAndRegionAsyncClient getAvailabilityZoneAndRegionServices()
          Provides asynchronous access to Availability Zones and Regions services.
 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.
 WindowsAsyncClient getWindowsServices()
          Provides asynchronous access to Windows services.
 

Field Detail

VERSION

static final String VERSION
See Also:
Constant Field Values
Method Detail

getAMIServices

AMIAsyncClient getAMIServices()
Provides asynchronous access to AMI services.


getElasticIPAddressServices

ElasticIPAddressAsyncClient getElasticIPAddressServices()
Provides asynchronous access to Elastic IP Address services.


getInstanceServices

InstanceAsyncClient getInstanceServices()
Provides asynchronous access to Instance services.


getKeyPairServices

KeyPairAsyncClient getKeyPairServices()
Provides asynchronous access to KeyPair services.


getSecurityGroupServices

SecurityGroupAsyncClient getSecurityGroupServices()
Provides asynchronous access to SecurityGroup services.


getWindowsServices

WindowsAsyncClient getWindowsServices()
Provides asynchronous access to Windows services.


getAvailabilityZoneAndRegionServices

AvailabilityZoneAndRegionAsyncClient getAvailabilityZoneAndRegionServices()
Provides asynchronous access to Availability Zones and Regions services.


getElasticBlockStoreServices

ElasticBlockStoreAsyncClient getElasticBlockStoreServices()
Provides asynchronous access to Elastic Block Store services.



Copyright © 2009-2011 jclouds. All Rights Reserved.