| Package | Description |
|---|---|
| software.amazon.awssdk.services.codeguruprofiler.model |
| Modifier and Type | Method and Description |
|---|---|
AgentOrchestrationConfig |
ProfilingGroupDescription.agentOrchestrationConfig()
An
AgentOrchestrationConfig object that indicates if the profiling group is enabled for profiled
or not. |
AgentOrchestrationConfig |
CreateProfilingGroupRequest.agentOrchestrationConfig()
Specifies whether profiling is enabled or disabled for the created profiling group.
|
AgentOrchestrationConfig |
UpdateProfilingGroupRequest.agentOrchestrationConfig()
Specifies whether profiling is enabled or disabled for a profiling group.
|
| Modifier and Type | Method and Description |
|---|---|
ProfilingGroupDescription.Builder |
ProfilingGroupDescription.Builder.agentOrchestrationConfig(AgentOrchestrationConfig agentOrchestrationConfig)
An
AgentOrchestrationConfig object that indicates if the profiling group is enabled for
profiled or not. |
CreateProfilingGroupRequest.Builder |
CreateProfilingGroupRequest.Builder.agentOrchestrationConfig(AgentOrchestrationConfig agentOrchestrationConfig)
Specifies whether profiling is enabled or disabled for the created profiling group.
|
UpdateProfilingGroupRequest.Builder |
UpdateProfilingGroupRequest.Builder.agentOrchestrationConfig(AgentOrchestrationConfig agentOrchestrationConfig)
Specifies whether profiling is enabled or disabled for a profiling group.
|
Copyright © 2023. All rights reserved.