Uses of Class
com.amazonaws.services.ec2.model.SpotPrice

Packages that use SpotPrice
com.amazonaws.services.ec2.model Classes modeling the various types represented by AmazonEC2. 
 

Uses of SpotPrice in com.amazonaws.services.ec2.model
 

Methods in com.amazonaws.services.ec2.model that return SpotPrice
 SpotPrice SpotPrice.withAvailabilityZone(String availabilityZone)
          The Availability Zone.
 SpotPrice SpotPrice.withInstanceType(InstanceType instanceType)
          The instance type.
 SpotPrice SpotPrice.withInstanceType(String instanceType)
          The instance type.
 SpotPrice SpotPrice.withProductDescription(RIProductDescription productDescription)
          A general description of the AMI.
 SpotPrice SpotPrice.withProductDescription(String productDescription)
          A general description of the AMI.
 SpotPrice SpotPrice.withSpotPrice(String spotPrice)
          The maximum price you will pay to launch one or more Spot Instances.
 SpotPrice SpotPrice.withTimestamp(Date timestamp)
          The date and time the request was created.
 

Methods in com.amazonaws.services.ec2.model that return types with arguments of type SpotPrice
 List<SpotPrice> DescribeSpotPriceHistoryResult.getSpotPriceHistory()
          The historical Spot Prices.
 

Methods in com.amazonaws.services.ec2.model with parameters of type SpotPrice
 DescribeSpotPriceHistoryResult DescribeSpotPriceHistoryResult.withSpotPriceHistory(SpotPrice... spotPriceHistory)
          The historical Spot Prices.
 

Method parameters in com.amazonaws.services.ec2.model with type arguments of type SpotPrice
 void DescribeSpotPriceHistoryResult.setSpotPriceHistory(Collection<SpotPrice> spotPriceHistory)
          The historical Spot Prices.
 DescribeSpotPriceHistoryResult DescribeSpotPriceHistoryResult.withSpotPriceHistory(Collection<SpotPrice> spotPriceHistory)
          The historical Spot Prices.
 



Copyright © 2016. All rights reserved.