| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2 |
|
| software.amazon.awssdk.services.ec2.paginators |
| Modifier and Type | Method and Description |
|---|---|
default DescribeHostsResponse |
Ec2Client.describeHosts()
Describes one or more of your Dedicated Hosts.
|
default DescribeHostsResponse |
Ec2Client.describeHosts(Consumer<DescribeHostsRequest.Builder> describeHostsRequest)
Describes one or more of your Dedicated Hosts.
|
default DescribeHostsResponse |
Ec2Client.describeHosts(DescribeHostsRequest describeHostsRequest)
Describes one or more of your Dedicated Hosts.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DescribeHostsResponse> |
Ec2AsyncClient.describeHosts()
Describes one or more of your Dedicated Hosts.
|
default CompletableFuture<DescribeHostsResponse> |
Ec2AsyncClient.describeHosts(Consumer<DescribeHostsRequest.Builder> describeHostsRequest)
Describes one or more of your Dedicated Hosts.
|
default CompletableFuture<DescribeHostsResponse> |
Ec2AsyncClient.describeHosts(DescribeHostsRequest describeHostsRequest)
Describes one or more of your Dedicated Hosts.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<DescribeHostsResponse> |
DescribeHostsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeHostsPublisher.subscribe(org.reactivestreams.Subscriber<? super DescribeHostsResponse> subscriber) |
Copyright © 2019. All rights reserved.