Uses of Class
software.amazon.awssdk.services.ec2.model.Host
-
Packages that use Host Package Description software.amazon.awssdk.services.ec2.model software.amazon.awssdk.services.ec2.paginators -
-
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 Host Modifier and Type Method Description List<Host>DescribeHostsResponse. hosts()Information about the Dedicated Hosts.Methods in software.amazon.awssdk.services.ec2.model with parameters of type Host Modifier and Type Method Description DescribeHostsResponse.BuilderDescribeHostsResponse.Builder. hosts(Host... hosts)Information about the Dedicated Hosts.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type Host Modifier and Type Method Description DescribeHostsResponse.BuilderDescribeHostsResponse.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 Host Modifier and Type Method Description SdkIterable<Host>DescribeHostsIterable. hosts()Returns an iterable to iterate through the paginatedDescribeHostsResponse.hosts()member.SdkPublisher<Host>DescribeHostsPublisher. hosts()Returns a publisher that can be used to get a stream of data.
-