| Package | Description |
|---|---|
| com.amazonaws.services.applicationdiscovery.model |
| Modifier and Type | Method and Description |
|---|---|
CustomerAgentInfo |
CustomerAgentInfo.clone() |
CustomerAgentInfo |
GetDiscoverySummaryResult.getAgentSummary()
Details about discovered agents, including agent status and health.
|
CustomerAgentInfo |
CustomerAgentInfo.withActiveAgents(Integer activeAgents)
Number of active discovery agents.
|
CustomerAgentInfo |
CustomerAgentInfo.withBlackListedAgents(Integer blackListedAgents)
Number of blacklisted discovery agents.
|
CustomerAgentInfo |
CustomerAgentInfo.withHealthyAgents(Integer healthyAgents)
Number of healthy discovery agents
|
CustomerAgentInfo |
CustomerAgentInfo.withShutdownAgents(Integer shutdownAgents)
Number of discovery agents with status SHUTDOWN.
|
CustomerAgentInfo |
CustomerAgentInfo.withTotalAgents(Integer totalAgents)
Total number of discovery agents.
|
CustomerAgentInfo |
CustomerAgentInfo.withUnhealthyAgents(Integer unhealthyAgents)
Number of unhealthy discovery agents.
|
CustomerAgentInfo |
CustomerAgentInfo.withUnknownAgents(Integer unknownAgents)
Number of unknown discovery agents.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetDiscoverySummaryResult.setAgentSummary(CustomerAgentInfo agentSummary)
Details about discovered agents, including agent status and health.
|
GetDiscoverySummaryResult |
GetDiscoverySummaryResult.withAgentSummary(CustomerAgentInfo agentSummary)
Details about discovered agents, including agent status and health.
|
Copyright © 2021. All rights reserved.