Uses of Class
software.amazon.awssdk.services.ec2.model.HostOffering
Packages that use HostOffering
Package
Description
-
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 HostOfferingModifier and TypeMethodDescriptionfinal List<HostOffering>DescribeHostReservationOfferingsResponse.offeringSet()Information about the offerings.Methods in software.amazon.awssdk.services.ec2.model with parameters of type HostOfferingModifier and TypeMethodDescriptionDescribeHostReservationOfferingsResponse.Builder.offeringSet(HostOffering... offeringSet) Information about the offerings.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type HostOfferingModifier and TypeMethodDescriptionDescribeHostReservationOfferingsResponse.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 HostOfferingModifier and TypeMethodDescriptionfinal SdkIterable<HostOffering>DescribeHostReservationOfferingsIterable.offeringSet()Returns an iterable to iterate through the paginatedDescribeHostReservationOfferingsResponse.offeringSet()member.final SdkPublisher<HostOffering>DescribeHostReservationOfferingsPublisher.offeringSet()Returns a publisher that can be used to get a stream of data.