Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
HostOffering |
HostOffering.clone() |
HostOffering |
HostOffering.withCurrencyCode(CurrencyCodeValues currencyCode)
The currency of the offering.
|
HostOffering |
HostOffering.withCurrencyCode(String currencyCode)
The currency of the offering.
|
HostOffering |
HostOffering.withDuration(Integer duration)
The duration of the offering (in seconds).
|
HostOffering |
HostOffering.withHourlyPrice(String hourlyPrice)
The hourly price of the offering.
|
HostOffering |
HostOffering.withInstanceFamily(String instanceFamily)
The instance family of the offering.
|
HostOffering |
HostOffering.withOfferingId(String offeringId)
The ID of the offering.
|
HostOffering |
HostOffering.withPaymentOption(PaymentOption paymentOption)
The available payment option.
|
HostOffering |
HostOffering.withPaymentOption(String paymentOption)
The available payment option.
|
HostOffering |
HostOffering.withUpfrontPrice(String upfrontPrice)
The upfront price of the offering.
|
Modifier and Type | Method and Description |
---|---|
List<HostOffering> |
DescribeHostReservationOfferingsResult.getOfferingSet()
Information about the offerings.
|
Modifier and Type | Method and Description |
---|---|
DescribeHostReservationOfferingsResult |
DescribeHostReservationOfferingsResult.withOfferingSet(HostOffering... offeringSet)
Information about the offerings.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeHostReservationOfferingsResult.setOfferingSet(Collection<HostOffering> offeringSet)
Information about the offerings.
|
DescribeHostReservationOfferingsResult |
DescribeHostReservationOfferingsResult.withOfferingSet(Collection<HostOffering> offeringSet)
Information about the offerings.
|
Copyright © 2021. All rights reserved.