Uses of Class
software.amazon.awssdk.services.ec2.model.Purchase
-
Packages that use Purchase Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of Purchase in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type Purchase Modifier and Type Method Description List<Purchase>GetHostReservationPurchasePreviewResponse. purchase()The purchase information of the Dedicated Host reservation and the Dedicated Hosts associated with it.List<Purchase>PurchaseHostReservationResponse. purchase()Describes the details of the purchase.Methods in software.amazon.awssdk.services.ec2.model with parameters of type Purchase Modifier and Type Method Description GetHostReservationPurchasePreviewResponse.BuilderGetHostReservationPurchasePreviewResponse.Builder. purchase(Purchase... purchase)The purchase information of the Dedicated Host reservation and the Dedicated Hosts associated with it.PurchaseHostReservationResponse.BuilderPurchaseHostReservationResponse.Builder. purchase(Purchase... purchase)Describes the details of the purchase.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type Purchase Modifier and Type Method Description GetHostReservationPurchasePreviewResponse.BuilderGetHostReservationPurchasePreviewResponse.Builder. purchase(Collection<Purchase> purchase)The purchase information of the Dedicated Host reservation and the Dedicated Hosts associated with it.PurchaseHostReservationResponse.BuilderPurchaseHostReservationResponse.Builder. purchase(Collection<Purchase> purchase)Describes the details of the purchase.
-