| Package | Description |
|---|---|
| com.amazonaws.services.applicationdiscovery.model |
| Modifier and Type | Method and Description |
|---|---|
AgentConfigurationStatus |
AgentConfigurationStatus.clone() |
AgentConfigurationStatus |
AgentConfigurationStatus.withAgentId(String agentId)
The agent ID.
|
AgentConfigurationStatus |
AgentConfigurationStatus.withDescription(String description)
A description of the operation performed.
|
AgentConfigurationStatus |
AgentConfigurationStatus.withOperationSucceeded(Boolean operationSucceeded)
Information about the status of the
StartDataCollection and StopDataCollection
operations. |
| Modifier and Type | Method and Description |
|---|---|
List<AgentConfigurationStatus> |
StopDataCollectionByAgentIdsResult.getAgentsConfigurationStatus()
Information about the agents that were instructed to stop collecting data.
|
List<AgentConfigurationStatus> |
StartDataCollectionByAgentIdsResult.getAgentsConfigurationStatus()
Information about agents that were instructed to start collecting data.
|
| Modifier and Type | Method and Description |
|---|---|
StopDataCollectionByAgentIdsResult |
StopDataCollectionByAgentIdsResult.withAgentsConfigurationStatus(AgentConfigurationStatus... agentsConfigurationStatus)
Information about the agents that were instructed to stop collecting data.
|
StartDataCollectionByAgentIdsResult |
StartDataCollectionByAgentIdsResult.withAgentsConfigurationStatus(AgentConfigurationStatus... agentsConfigurationStatus)
Information about agents that were instructed to start collecting data.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StopDataCollectionByAgentIdsResult.setAgentsConfigurationStatus(Collection<AgentConfigurationStatus> agentsConfigurationStatus)
Information about the agents that were instructed to stop collecting data.
|
void |
StartDataCollectionByAgentIdsResult.setAgentsConfigurationStatus(Collection<AgentConfigurationStatus> agentsConfigurationStatus)
Information about agents that were instructed to start collecting data.
|
StopDataCollectionByAgentIdsResult |
StopDataCollectionByAgentIdsResult.withAgentsConfigurationStatus(Collection<AgentConfigurationStatus> agentsConfigurationStatus)
Information about the agents that were instructed to stop collecting data.
|
StartDataCollectionByAgentIdsResult |
StartDataCollectionByAgentIdsResult.withAgentsConfigurationStatus(Collection<AgentConfigurationStatus> agentsConfigurationStatus)
Information about agents that were instructed to start collecting data.
|
Copyright © 2023. All rights reserved.