Package | Description |
---|---|
com.amazonaws.services.ec2 |
|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
Future<PurchaseHostReservationResult> |
AmazonEC2Async.purchaseHostReservationAsync(PurchaseHostReservationRequest purchaseHostReservationRequest,
AsyncHandler<PurchaseHostReservationRequest,PurchaseHostReservationResult> asyncHandler)
Purchase a reservation with configurations that match those of your Dedicated Host.
|
Future<PurchaseHostReservationResult> |
AbstractAmazonEC2Async.purchaseHostReservationAsync(PurchaseHostReservationRequest request,
AsyncHandler<PurchaseHostReservationRequest,PurchaseHostReservationResult> asyncHandler) |
Future<PurchaseHostReservationResult> |
AmazonEC2AsyncClient.purchaseHostReservationAsync(PurchaseHostReservationRequest request,
AsyncHandler<PurchaseHostReservationRequest,PurchaseHostReservationResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
PurchaseHostReservationRequest |
PurchaseHostReservationRequest.clone() |
PurchaseHostReservationRequest |
PurchaseHostReservationRequest.withClientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
PurchaseHostReservationRequest |
PurchaseHostReservationRequest.withCurrencyCode(CurrencyCodeValues currencyCode)
The currency in which the
totalUpfrontPrice , LimitPrice , and
totalHourlyPrice amounts are specified. |
PurchaseHostReservationRequest |
PurchaseHostReservationRequest.withCurrencyCode(String currencyCode)
The currency in which the
totalUpfrontPrice , LimitPrice , and
totalHourlyPrice amounts are specified. |
PurchaseHostReservationRequest |
PurchaseHostReservationRequest.withHostIdSet(Collection<String> hostIdSet)
The IDs of the Dedicated Hosts with which the reservation will be associated.
|
PurchaseHostReservationRequest |
PurchaseHostReservationRequest.withHostIdSet(String... hostIdSet)
The IDs of the Dedicated Hosts with which the reservation will be associated.
|
PurchaseHostReservationRequest |
PurchaseHostReservationRequest.withLimitPrice(String limitPrice)
The specified limit is checked against the total upfront cost of the reservation (calculated as the offering's
upfront cost multiplied by the host count).
|
PurchaseHostReservationRequest |
PurchaseHostReservationRequest.withOfferingId(String offeringId)
The ID of the offering.
|
PurchaseHostReservationRequest |
PurchaseHostReservationRequest.withTagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags to apply to the Dedicated Host Reservation during purchase.
|
PurchaseHostReservationRequest |
PurchaseHostReservationRequest.withTagSpecifications(TagSpecification... tagSpecifications)
The tags to apply to the Dedicated Host Reservation during purchase.
|
Modifier and Type | Method and Description |
---|---|
Request<PurchaseHostReservationRequest> |
PurchaseHostReservationRequest.getDryRunRequest()
This method is intended for internal use only.
|
Copyright © 2020. All rights reserved.