Uses of Class
software.amazon.awssdk.services.ec2.model.DescribeHostsResponse
Packages that use DescribeHostsResponse
Package
Description
-
Uses of DescribeHostsResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return DescribeHostsResponseModifier and TypeMethodDescriptiondefault DescribeHostsResponseEc2Client.describeHosts()Describes the specified Dedicated Hosts or all your Dedicated Hosts.default DescribeHostsResponseEc2Client.describeHosts(Consumer<DescribeHostsRequest.Builder> describeHostsRequest) Describes the specified Dedicated Hosts or all your Dedicated Hosts.default DescribeHostsResponseEc2Client.describeHosts(DescribeHostsRequest describeHostsRequest) Describes the specified Dedicated Hosts or all your Dedicated Hosts.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type DescribeHostsResponseModifier and TypeMethodDescriptiondefault CompletableFuture<DescribeHostsResponse>Ec2AsyncClient.describeHosts()Describes the specified Dedicated Hosts or all your Dedicated Hosts.default CompletableFuture<DescribeHostsResponse>Ec2AsyncClient.describeHosts(Consumer<DescribeHostsRequest.Builder> describeHostsRequest) Describes the specified Dedicated Hosts or all your Dedicated Hosts.default CompletableFuture<DescribeHostsResponse>Ec2AsyncClient.describeHosts(DescribeHostsRequest describeHostsRequest) Describes the specified Dedicated Hosts or all your Dedicated Hosts. -
Uses of DescribeHostsResponse in software.amazon.awssdk.services.ec2.paginators
Methods in software.amazon.awssdk.services.ec2.paginators that return types with arguments of type DescribeHostsResponseMethod parameters in software.amazon.awssdk.services.ec2.paginators with type arguments of type DescribeHostsResponseModifier and TypeMethodDescriptionvoidDescribeHostsPublisher.subscribe(org.reactivestreams.Subscriber<? super DescribeHostsResponse> subscriber)