| Package | Description |
|---|---|
| com.amazonaws.services.codeguruprofiler.model |
| Modifier and Type | Method and Description |
|---|---|
AgentConfiguration |
AgentConfiguration.addAgentParametersEntry(String key,
String value)
Add a single AgentParameters entry
|
AgentConfiguration |
AgentConfiguration.clearAgentParametersEntries()
Removes all the entries added into AgentParameters.
|
AgentConfiguration |
AgentConfiguration.clone() |
AgentConfiguration |
ConfigureAgentResult.getConfiguration()
An
AgentConfiguration object that specifies if an agent profiles or not and for how long to return
profiling data. |
AgentConfiguration |
AgentConfiguration.withAgentParameters(Map<String,String> agentParameters)
Parameters used by the profiler.
|
AgentConfiguration |
AgentConfiguration.withPeriodInSeconds(Integer periodInSeconds)
How long a profiling agent should send profiling data using
ConfigureAgent . |
AgentConfiguration |
AgentConfiguration.withShouldProfile(Boolean shouldProfile)
A
Boolean that specifies whether the profiling agent collects profiling data or not. |
| Modifier and Type | Method and Description |
|---|---|
void |
ConfigureAgentResult.setConfiguration(AgentConfiguration configuration)
An
AgentConfiguration object that specifies if an agent profiles or not and for how long to return
profiling data. |
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.