Uses of Interface
software.amazon.awssdk.services.ec2.model.PriceScheduleSpecification.Builder
-
Packages that use PriceScheduleSpecification.Builder Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of PriceScheduleSpecification.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return PriceScheduleSpecification.Builder Modifier and Type Method Description static PriceScheduleSpecification.BuilderPriceScheduleSpecification. builder()PriceScheduleSpecification.BuilderPriceScheduleSpecification.Builder. currencyCode(String currencyCode)The currency for transacting the Reserved Instance resale.PriceScheduleSpecification.BuilderPriceScheduleSpecification.Builder. currencyCode(CurrencyCodeValues currencyCode)The currency for transacting the Reserved Instance resale.PriceScheduleSpecification.BuilderPriceScheduleSpecification.Builder. price(Double price)The fixed price for the term.PriceScheduleSpecification.BuilderPriceScheduleSpecification.Builder. term(Long term)The number of months remaining in the reservation.PriceScheduleSpecification.BuilderPriceScheduleSpecification. toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type PriceScheduleSpecification.Builder Modifier and Type Method Description static Class<? extends PriceScheduleSpecification.Builder>PriceScheduleSpecification. serializableBuilderClass()
-