| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model | |
| software.amazon.awssdk.services.ec2.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<Host> |
DescribeHostsResponse.hosts()
Information about the Dedicated Hosts.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeHostsResponse.Builder |
DescribeHostsResponse.Builder.hosts(Host... hosts)
Information about the Dedicated Hosts.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeHostsResponse.Builder |
DescribeHostsResponse.Builder.hosts(Collection<Host> hosts)
Information about the Dedicated Hosts.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<Host> |
DescribeHostsPublisher.hosts()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<Host> |
DescribeHostsIterable.hosts()
Returns an iterable to iterate through the paginated
DescribeHostsResponse.hosts() member. |
Copyright © 2022. All rights reserved.