Uses of Class
com.amazonaws.services.ec2.model.PriceScheduleSpecification
-
Packages that use PriceScheduleSpecification Package Description com.amazonaws.services.ec2.model -
-
Uses of PriceScheduleSpecification in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return PriceScheduleSpecification Modifier and Type Method Description PriceScheduleSpecification
PriceScheduleSpecification. clone()
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 Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description 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.
-