Uses of Class
software.amazon.awssdk.services.ec2.model.Host
Packages that use Host
Package
Description
-
Uses of Host in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type HostModifier and TypeMethodDescriptionDescribeHostsResponse.hosts()Information about the Dedicated Hosts.Methods in software.amazon.awssdk.services.ec2.model with parameters of type HostModifier and TypeMethodDescriptionInformation about the Dedicated Hosts.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type HostModifier and TypeMethodDescriptionDescribeHostsResponse.Builder.hosts(Collection<Host> hosts) Information about the Dedicated Hosts. -
Uses of Host in software.amazon.awssdk.services.ec2.paginators
Methods in software.amazon.awssdk.services.ec2.paginators that return types with arguments of type HostModifier and TypeMethodDescriptionfinal SdkIterable<Host>DescribeHostsIterable.hosts()Returns an iterable to iterate through the paginatedDescribeHostsResponse.hosts()member.final SdkPublisher<Host>DescribeHostsPublisher.hosts()Returns a publisher that can be used to get a stream of data.