Uses of Class
com.amazonaws.services.applicationdiscovery.model.StopDataCollectionByAgentIdsResult
-
Packages that use StopDataCollectionByAgentIdsResult Package Description com.amazonaws.services.applicationdiscovery com.amazonaws.services.applicationdiscovery.model -
-
Uses of StopDataCollectionByAgentIdsResult in com.amazonaws.services.applicationdiscovery
Methods in com.amazonaws.services.applicationdiscovery that return StopDataCollectionByAgentIdsResult Modifier and Type Method Description StopDataCollectionByAgentIdsResult
AbstractAWSApplicationDiscovery. stopDataCollectionByAgentIds(StopDataCollectionByAgentIdsRequest request)
StopDataCollectionByAgentIdsResult
AWSApplicationDiscovery. stopDataCollectionByAgentIds(StopDataCollectionByAgentIdsRequest stopDataCollectionByAgentIdsRequest)
Instructs the specified agents to stop collecting data.StopDataCollectionByAgentIdsResult
AWSApplicationDiscoveryClient. stopDataCollectionByAgentIds(StopDataCollectionByAgentIdsRequest stopDataCollectionByAgentIdsRequest)
Instructs the specified agents to stop collecting data. -
Uses of StopDataCollectionByAgentIdsResult in com.amazonaws.services.applicationdiscovery.model
Methods in com.amazonaws.services.applicationdiscovery.model that return StopDataCollectionByAgentIdsResult Modifier and Type Method Description StopDataCollectionByAgentIdsResult
StopDataCollectionByAgentIdsResult. clone()
StopDataCollectionByAgentIdsResult
StopDataCollectionByAgentIdsResult. withAgentsConfigurationStatus(AgentConfigurationStatus... agentsConfigurationStatus)
Information about agents that were instructed to stop collecting data.StopDataCollectionByAgentIdsResult
StopDataCollectionByAgentIdsResult. withAgentsConfigurationStatus(Collection<AgentConfigurationStatus> agentsConfigurationStatus)
Information about agents that were instructed to stop collecting data.
-