Uses of Class
software.amazon.awssdk.services.codeguruprofiler.model.AgentParameterField
-
Packages that use AgentParameterField Package Description software.amazon.awssdk.services.codeguruprofiler.model -
-
Uses of AgentParameterField in software.amazon.awssdk.services.codeguruprofiler.model
Methods in software.amazon.awssdk.services.codeguruprofiler.model that return AgentParameterField Modifier and Type Method Description static AgentParameterFieldAgentParameterField. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static AgentParameterFieldAgentParameterField. valueOf(String name)Returns the enum constant of this type with the specified name.static AgentParameterField[]AgentParameterField. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.codeguruprofiler.model that return types with arguments of type AgentParameterField Modifier and Type Method Description Map<AgentParameterField,String>AgentConfiguration. agentParameters()Parameters used by the profiler.static Set<AgentParameterField>AgentParameterField. knownValues()Method parameters in software.amazon.awssdk.services.codeguruprofiler.model with type arguments of type AgentParameterField Modifier and Type Method Description AgentConfiguration.BuilderAgentConfiguration.Builder. agentParameters(Map<AgentParameterField,String> agentParameters)Parameters used by the profiler.
-