org.jclouds.aws.ec2.services
Interface AWSInstanceClient

All Superinterfaces:
org.jclouds.ec2.services.InstanceClient

public interface AWSInstanceClient
extends org.jclouds.ec2.services.InstanceClient

Provides access to EC2 via their REST API.

Author:
Adrian Cole

Method Summary
 Set<? extends org.jclouds.ec2.domain.Reservation<? extends AWSRunningInstance>> describeInstancesInRegion(String region, String... instanceIds)
           
 org.jclouds.ec2.domain.Reservation<? extends AWSRunningInstance> runInstancesInRegion(String region, String nullableAvailabilityZone, String imageId, int minCount, int maxCount, org.jclouds.ec2.options.RunInstancesOptions... options)
           
 
Methods inherited from interface org.jclouds.ec2.services.InstanceClient
getBlockDeviceMappingForInstanceInRegion, getInstanceInitiatedShutdownBehaviorForInstanceInRegion, getInstanceTypeForInstanceInRegion, getKernelForInstanceInRegion, getRamdiskForInstanceInRegion, getRootDeviceNameForInstanceInRegion, getUserDataForInstanceInRegion, isApiTerminationDisabledForInstanceInRegion, rebootInstancesInRegion, resetKernelForInstanceInRegion, resetRamdiskForInstanceInRegion, setApiTerminationDisabledForInstanceInRegion, setBlockDeviceMappingForInstanceInRegion, setInstanceInitiatedShutdownBehaviorForInstanceInRegion, setInstanceTypeForInstanceInRegion, setKernelForInstanceInRegion, setRamdiskForInstanceInRegion, setUserDataForInstanceInRegion, startInstancesInRegion, stopInstancesInRegion, terminateInstancesInRegion
 

Method Detail

describeInstancesInRegion

Set<? extends org.jclouds.ec2.domain.Reservation<? extends AWSRunningInstance>> describeInstancesInRegion(@Nullable
                                                                                                          String region,
                                                                                                          String... instanceIds)
Specified by:
describeInstancesInRegion in interface org.jclouds.ec2.services.InstanceClient

runInstancesInRegion

org.jclouds.ec2.domain.Reservation<? extends AWSRunningInstance> runInstancesInRegion(@Nullable
                                                                                      String region,
                                                                                      @Nullable
                                                                                      String nullableAvailabilityZone,
                                                                                      String imageId,
                                                                                      int minCount,
                                                                                      int maxCount,
                                                                                      org.jclouds.ec2.options.RunInstancesOptions... options)
Specified by:
runInstancesInRegion in interface org.jclouds.ec2.services.InstanceClient


Copyright © 2009-2011 jclouds. All Rights Reserved.