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

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

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

Methods in com.amazonaws.services.ec2.model that return PriceScheduleSpecification
 PriceScheduleSpecification PriceScheduleSpecification.withCurrencyCode(CurrencyCodeValues currencyCode)
          The currency for transacting the Reserved Instance resale.
 PriceScheduleSpecification PriceScheduleSpecification.withCurrencyCode(String currencyCode)
          The currency for transacting the Reserved Instance resale.
 PriceScheduleSpecification PriceScheduleSpecification.withPrice(Double price)
          The fixed price for the term.
 PriceScheduleSpecification PriceScheduleSpecification.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 PriceScheduleSpecification
 List<PriceScheduleSpecification> CreateReservedInstancesListingRequest.getPriceSchedules()
          A list specifying the price of the Reserved Instance for each month remaining in the Reserved Instance term.
 

Methods in com.amazonaws.services.ec2.model with parameters of type PriceScheduleSpecification
 CreateReservedInstancesListingRequest CreateReservedInstancesListingRequest.withPriceSchedules(PriceScheduleSpecification... priceSchedules)
          A list specifying the price of the Reserved Instance for each month remaining in the Reserved Instance term.
 

Method parameters in com.amazonaws.services.ec2.model with type arguments of type PriceScheduleSpecification
 void CreateReservedInstancesListingRequest.setPriceSchedules(Collection<PriceScheduleSpecification> priceSchedules)
          A list specifying the price of the Reserved Instance for each month remaining in the Reserved Instance term.
 CreateReservedInstancesListingRequest CreateReservedInstancesListingRequest.withPriceSchedules(Collection<PriceScheduleSpecification> priceSchedules)
          A list specifying the price of the Reserved Instance for each month remaining in the Reserved Instance term.
 



Copyright © 2016. All rights reserved.