Uses of Class
com.amazonaws.services.ec2.model.PriceScheduleSpecification
Packages that use PriceScheduleSpecification
-
Uses of PriceScheduleSpecification in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return PriceScheduleSpecificationModifier and TypeMethodDescriptionPriceScheduleSpecification.clone()
PriceScheduleSpecification.withCurrencyCode
(CurrencyCodeValues currencyCode) The currency for transacting the Reserved Instance resale.PriceScheduleSpecification.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 PriceScheduleSpecificationModifier and TypeMethodDescriptionCreateReservedInstancesListingRequest.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 PriceScheduleSpecificationModifier and TypeMethodDescriptionCreateReservedInstancesListingRequest.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 PriceScheduleSpecificationModifier and TypeMethodDescriptionvoid
CreateReservedInstancesListingRequest.setPriceSchedules
(Collection<PriceScheduleSpecification> priceSchedules) A list specifying the price of the Reserved Instance for each month remaining in the Reserved Instance term.CreateReservedInstancesListingRequest.withPriceSchedules
(Collection<PriceScheduleSpecification> priceSchedules) A list specifying the price of the Reserved Instance for each month remaining in the Reserved Instance term.