Uses of Class
com.amazonaws.services.ec2.model.PriceSchedule
Packages that use PriceSchedule
-
Uses of PriceSchedule in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return PriceScheduleModifier and TypeMethodDescriptionPriceSchedule.clone()
PriceSchedule.withActive
(Boolean active) The current price schedule, as determined by the term remaining for the Reserved Instance in the listing.PriceSchedule.withCurrencyCode
(CurrencyCodeValues currencyCode) The currency for transacting the Reserved Instance resale.PriceSchedule.withCurrencyCode
(String currencyCode) The currency for transacting the Reserved Instance resale.The fixed price for the term.The number of months remaining in the reservation.Methods in com.amazonaws.services.ec2.model that return types with arguments of type PriceScheduleModifier and TypeMethodDescriptionReservedInstancesListing.getPriceSchedules()
The price of the Reserved Instance listing.Methods in com.amazonaws.services.ec2.model with parameters of type PriceScheduleModifier and TypeMethodDescriptionReservedInstancesListing.withPriceSchedules
(PriceSchedule... priceSchedules) The price of the Reserved Instance listing.Method parameters in com.amazonaws.services.ec2.model with type arguments of type PriceScheduleModifier and TypeMethodDescriptionvoid
ReservedInstancesListing.setPriceSchedules
(Collection<PriceSchedule> priceSchedules) The price of the Reserved Instance listing.ReservedInstancesListing.withPriceSchedules
(Collection<PriceSchedule> priceSchedules) The price of the Reserved Instance listing.