Uses of Class
software.amazon.awssdk.services.applicationdiscovery.model.AgentConfigurationStatus
-
Packages that use AgentConfigurationStatus Package Description software.amazon.awssdk.services.applicationdiscovery.model -
-
Uses of AgentConfigurationStatus in software.amazon.awssdk.services.applicationdiscovery.model
Methods in software.amazon.awssdk.services.applicationdiscovery.model that return types with arguments of type AgentConfigurationStatus Modifier and Type Method Description List<AgentConfigurationStatus>StartDataCollectionByAgentIdsResponse. agentsConfigurationStatus()Information about agents that were instructed to start collecting data.List<AgentConfigurationStatus>StopDataCollectionByAgentIdsResponse. agentsConfigurationStatus()Information about the agents that were instructed to stop collecting data.Methods in software.amazon.awssdk.services.applicationdiscovery.model with parameters of type AgentConfigurationStatus Modifier and Type Method Description StartDataCollectionByAgentIdsResponse.BuilderStartDataCollectionByAgentIdsResponse.Builder. agentsConfigurationStatus(AgentConfigurationStatus... agentsConfigurationStatus)Information about agents that were instructed to start collecting data.StopDataCollectionByAgentIdsResponse.BuilderStopDataCollectionByAgentIdsResponse.Builder. agentsConfigurationStatus(AgentConfigurationStatus... agentsConfigurationStatus)Information about the agents that were instructed to stop collecting data.Method parameters in software.amazon.awssdk.services.applicationdiscovery.model with type arguments of type AgentConfigurationStatus Modifier and Type Method Description StartDataCollectionByAgentIdsResponse.BuilderStartDataCollectionByAgentIdsResponse.Builder. agentsConfigurationStatus(Collection<AgentConfigurationStatus> agentsConfigurationStatus)Information about agents that were instructed to start collecting data.StopDataCollectionByAgentIdsResponse.BuilderStopDataCollectionByAgentIdsResponse.Builder. agentsConfigurationStatus(Collection<AgentConfigurationStatus> agentsConfigurationStatus)Information about the agents that were instructed to stop collecting data.
-