| Package | Description |
|---|---|
| com.amazonaws.services.codeguruprofiler.model |
| Modifier and Type | Method and Description |
|---|---|
AgentConfiguration |
AgentConfiguration.clone() |
AgentConfiguration |
ConfigureAgentResult.getConfiguration()
The configuration for the agent to use.
|
AgentConfiguration |
AgentConfiguration.withPeriodInSeconds(Integer periodInSeconds)
Specifies the period to follow the configuration (to profile or not) and call back to get a new configuration.
|
AgentConfiguration |
AgentConfiguration.withShouldProfile(Boolean shouldProfile)
Specifies if the profiling should be enabled by the agent.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConfigureAgentResult.setConfiguration(AgentConfiguration configuration)
The configuration for the agent to use.
|
ConfigureAgentResult |
ConfigureAgentResult.withConfiguration(AgentConfiguration configuration)
The configuration for the agent to use.
|
Copyright © 2020. All rights reserved.