Uses of Class
com.xerox.amazonws.ec2.LaunchConfiguration

Packages that use LaunchConfiguration
com.xerox.amazonws.ec2   
 

Uses of LaunchConfiguration in com.xerox.amazonws.ec2
 

Methods in com.xerox.amazonws.ec2 that return types with arguments of type LaunchConfiguration
 List<LaunchConfiguration> AutoScaling.describeLaunchConfigurations(List<String> configNames)
          Describe the launch configurations that have been created
 

Methods in com.xerox.amazonws.ec2 with parameters of type LaunchConfiguration
 void AutoScaling.createLaunchConfiguration(LaunchConfiguration config)
          Create a launch configuration
 List<SpotInstanceRequest> Jec2.requestSpotInstances(SpotInstanceRequestConfiguration sirc, LaunchConfiguration lc)
           
 ReservationDescription Jec2.runInstances(LaunchConfiguration lc)
          Requests reservation of a number of instances.