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