Uses of Class
com.amazonaws.services.applicationdiscovery.model.AgentNetworkInfo
Packages that use AgentNetworkInfo
-
Uses of AgentNetworkInfo in com.amazonaws.services.applicationdiscovery.model
Methods in com.amazonaws.services.applicationdiscovery.model that return AgentNetworkInfoModifier and TypeMethodDescriptionAgentNetworkInfo.clone()
AgentNetworkInfo.withIpAddress
(String ipAddress) The IP address for the host where the agent resides.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 AgentNetworkInfoModifier and TypeMethodDescriptionAgentInfo.getAgentNetworkInfoList()
Network details about the host where the agent resides.Methods in com.amazonaws.services.applicationdiscovery.model with parameters of type AgentNetworkInfoModifier and TypeMethodDescriptionAgentInfo.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 AgentNetworkInfoModifier and TypeMethodDescriptionvoid
AgentInfo.setAgentNetworkInfoList
(Collection<AgentNetworkInfo> agentNetworkInfoList) Network details about the host where the agent resides.AgentInfo.withAgentNetworkInfoList
(Collection<AgentNetworkInfo> agentNetworkInfoList) Network details about the host where the agent resides.