| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
List<Purchase> |
PurchaseHostReservationResponse.purchase()
Describes the details of the purchase.
|
List<Purchase> |
GetHostReservationPurchasePreviewResponse.purchase()
The purchase information of the Dedicated Host reservation and the Dedicated Hosts associated with it.
|
| Modifier and Type | Method and Description |
|---|---|
PurchaseHostReservationResponse.Builder |
PurchaseHostReservationResponse.Builder.purchase(Purchase... purchase)
Describes the details of the purchase.
|
GetHostReservationPurchasePreviewResponse.Builder |
GetHostReservationPurchasePreviewResponse.Builder.purchase(Purchase... purchase)
The purchase information of the Dedicated Host reservation and the Dedicated Hosts associated with it.
|
| Modifier and Type | Method and Description |
|---|---|
PurchaseHostReservationResponse.Builder |
PurchaseHostReservationResponse.Builder.purchase(Collection<Purchase> purchase)
Describes the details of the purchase.
|
GetHostReservationPurchasePreviewResponse.Builder |
GetHostReservationPurchasePreviewResponse.Builder.purchase(Collection<Purchase> purchase)
The purchase information of the Dedicated Host reservation and the Dedicated Hosts associated with it.
|
Copyright © 2022. All rights reserved.