Uses of Class
com.amazonaws.services.applicationdiscovery.model.AgentConfigurationStatus
-
Packages that use AgentConfigurationStatus Package Description com.amazonaws.services.applicationdiscovery.model -
-
Uses of AgentConfigurationStatus in com.amazonaws.services.applicationdiscovery.model
Methods in com.amazonaws.services.applicationdiscovery.model that return AgentConfigurationStatus Modifier and Type Method 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 theStartDataCollection
andStopDataCollection
operations.Methods in com.amazonaws.services.applicationdiscovery.model that return types with arguments of type AgentConfigurationStatus Modifier and Type Method 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.Methods in com.amazonaws.services.applicationdiscovery.model with parameters of type AgentConfigurationStatus Modifier and Type Method 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.Method parameters in com.amazonaws.services.applicationdiscovery.model with type arguments of type AgentConfigurationStatus Modifier and Type Method 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.
-