Package | Description |
---|---|
com.amazonaws.services.applicationdiscovery.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
List<AgentNetworkInfo> |
AgentInfo.getAgentNetworkInfoList()
Network details about the host where the agent resides.
|
Modifier and Type | Method and Description |
---|---|
AgentInfo |
AgentInfo.withAgentNetworkInfoList(AgentNetworkInfo... agentNetworkInfoList)
Network details about the host where the agent resides.
|
Modifier and Type | Method and 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.
|
Copyright © 2018. All rights reserved.