| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
static GetHostReservationPurchasePreviewResponse.Builder |
GetHostReservationPurchasePreviewResponse.builder() |
GetHostReservationPurchasePreviewResponse.Builder |
GetHostReservationPurchasePreviewResponse.Builder.currencyCode(CurrencyCodeValues currencyCode)
The currency in which the
totalUpfrontPrice and totalHourlyPrice amounts are
specified. |
GetHostReservationPurchasePreviewResponse.Builder |
GetHostReservationPurchasePreviewResponse.Builder.currencyCode(String currencyCode)
The currency in which the
totalUpfrontPrice and totalHourlyPrice amounts are
specified. |
GetHostReservationPurchasePreviewResponse.Builder |
GetHostReservationPurchasePreviewResponse.Builder.purchase(Collection<Purchase> purchase)
The purchase information of the Dedicated Host reservation and the Dedicated Hosts associated with it.
|
GetHostReservationPurchasePreviewResponse.Builder |
GetHostReservationPurchasePreviewResponse.Builder.purchase(Consumer<Purchase.Builder>... purchase)
The purchase information of the Dedicated Host reservation and the Dedicated Hosts associated with it.
|
GetHostReservationPurchasePreviewResponse.Builder |
GetHostReservationPurchasePreviewResponse.Builder.purchase(Purchase... purchase)
The purchase information of the Dedicated Host reservation and the Dedicated Hosts associated with it.
|
GetHostReservationPurchasePreviewResponse.Builder |
GetHostReservationPurchasePreviewResponse.toBuilder() |
GetHostReservationPurchasePreviewResponse.Builder |
GetHostReservationPurchasePreviewResponse.Builder.totalHourlyPrice(String totalHourlyPrice)
The potential total hourly price of the reservation per hour.
|
GetHostReservationPurchasePreviewResponse.Builder |
GetHostReservationPurchasePreviewResponse.Builder.totalUpfrontPrice(String totalUpfrontPrice)
The potential total upfront price.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetHostReservationPurchasePreviewResponse.Builder> |
GetHostReservationPurchasePreviewResponse.serializableBuilderClass() |
Copyright © 2020. All rights reserved.