Uses of Interface
software.amazon.awssdk.services.ec2.model.HostOffering.Builder
Packages that use HostOffering.Builder
-
Uses of HostOffering.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return HostOffering.BuilderModifier and TypeMethodDescriptionstatic HostOffering.BuilderHostOffering.builder()HostOffering.Builder.currencyCode(String currencyCode) The currency of the offering.HostOffering.Builder.currencyCode(CurrencyCodeValues currencyCode) The currency of the offering.The duration of the offering (in seconds).HostOffering.Builder.hourlyPrice(String hourlyPrice) The hourly price of the offering.HostOffering.Builder.instanceFamily(String instanceFamily) The instance family of the offering.HostOffering.Builder.offeringId(String offeringId) The ID of the offering.HostOffering.Builder.paymentOption(String paymentOption) The available payment option.HostOffering.Builder.paymentOption(PaymentOption paymentOption) The available payment option.HostOffering.toBuilder()HostOffering.Builder.upfrontPrice(String upfrontPrice) The upfront price of the offering.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type HostOffering.BuilderModifier and TypeMethodDescriptionstatic Class<? extends HostOffering.Builder>HostOffering.serializableBuilderClass()