Uses of Class
software.amazon.awssdk.services.ec2.model.DescribeMacHostsResponse
-
Packages that use DescribeMacHostsResponse Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud software.amazon.awssdk.services.ec2.paginators -
-
Uses of DescribeMacHostsResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return DescribeMacHostsResponse Modifier and Type Method Description default DescribeMacHostsResponseEc2Client. describeMacHosts(Consumer<DescribeMacHostsRequest.Builder> describeMacHostsRequest)Describes the specified EC2 Mac Dedicated Host or all of your EC2 Mac Dedicated Hosts.default DescribeMacHostsResponseEc2Client. describeMacHosts(DescribeMacHostsRequest describeMacHostsRequest)Describes the specified EC2 Mac Dedicated Host or all of your EC2 Mac Dedicated Hosts.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type DescribeMacHostsResponse Modifier and Type Method Description default CompletableFuture<DescribeMacHostsResponse>Ec2AsyncClient. describeMacHosts(Consumer<DescribeMacHostsRequest.Builder> describeMacHostsRequest)Describes the specified EC2 Mac Dedicated Host or all of your EC2 Mac Dedicated Hosts.default CompletableFuture<DescribeMacHostsResponse>Ec2AsyncClient. describeMacHosts(DescribeMacHostsRequest describeMacHostsRequest)Describes the specified EC2 Mac Dedicated Host or all of your EC2 Mac Dedicated Hosts. -
Uses of DescribeMacHostsResponse in software.amazon.awssdk.services.ec2.paginators
Methods in software.amazon.awssdk.services.ec2.paginators that return types with arguments of type DescribeMacHostsResponse Modifier and Type Method Description Iterator<DescribeMacHostsResponse>DescribeMacHostsIterable. iterator()Method parameters in software.amazon.awssdk.services.ec2.paginators with type arguments of type DescribeMacHostsResponse Modifier and Type Method Description voidDescribeMacHostsPublisher. subscribe(org.reactivestreams.Subscriber<? super DescribeMacHostsResponse> subscriber)
-