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