Uses of Class
org.jclouds.aws.ec2.domain.LaunchSpecification

Packages that use LaunchSpecification
org.jclouds.aws.ec2.binders   
org.jclouds.aws.ec2.domain   
org.jclouds.aws.ec2.services   
org.jclouds.aws.ec2.xml   
 

Uses of LaunchSpecification in org.jclouds.aws.ec2.binders
 

Methods in org.jclouds.aws.ec2.binders with parameters of type LaunchSpecification
 Map<String,String> BindLaunchSpecificationToFormParams.apply(LaunchSpecification launchSpec)
           
 

Uses of LaunchSpecification in org.jclouds.aws.ec2.domain
 

Methods in org.jclouds.aws.ec2.domain that return LaunchSpecification
 LaunchSpecification LaunchSpecification.Builder.build()
           
 LaunchSpecification SpotInstanceRequest.getLaunchSpecification()
           
 

Methods in org.jclouds.aws.ec2.domain with parameters of type LaunchSpecification
static LaunchSpecification.Builder LaunchSpecification.Builder.fromLaunchSpecification(LaunchSpecification in)
           
 SpotInstanceRequest.Builder SpotInstanceRequest.Builder.launchSpecification(LaunchSpecification launchSpecification)
           
 

Constructors in org.jclouds.aws.ec2.domain with parameters of type LaunchSpecification
SpotInstanceRequest(String region, String availabilityZoneGroup, String launchedAvailabilityZone, Date createTime, String faultCode, String faultMessage, String instanceId, String launchGroup, LaunchSpecification launchSpecification, String productDescription, String id, float spotPrice, SpotInstanceRequest.State state, SpotInstanceRequest.Type type, Date validFrom, Date validUntil, Map<String,String> tags)
           
 

Uses of LaunchSpecification in org.jclouds.aws.ec2.services
 

Methods in org.jclouds.aws.ec2.services with parameters of type LaunchSpecification
 Set<SpotInstanceRequest> SpotInstanceClient.requestSpotInstancesInRegion(String region, float spotPrice, int instanceCount, LaunchSpecification launchSpec, RequestSpotInstancesOptions... options)
          Creates a Spot Instance request.
 com.google.common.util.concurrent.ListenableFuture<? extends Set<SpotInstanceRequest>> SpotInstanceAsyncClient.requestSpotInstancesInRegion(String region, float spotPrice, int instanceCount, LaunchSpecification launchSpec, RequestSpotInstancesOptions... options)
           
 

Uses of LaunchSpecification in org.jclouds.aws.ec2.xml
 

Methods in org.jclouds.aws.ec2.xml that return LaunchSpecification
 LaunchSpecification LaunchSpecificationHandler.getResult()
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.