Uses of Class
software.amazon.awssdk.services.codeguruprofiler.model.AgentConfiguration
-
Packages that use AgentConfiguration Package Description software.amazon.awssdk.services.codeguruprofiler.model -
-
Uses of AgentConfiguration in software.amazon.awssdk.services.codeguruprofiler.model
Methods in software.amazon.awssdk.services.codeguruprofiler.model that return AgentConfiguration Modifier and Type Method Description AgentConfigurationConfigureAgentResponse. configuration()AnAgentConfigurationobject that specifies if an agent profiles or not and for how long to return profiling data.Methods in software.amazon.awssdk.services.codeguruprofiler.model with parameters of type AgentConfiguration Modifier and Type Method Description ConfigureAgentResponse.BuilderConfigureAgentResponse.Builder. configuration(AgentConfiguration configuration)AnAgentConfigurationobject that specifies if an agent profiles or not and for how long to return profiling data.
-