Uses of Class
com.amazonaws.services.applicationdiscovery.model.StartDataCollectionByAgentIdsRequest
Packages that use StartDataCollectionByAgentIdsRequest
Package
Description
-
Uses of StartDataCollectionByAgentIdsRequest in com.amazonaws.services.applicationdiscovery
Methods in com.amazonaws.services.applicationdiscovery with parameters of type StartDataCollectionByAgentIdsRequestModifier and TypeMethodDescriptionAbstractAWSApplicationDiscovery.startDataCollectionByAgentIds(StartDataCollectionByAgentIdsRequest request) AWSApplicationDiscovery.startDataCollectionByAgentIds(StartDataCollectionByAgentIdsRequest startDataCollectionByAgentIdsRequest) Instructs the specified agents to start collecting data.AWSApplicationDiscoveryClient.startDataCollectionByAgentIds(StartDataCollectionByAgentIdsRequest startDataCollectionByAgentIdsRequest) Instructs the specified agents to start collecting data.AbstractAWSApplicationDiscoveryAsync.startDataCollectionByAgentIdsAsync(StartDataCollectionByAgentIdsRequest request) AbstractAWSApplicationDiscoveryAsync.startDataCollectionByAgentIdsAsync(StartDataCollectionByAgentIdsRequest request, AsyncHandler<StartDataCollectionByAgentIdsRequest, StartDataCollectionByAgentIdsResult> asyncHandler) AWSApplicationDiscoveryAsync.startDataCollectionByAgentIdsAsync(StartDataCollectionByAgentIdsRequest startDataCollectionByAgentIdsRequest) Instructs the specified agents to start collecting data.AWSApplicationDiscoveryAsync.startDataCollectionByAgentIdsAsync(StartDataCollectionByAgentIdsRequest startDataCollectionByAgentIdsRequest, AsyncHandler<StartDataCollectionByAgentIdsRequest, StartDataCollectionByAgentIdsResult> asyncHandler) Instructs the specified agents to start collecting data.AWSApplicationDiscoveryAsyncClient.startDataCollectionByAgentIdsAsync(StartDataCollectionByAgentIdsRequest request) AWSApplicationDiscoveryAsyncClient.startDataCollectionByAgentIdsAsync(StartDataCollectionByAgentIdsRequest request, AsyncHandler<StartDataCollectionByAgentIdsRequest, StartDataCollectionByAgentIdsResult> asyncHandler) Method parameters in com.amazonaws.services.applicationdiscovery with type arguments of type StartDataCollectionByAgentIdsRequestModifier and TypeMethodDescriptionAbstractAWSApplicationDiscoveryAsync.startDataCollectionByAgentIdsAsync(StartDataCollectionByAgentIdsRequest request, AsyncHandler<StartDataCollectionByAgentIdsRequest, StartDataCollectionByAgentIdsResult> asyncHandler) AWSApplicationDiscoveryAsync.startDataCollectionByAgentIdsAsync(StartDataCollectionByAgentIdsRequest startDataCollectionByAgentIdsRequest, AsyncHandler<StartDataCollectionByAgentIdsRequest, StartDataCollectionByAgentIdsResult> asyncHandler) Instructs the specified agents to start collecting data.AWSApplicationDiscoveryAsyncClient.startDataCollectionByAgentIdsAsync(StartDataCollectionByAgentIdsRequest request, AsyncHandler<StartDataCollectionByAgentIdsRequest, StartDataCollectionByAgentIdsResult> asyncHandler) -
Uses of StartDataCollectionByAgentIdsRequest in com.amazonaws.services.applicationdiscovery.model
Methods in com.amazonaws.services.applicationdiscovery.model that return StartDataCollectionByAgentIdsRequestModifier and TypeMethodDescriptionStartDataCollectionByAgentIdsRequest.clone()StartDataCollectionByAgentIdsRequest.withAgentIds(String... agentIds) The IDs of the agents that you want to start collecting data.StartDataCollectionByAgentIdsRequest.withAgentIds(Collection<String> agentIds) The IDs of the agents that you want to start collecting data.