org.jclouds.ec2
Interface EC2Client

All Known Subinterfaces:
AWSEC2Client

public interface EC2Client

Provides synchronous access to EC2 services.

Author:
Adrian Cole

Method Summary
 AMIClient getAMIServices()
          Provides synchronous access to AMI services.
 AvailabilityZoneAndRegionClient getAvailabilityZoneAndRegionServices()
          Provides synchronous access to Availability Zones and Regions services.
 ElasticBlockStoreClient getElasticBlockStoreServices()
          Provides synchronous access to Elastic Block Store services.
 ElasticIPAddressClient getElasticIPAddressServices()
          Provides synchronous access to Elastic IP Address services.
 InstanceClient getInstanceServices()
          Provides synchronous access to Instance services.
 KeyPairClient getKeyPairServices()
          Provides synchronous access to KeyPair services.
 SecurityGroupClient getSecurityGroupServices()
          Provides synchronous access to SecurityGroup services.
 WindowsClient getWindowsServices()
          Provides asynchronous access to Windows services.
 

Method Detail

getAMIServices

AMIClient getAMIServices()
Provides synchronous access to AMI services.


getElasticIPAddressServices

ElasticIPAddressClient getElasticIPAddressServices()
Provides synchronous access to Elastic IP Address services.


getInstanceServices

InstanceClient getInstanceServices()
Provides synchronous access to Instance services.


getKeyPairServices

KeyPairClient getKeyPairServices()
Provides synchronous access to KeyPair services.


getSecurityGroupServices

SecurityGroupClient getSecurityGroupServices()
Provides synchronous access to SecurityGroup services.


getWindowsServices

WindowsClient getWindowsServices()
Provides asynchronous access to Windows services.


getAvailabilityZoneAndRegionServices

AvailabilityZoneAndRegionClient getAvailabilityZoneAndRegionServices()
Provides synchronous access to Availability Zones and Regions services.


getElasticBlockStoreServices

ElasticBlockStoreClient getElasticBlockStoreServices()
Provides synchronous access to Elastic Block Store services.



Copyright © 2009-2011 jclouds. All Rights Reserved.