| Package | Description |
|---|---|
| com.amazonaws.services.applicationdiscovery.model |
| Modifier and Type | Method and Description |
|---|---|
AgentInfo |
AgentInfo.clone() |
AgentInfo |
AgentInfo.withAgentId(String agentId)
The agent or connector ID.
|
AgentInfo |
AgentInfo.withAgentNetworkInfoList(AgentNetworkInfo... agentNetworkInfoList)
Network details about the host where the agent or connector resides.
|
AgentInfo |
AgentInfo.withAgentNetworkInfoList(Collection<AgentNetworkInfo> agentNetworkInfoList)
Network details about the host where the agent or connector resides.
|
AgentInfo |
AgentInfo.withAgentType(String agentType)
Type of agent.
|
AgentInfo |
AgentInfo.withCollectionStatus(String collectionStatus)
Status of the collection process for an agent or connector.
|
AgentInfo |
AgentInfo.withConnectorId(String connectorId)
The ID of the connector.
|
AgentInfo |
AgentInfo.withHealth(AgentStatus health)
The health of the agent or connector.
|
AgentInfo |
AgentInfo.withHealth(String health)
The health of the agent or connector.
|
AgentInfo |
AgentInfo.withHostName(String hostName)
The name of the host where the agent or connector resides.
|
AgentInfo |
AgentInfo.withLastHealthPingTime(String lastHealthPingTime)
Time since agent or connector health was reported.
|
AgentInfo |
AgentInfo.withRegisteredTime(String registeredTime)
Agent's first registration timestamp in UTC.
|
AgentInfo |
AgentInfo.withVersion(String version)
The agent or connector version.
|
| Modifier and Type | Method and Description |
|---|---|
List<AgentInfo> |
DescribeAgentsResult.getAgentsInfo()
Lists agents or the Connector by ID or lists all agents/Connectors associated with your user account if you did
not specify an agent/Connector ID.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeAgentsResult |
DescribeAgentsResult.withAgentsInfo(AgentInfo... agentsInfo)
Lists agents or the Connector by ID or lists all agents/Connectors associated with your user account if you did
not specify an agent/Connector ID.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeAgentsResult.setAgentsInfo(Collection<AgentInfo> agentsInfo)
Lists agents or the Connector by ID or lists all agents/Connectors associated with your user account if you did
not specify an agent/Connector ID.
|
DescribeAgentsResult |
DescribeAgentsResult.withAgentsInfo(Collection<AgentInfo> agentsInfo)
Lists agents or the Connector by ID or lists all agents/Connectors associated with your user account if you did
not specify an agent/Connector ID.
|
Copyright © 2021. All rights reserved.