Uses of Class
software.amazon.awssdk.services.ec2.model.DescribeHostReservationOfferingsResponse
-
Packages that use DescribeHostReservationOfferingsResponse Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud software.amazon.awssdk.services.ec2.paginators -
-
Uses of DescribeHostReservationOfferingsResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return DescribeHostReservationOfferingsResponse Modifier and Type Method Description default DescribeHostReservationOfferingsResponseEc2Client. describeHostReservationOfferings()Describes the Dedicated Host reservations that are available to purchase.default DescribeHostReservationOfferingsResponseEc2Client. describeHostReservationOfferings(Consumer<DescribeHostReservationOfferingsRequest.Builder> describeHostReservationOfferingsRequest)Describes the Dedicated Host reservations that are available to purchase.default DescribeHostReservationOfferingsResponseEc2Client. describeHostReservationOfferings(DescribeHostReservationOfferingsRequest describeHostReservationOfferingsRequest)Describes the Dedicated Host reservations that are available to purchase.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type DescribeHostReservationOfferingsResponse Modifier and Type Method Description default CompletableFuture<DescribeHostReservationOfferingsResponse>Ec2AsyncClient. describeHostReservationOfferings()Describes the Dedicated Host reservations that are available to purchase.default CompletableFuture<DescribeHostReservationOfferingsResponse>Ec2AsyncClient. describeHostReservationOfferings(Consumer<DescribeHostReservationOfferingsRequest.Builder> describeHostReservationOfferingsRequest)Describes the Dedicated Host reservations that are available to purchase.default CompletableFuture<DescribeHostReservationOfferingsResponse>Ec2AsyncClient. describeHostReservationOfferings(DescribeHostReservationOfferingsRequest describeHostReservationOfferingsRequest)Describes the Dedicated Host reservations that are available to purchase. -
Uses of DescribeHostReservationOfferingsResponse in software.amazon.awssdk.services.ec2.paginators
Methods in software.amazon.awssdk.services.ec2.paginators that return types with arguments of type DescribeHostReservationOfferingsResponse Modifier and Type Method Description Iterator<DescribeHostReservationOfferingsResponse>DescribeHostReservationOfferingsIterable. iterator()Method parameters in software.amazon.awssdk.services.ec2.paginators with type arguments of type DescribeHostReservationOfferingsResponse Modifier and Type Method Description voidDescribeHostReservationOfferingsPublisher. subscribe(org.reactivestreams.Subscriber<? super DescribeHostReservationOfferingsResponse> subscriber)
-