Package | Description |
---|---|
com.amazonaws.services.applicationdiscovery.model |
Modifier and Type | Method and Description |
---|---|
AgentInfo |
AgentInfo.clone() |
AgentInfo |
AgentInfo.withAgentId(String agentId)
The agent ID.
|
AgentInfo |
AgentInfo.withAgentNetworkInfoList(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.
|
AgentInfo |
AgentInfo.withConnectorId(String connectorId)
This data type is currently not valid.
|
AgentInfo |
AgentInfo.withHealth(AgentStatus health)
The health of the agent.
|
AgentInfo |
AgentInfo.withHealth(String health)
The health of the agent.
|
AgentInfo |
AgentInfo.withHostName(String hostName)
The name of the host where the agent resides.
|
AgentInfo |
AgentInfo.withVersion(String version)
The agent version.
|
Modifier and Type | Method and Description |
---|---|
List<AgentInfo> |
DescribeAgentsResult.getAgentsInfo()
Lists AWS agents by ID or lists all agents associated with your user
account if you did not specify an agent ID.
|
Modifier and Type | Method and Description |
---|---|
DescribeAgentsResult |
DescribeAgentsResult.withAgentsInfo(AgentInfo... agentsInfo)
Lists AWS agents by ID or lists all agents associated with your user
account if you did not specify an agent ID.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeAgentsResult.setAgentsInfo(Collection<AgentInfo> agentsInfo)
Lists AWS agents by ID or lists all agents associated with your user
account if you did not specify an agent ID.
|
DescribeAgentsResult |
DescribeAgentsResult.withAgentsInfo(Collection<AgentInfo> agentsInfo)
Lists AWS agents by ID or lists all agents associated with your user
account if you did not specify an agent ID.
|
Copyright © 2018. All rights reserved.