Uses of Class
software.amazon.awssdk.services.applicationdiscovery.model.AgentInfo
-
Packages that use AgentInfo Package Description software.amazon.awssdk.services.applicationdiscovery.model software.amazon.awssdk.services.applicationdiscovery.paginators -
-
Uses of AgentInfo in software.amazon.awssdk.services.applicationdiscovery.model
Methods in software.amazon.awssdk.services.applicationdiscovery.model that return types with arguments of type AgentInfo Modifier and Type Method Description List<AgentInfo>DescribeAgentsResponse. agentsInfo()Lists agents or the collector by ID or lists all agents/collectors associated with your user, if you did not specify an agent/collector ID.Methods in software.amazon.awssdk.services.applicationdiscovery.model with parameters of type AgentInfo Modifier and Type Method Description DescribeAgentsResponse.BuilderDescribeAgentsResponse.Builder. agentsInfo(AgentInfo... agentsInfo)Lists agents or the collector by ID or lists all agents/collectors associated with your user, if you did not specify an agent/collector ID.Method parameters in software.amazon.awssdk.services.applicationdiscovery.model with type arguments of type AgentInfo Modifier and Type Method Description DescribeAgentsResponse.BuilderDescribeAgentsResponse.Builder. agentsInfo(Collection<AgentInfo> agentsInfo)Lists agents or the collector by ID or lists all agents/collectors associated with your user, if you did not specify an agent/collector ID. -
Uses of AgentInfo in software.amazon.awssdk.services.applicationdiscovery.paginators
Methods in software.amazon.awssdk.services.applicationdiscovery.paginators that return types with arguments of type AgentInfo Modifier and Type Method Description SdkIterable<AgentInfo>DescribeAgentsIterable. agentsInfo()Returns an iterable to iterate through the paginatedDescribeAgentsResponse.agentsInfo()member.SdkPublisher<AgentInfo>DescribeAgentsPublisher. agentsInfo()Returns a publisher that can be used to get a stream of data.
-