| Package | Description |
|---|---|
| software.amazon.awssdk.services.applicationdiscovery |
|
| software.amazon.awssdk.services.applicationdiscovery.model |
| Modifier and Type | Method and Description |
|---|---|
default StopDataCollectionByAgentIdsResponse |
ApplicationDiscoveryClient.stopDataCollectionByAgentIds(Consumer<StopDataCollectionByAgentIdsRequest.Builder> stopDataCollectionByAgentIdsRequest)
Instructs the specified agents or connectors to stop collecting data.
|
default CompletableFuture<StopDataCollectionByAgentIdsResponse> |
ApplicationDiscoveryAsyncClient.stopDataCollectionByAgentIds(Consumer<StopDataCollectionByAgentIdsRequest.Builder> stopDataCollectionByAgentIdsRequest)
Instructs the specified agents or connectors to stop collecting data.
|
| Modifier and Type | Method and Description |
|---|---|
StopDataCollectionByAgentIdsRequest.Builder |
StopDataCollectionByAgentIdsRequest.Builder.agentIds(Collection<String> agentIds)
The IDs of the agents or connectors from which to stop collecting data.
|
StopDataCollectionByAgentIdsRequest.Builder |
StopDataCollectionByAgentIdsRequest.Builder.agentIds(String... agentIds)
The IDs of the agents or connectors from which to stop collecting data.
|
static StopDataCollectionByAgentIdsRequest.Builder |
StopDataCollectionByAgentIdsRequest.builder() |
StopDataCollectionByAgentIdsRequest.Builder |
StopDataCollectionByAgentIdsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
StopDataCollectionByAgentIdsRequest.Builder |
StopDataCollectionByAgentIdsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
StopDataCollectionByAgentIdsRequest.Builder |
StopDataCollectionByAgentIdsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends StopDataCollectionByAgentIdsRequest.Builder> |
StopDataCollectionByAgentIdsRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.