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

Packages that use Spot
org.jclouds.aws.ec2.domain   
org.jclouds.aws.ec2.services   
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.services
 

Methods in org.jclouds.aws.ec2.services that return types with arguments of type Spot
 com.google.common.util.concurrent.ListenableFuture<? extends Set<Spot>> SpotInstanceAsyncClient.describeSpotPriceHistoryInRegion(String region, DescribeSpotPriceHistoryOptions... options)
           
 Set<Spot> SpotInstanceClient.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()
           
 ParseSax.HandlerWithResult<Set<Spot>> DescribeSpotPriceHistoryResponseHandler.setContext(HttpRequest request)
           
 



Copyright © 2009-2011 jclouds. All Rights Reserved.