Uses of Class
com.amazonaws.services.applicationdiscovery.model.AgentInfo
-
Packages that use AgentInfo Package Description com.amazonaws.services.applicationdiscovery.model -
-
Uses of AgentInfo in com.amazonaws.services.applicationdiscovery.model
Methods in com.amazonaws.services.applicationdiscovery.model that return AgentInfo Modifier and Type Method 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.Methods in com.amazonaws.services.applicationdiscovery.model that return types with arguments of type AgentInfo Modifier and Type Method 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.Methods in com.amazonaws.services.applicationdiscovery.model with parameters of type AgentInfo Modifier and Type Method 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.Method parameters in com.amazonaws.services.applicationdiscovery.model with type arguments of type AgentInfo Modifier and Type Method 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.
-