Uses of Class
software.amazon.awssdk.services.applicationdiscovery.model.DescribeAgentsResponse
-
Packages that use DescribeAgentsResponse Package Description software.amazon.awssdk.services.applicationdiscovery Amazon Web Services Application Discovery Service software.amazon.awssdk.services.applicationdiscovery.paginators -
-
Uses of DescribeAgentsResponse in software.amazon.awssdk.services.applicationdiscovery
Methods in software.amazon.awssdk.services.applicationdiscovery that return DescribeAgentsResponse Modifier and Type Method Description default DescribeAgentsResponseApplicationDiscoveryClient. describeAgents()Lists agents or collectors as specified by ID or other filters.default DescribeAgentsResponseApplicationDiscoveryClient. describeAgents(Consumer<DescribeAgentsRequest.Builder> describeAgentsRequest)Lists agents or collectors as specified by ID or other filters.default DescribeAgentsResponseApplicationDiscoveryClient. describeAgents(DescribeAgentsRequest describeAgentsRequest)Lists agents or collectors as specified by ID or other filters.Methods in software.amazon.awssdk.services.applicationdiscovery that return types with arguments of type DescribeAgentsResponse Modifier and Type Method Description default CompletableFuture<DescribeAgentsResponse>ApplicationDiscoveryAsyncClient. describeAgents()Lists agents or collectors as specified by ID or other filters.default CompletableFuture<DescribeAgentsResponse>ApplicationDiscoveryAsyncClient. describeAgents(Consumer<DescribeAgentsRequest.Builder> describeAgentsRequest)Lists agents or collectors as specified by ID or other filters.default CompletableFuture<DescribeAgentsResponse>ApplicationDiscoveryAsyncClient. describeAgents(DescribeAgentsRequest describeAgentsRequest)Lists agents or collectors as specified by ID or other filters. -
Uses of DescribeAgentsResponse in software.amazon.awssdk.services.applicationdiscovery.paginators
Methods in software.amazon.awssdk.services.applicationdiscovery.paginators that return types with arguments of type DescribeAgentsResponse Modifier and Type Method Description Iterator<DescribeAgentsResponse>DescribeAgentsIterable. iterator()Method parameters in software.amazon.awssdk.services.applicationdiscovery.paginators with type arguments of type DescribeAgentsResponse Modifier and Type Method Description voidDescribeAgentsPublisher. subscribe(org.reactivestreams.Subscriber<? super DescribeAgentsResponse> subscriber)
-