org.jclouds.aws.ec2
Interface AWSEC2Client

All Superinterfaces:
EC2Client

public interface AWSEC2Client
extends EC2Client

Provides synchronous access to EC2 services.

Author:
Adrian Cole

Method Summary
 AWSAMIClient getAMIServices()
          Provides synchronous access to AMI services.
 AWSInstanceClient getInstanceServices()
          Provides synchronous access to Instance services.
 AWSKeyPairClient getKeyPairServices()
          Provides synchronous access to KeyPair services.
 MonitoringClient getMonitoringServices()
          Provides synchronous access to Monitoring services.
 PlacementGroupClient getPlacementGroupServices()
          Provides synchronous access to PlacementGroup services.
 AWSSecurityGroupClient getSecurityGroupServices()
          Provides synchronous access to SecurityGroup services.
 SpotInstanceClient getSpotInstanceServices()
          Provides synchronous access to SpotInstance services.
 TagClient getTagServices()
          Provides synchronous access to Tag services.
 
Methods inherited from interface org.jclouds.ec2.EC2Client
getAvailabilityZoneAndRegionServices, getElasticBlockStoreServices, getElasticIPAddressServices, getWindowsServices
 

Method Detail

getInstanceServices

AWSInstanceClient getInstanceServices()
Provides synchronous access to Instance services.

Specified by:
getInstanceServices in interface EC2Client

getSecurityGroupServices

AWSSecurityGroupClient getSecurityGroupServices()
Provides synchronous access to SecurityGroup services.

Specified by:
getSecurityGroupServices in interface EC2Client

getAMIServices

AWSAMIClient getAMIServices()
Provides synchronous access to AMI services.

Specified by:
getAMIServices in interface EC2Client

getPlacementGroupServices

PlacementGroupClient getPlacementGroupServices()
Provides synchronous access to PlacementGroup services.


getMonitoringServices

MonitoringClient getMonitoringServices()
Provides synchronous access to Monitoring services.


getKeyPairServices

AWSKeyPairClient getKeyPairServices()
Provides synchronous access to KeyPair services.

Specified by:
getKeyPairServices in interface EC2Client

getSpotInstanceServices

SpotInstanceClient getSpotInstanceServices()
Provides synchronous access to SpotInstance services.


getTagServices

TagClient getTagServices()
Provides synchronous access to Tag services.



Copyright © 2009-2011 jclouds. All Rights Reserved.