Uses of Class
software.amazon.awssdk.services.ec2.model.HostReservation
Packages that use HostReservation
Package
Description
-
Uses of HostReservation in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type HostReservationModifier and TypeMethodDescriptionfinal List<HostReservation>DescribeHostReservationsResponse.hostReservationSet()Details about the reservation's configuration.Methods in software.amazon.awssdk.services.ec2.model with parameters of type HostReservationModifier and TypeMethodDescriptionDescribeHostReservationsResponse.Builder.hostReservationSet(HostReservation... hostReservationSet) Details about the reservation's configuration.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type HostReservationModifier and TypeMethodDescriptionDescribeHostReservationsResponse.Builder.hostReservationSet(Collection<HostReservation> hostReservationSet) Details about the reservation's configuration. -
Uses of HostReservation in software.amazon.awssdk.services.ec2.paginators
Methods in software.amazon.awssdk.services.ec2.paginators that return types with arguments of type HostReservationModifier and TypeMethodDescriptionfinal SdkIterable<HostReservation>DescribeHostReservationsIterable.hostReservationSet()Returns an iterable to iterate through the paginatedDescribeHostReservationsResponse.hostReservationSet()member.final SdkPublisher<HostReservation>DescribeHostReservationsPublisher.hostReservationSet()Returns a publisher that can be used to get a stream of data.