Uses of Class
com.amazonaws.services.applicationdiscovery.model.AgentConfigurationStatus
Packages that use AgentConfigurationStatus
-
Uses of AgentConfigurationStatus in com.amazonaws.services.applicationdiscovery.model
Methods in com.amazonaws.services.applicationdiscovery.model that return AgentConfigurationStatusModifier and TypeMethodDescriptionAgentConfigurationStatus.clone()
AgentConfigurationStatus.withAgentId
(String agentId) The agent ID.AgentConfigurationStatus.withDescription
(String description) A description of the operation performed.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 AgentConfigurationStatusModifier and TypeMethodDescriptionStartDataCollectionByAgentIdsResult.getAgentsConfigurationStatus()
Information about agents that were instructed to start collecting data.StopDataCollectionByAgentIdsResult.getAgentsConfigurationStatus()
Information about agents that were instructed to stop collecting data.Methods in com.amazonaws.services.applicationdiscovery.model with parameters of type AgentConfigurationStatusModifier and TypeMethodDescriptionStartDataCollectionByAgentIdsResult.withAgentsConfigurationStatus
(AgentConfigurationStatus... agentsConfigurationStatus) Information about agents that were instructed to start collecting data.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 AgentConfigurationStatusModifier and TypeMethodDescriptionvoid
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.withAgentsConfigurationStatus
(Collection<AgentConfigurationStatus> agentsConfigurationStatus) Information about agents that were instructed to start collecting data.StopDataCollectionByAgentIdsResult.withAgentsConfigurationStatus
(Collection<AgentConfigurationStatus> agentsConfigurationStatus) Information about agents that were instructed to stop collecting data.