org.jclouds.aws.ec2
Interface AWSEC2AsyncClient

All Superinterfaces:
org.jclouds.ec2.EC2AsyncClient

public interface AWSEC2AsyncClient
extends org.jclouds.ec2.EC2AsyncClient

Provides asynchronous access to EC2 services.

Author:
Adrian Cole

Field Summary
static String VERSION
           
 
Method Summary
 AWSAMIAsyncClient getAMIServices()
          
 AWSInstanceAsyncClient getInstanceServices()
          
 AWSKeyPairAsyncClient getKeyPairServices()
          
 MonitoringAsyncClient getMonitoringServices()
          Provides asynchronous access to Monitoring services.
 PlacementGroupAsyncClient getPlacementGroupServices()
          Provides asynchronous access to PlacementGroup services.
 AWSSecurityGroupAsyncClient getSecurityGroupServices()
          
 SpotInstanceAsyncClient getSpotInstanceServices()
          Provides asynchronous access to SpotInstance services.
 
Methods inherited from interface org.jclouds.ec2.EC2AsyncClient
getAvailabilityZoneAndRegionServices, getElasticBlockStoreServices, getElasticIPAddressServices, getWindowsServices
 

Field Detail

VERSION

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

getInstanceServices

AWSInstanceAsyncClient getInstanceServices()

Specified by:
getInstanceServices in interface org.jclouds.ec2.EC2AsyncClient

getAMIServices

AWSAMIAsyncClient getAMIServices()

Specified by:
getAMIServices in interface org.jclouds.ec2.EC2AsyncClient

getSecurityGroupServices

AWSSecurityGroupAsyncClient getSecurityGroupServices()

Specified by:
getSecurityGroupServices in interface org.jclouds.ec2.EC2AsyncClient

getPlacementGroupServices

PlacementGroupAsyncClient getPlacementGroupServices()
Provides asynchronous access to PlacementGroup services.


getMonitoringServices

MonitoringAsyncClient getMonitoringServices()
Provides asynchronous access to Monitoring services.


getKeyPairServices

AWSKeyPairAsyncClient getKeyPairServices()

Specified by:
getKeyPairServices in interface org.jclouds.ec2.EC2AsyncClient

getSpotInstanceServices

SpotInstanceAsyncClient getSpotInstanceServices()
Provides asynchronous access to SpotInstance services.



Copyright © 2009-2011 jclouds. All Rights Reserved.