Uses of Class
com.amazonaws.services.applicationdiscovery.model.AgentInfo
Packages that use AgentInfo
-
Uses of AgentInfo in com.amazonaws.services.applicationdiscovery.model
Methods in com.amazonaws.services.applicationdiscovery.model that return AgentInfoModifier and TypeMethodDescriptionAgentInfo.clone()
AgentInfo.withAgentId
(String agentId) The agent ID.AgentInfo.withAgentNetworkInfoList
(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.AgentInfo.withConnectorId
(String connectorId) This data type is currently not valid.AgentInfo.withHealth
(AgentStatus health) The health of the agent.AgentInfo.withHealth
(String health) The health of the agent.AgentInfo.withHostName
(String hostName) The name of the host where the agent resides.AgentInfo.withVersion
(String version) The agent version.Methods in com.amazonaws.services.applicationdiscovery.model that return types with arguments of type AgentInfoModifier and TypeMethodDescriptionDescribeAgentsResult.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 AgentInfoModifier and TypeMethodDescriptionDescribeAgentsResult.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 AgentInfoModifier and TypeMethodDescriptionvoid
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.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.