Package | Description |
---|---|
com.amazonaws.services.applicationdiscovery.model | |
com.amazonaws.services.applicationdiscovery.model.transform |
Modifier and Type | Field and Description |
---|---|
private java.util.List<AgentNetworkInfo> |
AgentInfo.agentNetworkInfoList
Network details about the host where the agent resides.
|
Modifier and Type | Method and Description |
---|---|
AgentNetworkInfo |
AgentNetworkInfo.clone() |
AgentNetworkInfo |
AgentNetworkInfo.withIpAddress(java.lang.String ipAddress)
The IP address for the host where the agent resides.
|
AgentNetworkInfo |
AgentNetworkInfo.withMacAddress(java.lang.String macAddress)
The MAC address for the host where the agent resides.
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<AgentNetworkInfo> agentNetworkInfoList)
Network details about the host where the agent resides.
|
AgentInfo |
AgentInfo.withAgentNetworkInfoList(java.util.Collection<AgentNetworkInfo> agentNetworkInfoList)
Network details about the host where the agent resides.
|
Modifier and Type | Method and Description |
---|---|
AgentNetworkInfo |
AgentNetworkInfoJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
AgentNetworkInfoJsonMarshaller.marshall(AgentNetworkInfo agentNetworkInfo,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|