| Package | Description |
|---|---|
| com.amazonaws.services.codeguruprofiler |
This section provides documentation for the Amazon CodeGuru Profiler API operations.
|
| com.amazonaws.services.codeguruprofiler.model |
| Modifier and Type | Method and Description |
|---|---|
ConfigureAgentResult |
AmazonCodeGuruProfilerClient.configureAgent(ConfigureAgentRequest request)
Used by profiler agents to report their current state and to receive remote configuration updates.
|
ConfigureAgentResult |
AbstractAmazonCodeGuruProfiler.configureAgent(ConfigureAgentRequest request) |
ConfigureAgentResult |
AmazonCodeGuruProfiler.configureAgent(ConfigureAgentRequest configureAgentRequest)
Used by profiler agents to report their current state and to receive remote configuration updates.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ConfigureAgentResult> |
AmazonCodeGuruProfilerAsyncClient.configureAgentAsync(ConfigureAgentRequest request) |
Future<ConfigureAgentResult> |
AbstractAmazonCodeGuruProfilerAsync.configureAgentAsync(ConfigureAgentRequest request) |
Future<ConfigureAgentResult> |
AmazonCodeGuruProfilerAsync.configureAgentAsync(ConfigureAgentRequest configureAgentRequest)
Used by profiler agents to report their current state and to receive remote configuration updates.
|
Future<ConfigureAgentResult> |
AmazonCodeGuruProfilerAsyncClient.configureAgentAsync(ConfigureAgentRequest request,
AsyncHandler<ConfigureAgentRequest,ConfigureAgentResult> asyncHandler) |
Future<ConfigureAgentResult> |
AbstractAmazonCodeGuruProfilerAsync.configureAgentAsync(ConfigureAgentRequest request,
AsyncHandler<ConfigureAgentRequest,ConfigureAgentResult> asyncHandler) |
Future<ConfigureAgentResult> |
AmazonCodeGuruProfilerAsync.configureAgentAsync(ConfigureAgentRequest configureAgentRequest,
AsyncHandler<ConfigureAgentRequest,ConfigureAgentResult> asyncHandler)
Used by profiler agents to report their current state and to receive remote configuration updates.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ConfigureAgentResult> |
AmazonCodeGuruProfilerAsyncClient.configureAgentAsync(ConfigureAgentRequest request,
AsyncHandler<ConfigureAgentRequest,ConfigureAgentResult> asyncHandler) |
Future<ConfigureAgentResult> |
AbstractAmazonCodeGuruProfilerAsync.configureAgentAsync(ConfigureAgentRequest request,
AsyncHandler<ConfigureAgentRequest,ConfigureAgentResult> asyncHandler) |
Future<ConfigureAgentResult> |
AmazonCodeGuruProfilerAsync.configureAgentAsync(ConfigureAgentRequest configureAgentRequest,
AsyncHandler<ConfigureAgentRequest,ConfigureAgentResult> asyncHandler)
Used by profiler agents to report their current state and to receive remote configuration updates.
|
| Modifier and Type | Method and Description |
|---|---|
ConfigureAgentResult |
ConfigureAgentResult.clone() |
ConfigureAgentResult |
ConfigureAgentResult.withConfiguration(AgentConfiguration configuration)
An
AgentConfiguration object that specifies if an agent profiles or not and for how long to return
profiling data. |
Copyright © 2022. All rights reserved.