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 AgentConfigurationStatusAgentConfigurationStatus. clone()AgentConfigurationStatusAgentConfigurationStatus. withAgentId(String agentId)The agent ID.AgentConfigurationStatusAgentConfigurationStatus. withDescription(String description)A description of the operation performed.AgentConfigurationStatusAgentConfigurationStatus. withOperationSucceeded(Boolean operationSucceeded)Information about the status of theStartDataCollectionandStopDataCollectionoperations.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 StartDataCollectionByAgentIdsResultStartDataCollectionByAgentIdsResult. withAgentsConfigurationStatus(AgentConfigurationStatus... agentsConfigurationStatus)Information about agents that were instructed to start collecting data.StopDataCollectionByAgentIdsResultStopDataCollectionByAgentIdsResult. 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 voidStartDataCollectionByAgentIdsResult. setAgentsConfigurationStatus(Collection<AgentConfigurationStatus> agentsConfigurationStatus)Information about agents that were instructed to start collecting data.voidStopDataCollectionByAgentIdsResult. setAgentsConfigurationStatus(Collection<AgentConfigurationStatus> agentsConfigurationStatus)Information about agents that were instructed to stop collecting data.StartDataCollectionByAgentIdsResultStartDataCollectionByAgentIdsResult. withAgentsConfigurationStatus(Collection<AgentConfigurationStatus> agentsConfigurationStatus)Information about agents that were instructed to start collecting data.StopDataCollectionByAgentIdsResultStopDataCollectionByAgentIdsResult. withAgentsConfigurationStatus(Collection<AgentConfigurationStatus> agentsConfigurationStatus)Information about agents that were instructed to stop collecting data.
-