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 PriceScheduleSpecificationPriceScheduleSpecification. clone()PriceScheduleSpecificationPriceScheduleSpecification. withCurrencyCode(CurrencyCodeValues currencyCode)The currency for transacting the Reserved Instance resale.PriceScheduleSpecificationPriceScheduleSpecification. withCurrencyCode(String currencyCode)The currency for transacting the Reserved Instance resale.PriceScheduleSpecificationPriceScheduleSpecification. withPrice(Double price)The fixed price for the term.PriceScheduleSpecificationPriceScheduleSpecification. 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 CreateReservedInstancesListingRequestCreateReservedInstancesListingRequest. 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 voidCreateReservedInstancesListingRequest. setPriceSchedules(Collection<PriceScheduleSpecification> priceSchedules)A list specifying the price of the Reserved Instance for each month remaining in the Reserved Instance term.CreateReservedInstancesListingRequestCreateReservedInstancesListingRequest. withPriceSchedules(Collection<PriceScheduleSpecification> priceSchedules)A list specifying the price of the Reserved Instance for each month remaining in the Reserved Instance term.
-