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