Uses of Class
software.amazon.awssdk.services.ec2.model.HostOffering
-
Packages that use HostOffering Package Description software.amazon.awssdk.services.ec2.model software.amazon.awssdk.services.ec2.paginators -
-
Uses of HostOffering in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type HostOffering Modifier and Type Method Description List<HostOffering>DescribeHostReservationOfferingsResponse. offeringSet()Information about the offerings.Methods in software.amazon.awssdk.services.ec2.model with parameters of type HostOffering Modifier and Type Method Description DescribeHostReservationOfferingsResponse.BuilderDescribeHostReservationOfferingsResponse.Builder. offeringSet(HostOffering... offeringSet)Information about the offerings.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type HostOffering Modifier and Type Method Description DescribeHostReservationOfferingsResponse.BuilderDescribeHostReservationOfferingsResponse.Builder. offeringSet(Collection<HostOffering> offeringSet)Information about the offerings. -
Uses of HostOffering in software.amazon.awssdk.services.ec2.paginators
Methods in software.amazon.awssdk.services.ec2.paginators that return types with arguments of type HostOffering Modifier and Type Method Description SdkIterable<HostOffering>DescribeHostReservationOfferingsIterable. offeringSet()Returns an iterable to iterate through the paginatedDescribeHostReservationOfferingsResponse.offeringSet()member.SdkPublisher<HostOffering>DescribeHostReservationOfferingsPublisher. offeringSet()Returns a publisher that can be used to get a stream of data.
-