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