| Package | Description |
|---|---|
| software.amazon.awssdk.services.applicationdiscovery.model |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
StartDataCollectionByAgentIdsResponse.Builder |
StartDataCollectionByAgentIdsResponse.Builder.agentsConfigurationStatus(AgentConfigurationStatus... agentsConfigurationStatus)
Information about agents that were instructed to start collecting data.
|
StopDataCollectionByAgentIdsResponse.Builder |
StopDataCollectionByAgentIdsResponse.Builder.agentsConfigurationStatus(AgentConfigurationStatus... agentsConfigurationStatus)
Information about the agents that were instructed to stop collecting data.
|
| Modifier and Type | Method and Description |
|---|---|
StartDataCollectionByAgentIdsResponse.Builder |
StartDataCollectionByAgentIdsResponse.Builder.agentsConfigurationStatus(Collection<AgentConfigurationStatus> agentsConfigurationStatus)
Information about agents that were instructed to start collecting data.
|
StopDataCollectionByAgentIdsResponse.Builder |
StopDataCollectionByAgentIdsResponse.Builder.agentsConfigurationStatus(Collection<AgentConfigurationStatus> agentsConfigurationStatus)
Information about the agents that were instructed to stop collecting data.
|
Copyright © 2023. All rights reserved.