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 SpotPriceSpotPrice. clone()SpotPriceSpotPrice. withAvailabilityZone(String availabilityZone)The Availability Zone.SpotPriceSpotPrice. withInstanceType(InstanceType instanceType)The instance type.SpotPriceSpotPrice. withInstanceType(String instanceType)The instance type.SpotPriceSpotPrice. withProductDescription(RIProductDescription productDescription)A general description of the AMI.SpotPriceSpotPrice. withProductDescription(String productDescription)A general description of the AMI.SpotPriceSpotPrice. withSpotPrice(String spotPrice)The maximum price (bid) that you are willing to pay for a Spot instance.SpotPriceSpotPrice. 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 DescribeSpotPriceHistoryResultDescribeSpotPriceHistoryResult. 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 voidDescribeSpotPriceHistoryResult. setSpotPriceHistory(Collection<SpotPrice> spotPriceHistory)The historical Spot prices.DescribeSpotPriceHistoryResultDescribeSpotPriceHistoryResult. withSpotPriceHistory(Collection<SpotPrice> spotPriceHistory)The historical Spot prices.
-