Uses of Class
org.jclouds.aws.ec2.domain.Spot
-
Packages that use Spot Package Description 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 Modifier and Type Method Description Spot
Spot.Builder. build()
Methods in org.jclouds.aws.ec2.domain with parameters of type Spot Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description Spot
SpotHandler. getResult()
Methods in org.jclouds.aws.ec2.xml that return types with arguments of type Spot Modifier and Type Method Description Set<Spot>
DescribeSpotPriceHistoryResponseHandler. getResult()
ParseSax.HandlerWithResult<Set<Spot>>
DescribeSpotPriceHistoryResponseHandler. setContext(HttpRequest request)
-