Uses of Class
com.amazonaws.services.ec2.model.SpotPrice
Packages that use SpotPrice
-
Uses of SpotPrice in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return SpotPriceModifier and TypeMethodDescriptionSpotPrice.clone()SpotPrice.withAvailabilityZone(String availabilityZone) The Availability Zone.SpotPrice.withInstanceType(InstanceType instanceType) The instance type.SpotPrice.withInstanceType(String instanceType) The instance type.SpotPrice.withProductDescription(RIProductDescription productDescription) A general description of the AMI.SpotPrice.withProductDescription(String productDescription) A general description of the AMI.SpotPrice.withSpotPrice(String spotPrice) The maximum price (bid) that you are willing to pay for a Spot instance.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 SpotPriceModifier and TypeMethodDescriptionDescribeSpotPriceHistoryResult.getSpotPriceHistory()The historical Spot prices.Methods in com.amazonaws.services.ec2.model with parameters of type SpotPriceModifier and TypeMethodDescriptionDescribeSpotPriceHistoryResult.withSpotPriceHistory(SpotPrice... spotPriceHistory) The historical Spot prices.Method parameters in com.amazonaws.services.ec2.model with type arguments of type SpotPriceModifier and TypeMethodDescriptionvoidDescribeSpotPriceHistoryResult.setSpotPriceHistory(Collection<SpotPrice> spotPriceHistory) The historical Spot prices.DescribeSpotPriceHistoryResult.withSpotPriceHistory(Collection<SpotPrice> spotPriceHistory) The historical Spot prices.