Uses of Interface
software.amazon.awssdk.services.ec2.model.GetHostReservationPurchasePreviewResponse.Builder
Packages that use GetHostReservationPurchasePreviewResponse.Builder
-
Uses of GetHostReservationPurchasePreviewResponse.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return GetHostReservationPurchasePreviewResponse.BuilderModifier and TypeMethodDescriptionGetHostReservationPurchasePreviewResponse.builder()GetHostReservationPurchasePreviewResponse.Builder.currencyCode(String currencyCode) The currency in which thetotalUpfrontPriceandtotalHourlyPriceamounts are specified.GetHostReservationPurchasePreviewResponse.Builder.currencyCode(CurrencyCodeValues currencyCode) The currency in which thetotalUpfrontPriceandtotalHourlyPriceamounts are specified.GetHostReservationPurchasePreviewResponse.Builder.purchase(Collection<Purchase> purchase) The purchase information of the Dedicated Host reservation and the Dedicated Hosts associated with it.GetHostReservationPurchasePreviewResponse.Builder.purchase(Consumer<Purchase.Builder>... purchase) The purchase information of the Dedicated Host reservation and the Dedicated Hosts associated with it.The purchase information of the Dedicated Host reservation and the Dedicated Hosts associated with it.GetHostReservationPurchasePreviewResponse.toBuilder()GetHostReservationPurchasePreviewResponse.Builder.totalHourlyPrice(String totalHourlyPrice) The potential total hourly price of the reservation per hour.GetHostReservationPurchasePreviewResponse.Builder.totalUpfrontPrice(String totalUpfrontPrice) The potential total upfront price.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type GetHostReservationPurchasePreviewResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetHostReservationPurchasePreviewResponse.Builder>GetHostReservationPurchasePreviewResponse.serializableBuilderClass()