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