Uses of Interface
software.amazon.awssdk.services.ec2.model.PurchaseHostReservationResponse.Builder
Packages that use PurchaseHostReservationResponse.Builder
-
Uses of PurchaseHostReservationResponse.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return PurchaseHostReservationResponse.BuilderModifier and TypeMethodDescriptionPurchaseHostReservationResponse.builder()PurchaseHostReservationResponse.Builder.clientToken(String clientToken) Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.PurchaseHostReservationResponse.Builder.currencyCode(String currencyCode) The currency in which thetotalUpfrontPriceandtotalHourlyPriceamounts are specified.PurchaseHostReservationResponse.Builder.currencyCode(CurrencyCodeValues currencyCode) The currency in which thetotalUpfrontPriceandtotalHourlyPriceamounts are specified.PurchaseHostReservationResponse.Builder.purchase(Collection<Purchase> purchase) Describes the details of the purchase.PurchaseHostReservationResponse.Builder.purchase(Consumer<Purchase.Builder>... purchase) Describes the details of the purchase.Describes the details of the purchase.PurchaseHostReservationResponse.toBuilder()PurchaseHostReservationResponse.Builder.totalHourlyPrice(String totalHourlyPrice) The total hourly price of the reservation calculated per hour.PurchaseHostReservationResponse.Builder.totalUpfrontPrice(String totalUpfrontPrice) The total amount charged to your account when you purchase the reservation.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type PurchaseHostReservationResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends PurchaseHostReservationResponse.Builder>PurchaseHostReservationResponse.serializableBuilderClass()