Uses of Class
com.amazonaws.services.ec2.model.SpotPrice
-
Packages that use SpotPrice Package Description com.amazonaws.services.ec2.model -
-
Uses of SpotPrice in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return SpotPrice Modifier and Type Method Description SpotPrice
SpotPrice. clone()
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 (bid) that you are willing to pay for a Spot instance.SpotPrice
SpotPrice. withTimestamp(Date timestamp)
The date and time the request was created, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ).Methods in com.amazonaws.services.ec2.model that return types with arguments of type SpotPrice Modifier and Type Method Description List<SpotPrice>
DescribeSpotPriceHistoryResult. getSpotPriceHistory()
The historical Spot prices.Methods in com.amazonaws.services.ec2.model with parameters of type SpotPrice Modifier and Type Method Description DescribeSpotPriceHistoryResult
DescribeSpotPriceHistoryResult. withSpotPriceHistory(SpotPrice... spotPriceHistory)
The historical Spot prices.Method parameters in com.amazonaws.services.ec2.model with type arguments of type SpotPrice Modifier and Type Method Description void
DescribeSpotPriceHistoryResult. setSpotPriceHistory(Collection<SpotPrice> spotPriceHistory)
The historical Spot prices.DescribeSpotPriceHistoryResult
DescribeSpotPriceHistoryResult. withSpotPriceHistory(Collection<SpotPrice> spotPriceHistory)
The historical Spot prices.
-