Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
HostReservation |
HostReservation.clone() |
HostReservation |
HostReservation.withCount(Integer count)
The number of Dedicated Hosts the reservation is associated with.
|
HostReservation |
HostReservation.withCurrencyCode(CurrencyCodeValues currencyCode)
The currency in which the
upfrontPrice and hourlyPrice amounts are specified. |
HostReservation |
HostReservation.withCurrencyCode(String currencyCode)
The currency in which the
upfrontPrice and hourlyPrice amounts are specified. |
HostReservation |
HostReservation.withDuration(Integer duration)
The length of the reservation's term, specified in seconds.
|
HostReservation |
HostReservation.withEnd(Date end)
The date and time that the reservation ends.
|
HostReservation |
HostReservation.withHostIdSet(Collection<String> hostIdSet)
The IDs of the Dedicated Hosts associated with the reservation.
|
HostReservation |
HostReservation.withHostIdSet(String... hostIdSet)
The IDs of the Dedicated Hosts associated with the reservation.
|
HostReservation |
HostReservation.withHostReservationId(String hostReservationId)
The ID of the reservation that specifies the associated Dedicated Hosts.
|
HostReservation |
HostReservation.withHourlyPrice(String hourlyPrice)
The hourly price of the reservation.
|
HostReservation |
HostReservation.withInstanceFamily(String instanceFamily)
The instance family of the Dedicated Host Reservation.
|
HostReservation |
HostReservation.withOfferingId(String offeringId)
The ID of the reservation.
|
HostReservation |
HostReservation.withPaymentOption(PaymentOption paymentOption)
The payment option selected for this reservation.
|
HostReservation |
HostReservation.withPaymentOption(String paymentOption)
The payment option selected for this reservation.
|
HostReservation |
HostReservation.withStart(Date start)
The date and time that the reservation started.
|
HostReservation |
HostReservation.withState(ReservationState state)
The state of the reservation.
|
HostReservation |
HostReservation.withState(String state)
The state of the reservation.
|
HostReservation |
HostReservation.withTags(Collection<Tag> tags)
Any tags assigned to the Dedicated Host Reservation.
|
HostReservation |
HostReservation.withTags(Tag... tags)
Any tags assigned to the Dedicated Host Reservation.
|
HostReservation |
HostReservation.withUpfrontPrice(String upfrontPrice)
The upfront price of the reservation.
|
Modifier and Type | Method and Description |
---|---|
List<HostReservation> |
DescribeHostReservationsResult.getHostReservationSet()
Details about the reservation's configuration.
|
Modifier and Type | Method and Description |
---|---|
DescribeHostReservationsResult |
DescribeHostReservationsResult.withHostReservationSet(HostReservation... hostReservationSet)
Details about the reservation's configuration.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeHostReservationsResult.setHostReservationSet(Collection<HostReservation> hostReservationSet)
Details about the reservation's configuration.
|
DescribeHostReservationsResult |
DescribeHostReservationsResult.withHostReservationSet(Collection<HostReservation> hostReservationSet)
Details about the reservation's configuration.
|
Copyright © 2023. All rights reserved.