| Package | Description |
|---|---|
| software.amazon.awssdk.services.codeguruprofiler |
This section provides documentation for the Amazon CodeGuru Profiler API operations.
|
| Modifier and Type | Method and Description |
|---|---|
default ConfigureAgentResponse |
CodeGuruProfilerClient.configureAgent(ConfigureAgentRequest configureAgentRequest)
Used by profiler agents to report their current state and to receive remote configuration updates.
|
default ConfigureAgentResponse |
CodeGuruProfilerClient.configureAgent(Consumer<ConfigureAgentRequest.Builder> configureAgentRequest)
Used by profiler agents to report their current state and to receive remote configuration updates.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ConfigureAgentResponse> |
CodeGuruProfilerAsyncClient.configureAgent(ConfigureAgentRequest configureAgentRequest)
Used by profiler agents to report their current state and to receive remote configuration updates.
|
default CompletableFuture<ConfigureAgentResponse> |
CodeGuruProfilerAsyncClient.configureAgent(Consumer<ConfigureAgentRequest.Builder> configureAgentRequest)
Used by profiler agents to report their current state and to receive remote configuration updates.
|
Copyright © 2023. All rights reserved.