Uses of Class
software.amazon.awssdk.services.applicationdiscovery.model.AgentNetworkInfo
-
Packages that use AgentNetworkInfo Package Description software.amazon.awssdk.services.applicationdiscovery.model -
-
Uses of AgentNetworkInfo in software.amazon.awssdk.services.applicationdiscovery.model
Methods in software.amazon.awssdk.services.applicationdiscovery.model that return types with arguments of type AgentNetworkInfo Modifier and Type Method Description List<AgentNetworkInfo>AgentInfo. agentNetworkInfoList()Network details about the host where the agent or collector resides.Methods in software.amazon.awssdk.services.applicationdiscovery.model with parameters of type AgentNetworkInfo Modifier and Type Method Description AgentInfo.BuilderAgentInfo.Builder. agentNetworkInfoList(AgentNetworkInfo... agentNetworkInfoList)Network details about the host where the agent or collector resides.Method parameters in software.amazon.awssdk.services.applicationdiscovery.model with type arguments of type AgentNetworkInfo Modifier and Type Method Description AgentInfo.BuilderAgentInfo.Builder. agentNetworkInfoList(Collection<AgentNetworkInfo> agentNetworkInfoList)Network details about the host where the agent or collector resides.
-