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

Packages that use Spot
org.jclouds.aws.ec2.domain   
org.jclouds.aws.ec2.features   
org.jclouds.aws.ec2.xml   
 

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

Methods in org.jclouds.aws.ec2.domain that return Spot
 Spot Spot.Builder.build()
           
 

Methods in org.jclouds.aws.ec2.domain with parameters of type Spot
 int Spot.compareTo(Spot o)
           
 

Uses of Spot in org.jclouds.aws.ec2.features
 

Methods in org.jclouds.aws.ec2.features that return types with arguments of type Spot
 Set<Spot> SpotInstanceApi.describeSpotPriceHistoryInRegion(String region, DescribeSpotPriceHistoryOptions... options)
          Describes Spot Price history.
 

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

Methods in org.jclouds.aws.ec2.xml that return Spot
 Spot SpotHandler.getResult()
           
 

Methods in org.jclouds.aws.ec2.xml that return types with arguments of type Spot
 Set<Spot> DescribeSpotPriceHistoryResponseHandler.getResult()
           
 org.jclouds.http.functions.ParseSax.HandlerWithResult<Set<Spot>> DescribeSpotPriceHistoryResponseHandler.setContext(org.jclouds.http.HttpRequest request)
           
 



Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.