Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
Purchase |
Purchase.clone() |
Purchase |
Purchase.withCurrencyCode(CurrencyCodeValues currencyCode)
The currency in which the
UpfrontPrice and HourlyPrice amounts are specified. |
Purchase |
Purchase.withCurrencyCode(String currencyCode)
The currency in which the
UpfrontPrice and HourlyPrice amounts are specified. |
Purchase |
Purchase.withDuration(Integer duration)
The duration of the reservation's term in seconds.
|
Purchase |
Purchase.withHostIdSet(Collection<String> hostIdSet)
The IDs of the Dedicated Hosts associated with the reservation.
|
Purchase |
Purchase.withHostIdSet(String... hostIdSet)
The IDs of the Dedicated Hosts associated with the reservation.
|
Purchase |
Purchase.withHostReservationId(String hostReservationId)
The ID of the reservation.
|
Purchase |
Purchase.withHourlyPrice(String hourlyPrice)
The hourly price of the reservation per hour.
|
Purchase |
Purchase.withInstanceFamily(String instanceFamily)
The instance family on the Dedicated Host that the reservation can be associated with.
|
Purchase |
Purchase.withPaymentOption(PaymentOption paymentOption)
The payment option for the reservation.
|
Purchase |
Purchase.withPaymentOption(String paymentOption)
The payment option for the reservation.
|
Purchase |
Purchase.withUpfrontPrice(String upfrontPrice)
The upfront price of the reservation.
|
Modifier and Type | Method and Description |
---|---|
List<Purchase> |
PurchaseHostReservationResult.getPurchase()
Describes the details of the purchase.
|
List<Purchase> |
GetHostReservationPurchasePreviewResult.getPurchase()
The purchase information of the Dedicated Host Reservation and the Dedicated Hosts associated with it.
|
Modifier and Type | Method and Description |
---|---|
PurchaseHostReservationResult |
PurchaseHostReservationResult.withPurchase(Purchase... purchase)
Describes the details of the purchase.
|
GetHostReservationPurchasePreviewResult |
GetHostReservationPurchasePreviewResult.withPurchase(Purchase... purchase)
The purchase information of the Dedicated Host Reservation and the Dedicated Hosts associated with it.
|
Modifier and Type | Method and Description |
---|---|
void |
PurchaseHostReservationResult.setPurchase(Collection<Purchase> purchase)
Describes the details of the purchase.
|
void |
GetHostReservationPurchasePreviewResult.setPurchase(Collection<Purchase> purchase)
The purchase information of the Dedicated Host Reservation and the Dedicated Hosts associated with it.
|
PurchaseHostReservationResult |
PurchaseHostReservationResult.withPurchase(Collection<Purchase> purchase)
Describes the details of the purchase.
|
GetHostReservationPurchasePreviewResult |
GetHostReservationPurchasePreviewResult.withPurchase(Collection<Purchase> purchase)
The purchase information of the Dedicated Host Reservation and the Dedicated Hosts associated with it.
|
Copyright © 2017. All rights reserved.