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 AgentInfoAgentInfo. clone()AgentInfoAgentInfo. withAgentId(String agentId)The agent ID.AgentInfoAgentInfo. withAgentNetworkInfoList(AgentNetworkInfo... agentNetworkInfoList)Network details about the host where the agent resides.AgentInfoAgentInfo. withAgentNetworkInfoList(Collection<AgentNetworkInfo> agentNetworkInfoList)Network details about the host where the agent resides.AgentInfoAgentInfo. withConnectorId(String connectorId)This data type is currently not valid.AgentInfoAgentInfo. withHealth(AgentStatus health)The health of the agent.AgentInfoAgentInfo. withHealth(String health)The health of the agent.AgentInfoAgentInfo. withHostName(String hostName)The name of the host where the agent resides.AgentInfoAgentInfo. 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 DescribeAgentsResultDescribeAgentsResult. 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 voidDescribeAgentsResult. 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.DescribeAgentsResultDescribeAgentsResult. 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.
-