| Package | Description |
|---|---|
| com.amazonaws.services.codeguruprofiler.model |
| Modifier and Type | Method and Description |
|---|---|
AgentOrchestrationConfig |
AgentOrchestrationConfig.clone() |
AgentOrchestrationConfig |
CreateProfilingGroupRequest.getAgentOrchestrationConfig()
Specifies whether profiling is enabled or disabled for the created profiling group.
|
AgentOrchestrationConfig |
UpdateProfilingGroupRequest.getAgentOrchestrationConfig()
Specifies whether profiling is enabled or disabled for a profiling group.
|
AgentOrchestrationConfig |
ProfilingGroupDescription.getAgentOrchestrationConfig()
An
AgentOrchestrationConfig object that indicates if the profiling group is enabled for profiled
or not. |
AgentOrchestrationConfig |
AgentOrchestrationConfig.withProfilingEnabled(Boolean profilingEnabled)
A
Boolean that specifies whether the profiling agent collects profiling data or not. |
| Modifier and Type | Method and Description |
|---|---|
void |
CreateProfilingGroupRequest.setAgentOrchestrationConfig(AgentOrchestrationConfig agentOrchestrationConfig)
Specifies whether profiling is enabled or disabled for the created profiling group.
|
void |
UpdateProfilingGroupRequest.setAgentOrchestrationConfig(AgentOrchestrationConfig agentOrchestrationConfig)
Specifies whether profiling is enabled or disabled for a profiling group.
|
void |
ProfilingGroupDescription.setAgentOrchestrationConfig(AgentOrchestrationConfig agentOrchestrationConfig)
An
AgentOrchestrationConfig object that indicates if the profiling group is enabled for profiled
or not. |
CreateProfilingGroupRequest |
CreateProfilingGroupRequest.withAgentOrchestrationConfig(AgentOrchestrationConfig agentOrchestrationConfig)
Specifies whether profiling is enabled or disabled for the created profiling group.
|
UpdateProfilingGroupRequest |
UpdateProfilingGroupRequest.withAgentOrchestrationConfig(AgentOrchestrationConfig agentOrchestrationConfig)
Specifies whether profiling is enabled or disabled for a profiling group.
|
ProfilingGroupDescription |
ProfilingGroupDescription.withAgentOrchestrationConfig(AgentOrchestrationConfig agentOrchestrationConfig)
An
AgentOrchestrationConfig object that indicates if the profiling group is enabled for profiled
or not. |
Copyright © 2023. All rights reserved.