Uses of Class
software.amazon.awssdk.services.ec2.model.PriceScheduleSpecification
Packages that use PriceScheduleSpecification
-
Uses of PriceScheduleSpecification in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type PriceScheduleSpecificationModifier and TypeMethodDescriptionfinal List<PriceScheduleSpecification>CreateReservedInstancesListingRequest.priceSchedules()A list specifying the price of the Standard Reserved Instance for each month remaining in the Reserved Instance term.Methods in software.amazon.awssdk.services.ec2.model with parameters of type PriceScheduleSpecificationModifier and TypeMethodDescriptionCreateReservedInstancesListingRequest.Builder.priceSchedules(PriceScheduleSpecification... priceSchedules) A list specifying the price of the Standard Reserved Instance for each month remaining in the Reserved Instance term.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type PriceScheduleSpecificationModifier and TypeMethodDescriptionCreateReservedInstancesListingRequest.Builder.priceSchedules(Collection<PriceScheduleSpecification> priceSchedules) A list specifying the price of the Standard Reserved Instance for each month remaining in the Reserved Instance term.