Uses of Class
com.amazonaws.services.applicationdiscovery.model.AgentNetworkInfo
-
Packages that use AgentNetworkInfo Package Description com.amazonaws.services.applicationdiscovery.model -
-
Uses of AgentNetworkInfo in com.amazonaws.services.applicationdiscovery.model
Methods in com.amazonaws.services.applicationdiscovery.model that return AgentNetworkInfo Modifier and Type Method Description AgentNetworkInfo
AgentNetworkInfo. clone()
AgentNetworkInfo
AgentNetworkInfo. withIpAddress(String ipAddress)
The IP address for the host where the agent resides.AgentNetworkInfo
AgentNetworkInfo. withMacAddress(String macAddress)
The MAC address for the host where the agent resides.Methods in com.amazonaws.services.applicationdiscovery.model that return types with arguments of type AgentNetworkInfo Modifier and Type Method Description List<AgentNetworkInfo>
AgentInfo. getAgentNetworkInfoList()
Network details about the host where the agent resides.Methods in com.amazonaws.services.applicationdiscovery.model with parameters of type AgentNetworkInfo Modifier and Type Method Description AgentInfo
AgentInfo. withAgentNetworkInfoList(AgentNetworkInfo... agentNetworkInfoList)
Network details about the host where the agent resides.Method parameters in com.amazonaws.services.applicationdiscovery.model with type arguments of type AgentNetworkInfo Modifier and Type Method Description void
AgentInfo. setAgentNetworkInfoList(Collection<AgentNetworkInfo> agentNetworkInfoList)
Network details about the host where the agent resides.AgentInfo
AgentInfo. withAgentNetworkInfoList(Collection<AgentNetworkInfo> agentNetworkInfoList)
Network details about the host where the agent resides.
-