Uses of Class
com.amazonaws.services.ec2.model.PriceSchedule

Packages that use PriceSchedule
com.amazonaws.services.ec2.model Classes modeling the various types represented by AmazonEC2. 
 

Uses of PriceSchedule in com.amazonaws.services.ec2.model
 

Methods in com.amazonaws.services.ec2.model that return PriceSchedule
 PriceSchedule PriceSchedule.withActive(Boolean active)
          The current price schedule, as determined by the term remaining for the Reserved Instance in the listing.
 PriceSchedule PriceSchedule.withCurrencyCode(CurrencyCodeValues currencyCode)
          The currency for transacting the Reserved Instance resale.
 PriceSchedule PriceSchedule.withCurrencyCode(String currencyCode)
          The currency for transacting the Reserved Instance resale.
 PriceSchedule PriceSchedule.withPrice(Double price)
          The fixed price for the term.
 PriceSchedule PriceSchedule.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
 List<PriceSchedule> ReservedInstancesListing.getPriceSchedules()
          The price of the Reserved Instance listing.
 

Methods in com.amazonaws.services.ec2.model with parameters of type PriceSchedule
 ReservedInstancesListing ReservedInstancesListing.withPriceSchedules(PriceSchedule... priceSchedules)
          The price of the Reserved Instance listing.
 

Method parameters in com.amazonaws.services.ec2.model with type arguments of type PriceSchedule
 void ReservedInstancesListing.setPriceSchedules(Collection<PriceSchedule> priceSchedules)
          The price of the Reserved Instance listing.
 ReservedInstancesListing ReservedInstancesListing.withPriceSchedules(Collection<PriceSchedule> priceSchedules)
          The price of the Reserved Instance listing.
 



Copyright © 2016. All rights reserved.