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> |
StartDataCollectionByAgentIdsResult.getAgentsConfigurationStatus()
Information about agents that were instructed to start collecting data.
|
List<AgentConfigurationStatus> |
StopDataCollectionByAgentIdsResult.getAgentsConfigurationStatus()
Information about agents that were instructed to stop collecting data.
|
Modifier and Type | Method and Description |
---|---|
StartDataCollectionByAgentIdsResult |
StartDataCollectionByAgentIdsResult.withAgentsConfigurationStatus(AgentConfigurationStatus... agentsConfigurationStatus)
Information about agents that were instructed to start collecting data.
|
StopDataCollectionByAgentIdsResult |
StopDataCollectionByAgentIdsResult.withAgentsConfigurationStatus(AgentConfigurationStatus... agentsConfigurationStatus)
Information about agents that were instructed to stop collecting data.
|
Modifier and Type | Method and Description |
---|---|
void |
StartDataCollectionByAgentIdsResult.setAgentsConfigurationStatus(Collection<AgentConfigurationStatus> agentsConfigurationStatus)
Information about agents that were instructed to start collecting data.
|
void |
StopDataCollectionByAgentIdsResult.setAgentsConfigurationStatus(Collection<AgentConfigurationStatus> agentsConfigurationStatus)
Information about agents that were instructed to stop collecting data.
|
StartDataCollectionByAgentIdsResult |
StartDataCollectionByAgentIdsResult.withAgentsConfigurationStatus(Collection<AgentConfigurationStatus> agentsConfigurationStatus)
Information about agents that were instructed to start collecting data.
|
StopDataCollectionByAgentIdsResult |
StopDataCollectionByAgentIdsResult.withAgentsConfigurationStatus(Collection<AgentConfigurationStatus> agentsConfigurationStatus)
Information about agents that were instructed to stop collecting data.
|
Copyright © 2018. All rights reserved.