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 AgentNetworkInfoAgentNetworkInfo. clone()AgentNetworkInfoAgentNetworkInfo. withIpAddress(String ipAddress)The IP address for the host where the agent resides.AgentNetworkInfoAgentNetworkInfo. 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 AgentInfoAgentInfo. 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 voidAgentInfo. setAgentNetworkInfoList(Collection<AgentNetworkInfo> agentNetworkInfoList)Network details about the host where the agent resides.AgentInfoAgentInfo. withAgentNetworkInfoList(Collection<AgentNetworkInfo> agentNetworkInfoList)Network details about the host where the agent resides.
-