| Package | Description |
|---|---|
| software.amazon.awssdk.services.applicationdiscovery |
|
| Modifier and Type | Method and Description |
|---|---|
default StopDataCollectionByAgentIdsResponse |
ApplicationDiscoveryClient.stopDataCollectionByAgentIds(Consumer<StopDataCollectionByAgentIdsRequest.Builder> stopDataCollectionByAgentIdsRequest)
Instructs the specified agents to stop collecting data.
|
default StopDataCollectionByAgentIdsResponse |
ApplicationDiscoveryClient.stopDataCollectionByAgentIds(StopDataCollectionByAgentIdsRequest stopDataCollectionByAgentIdsRequest)
Instructs the specified agents to stop collecting data.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<StopDataCollectionByAgentIdsResponse> |
ApplicationDiscoveryAsyncClient.stopDataCollectionByAgentIds(Consumer<StopDataCollectionByAgentIdsRequest.Builder> stopDataCollectionByAgentIdsRequest)
Instructs the specified agents to stop collecting data.
|
default CompletableFuture<StopDataCollectionByAgentIdsResponse> |
ApplicationDiscoveryAsyncClient.stopDataCollectionByAgentIds(StopDataCollectionByAgentIdsRequest stopDataCollectionByAgentIdsRequest)
Instructs the specified agents to stop collecting data.
|
Copyright © 2023. All rights reserved.