Uses of Interface
software.amazon.awssdk.services.codeguruprofiler.model.ConfigureAgentResponse.Builder
-
Packages that use ConfigureAgentResponse.Builder Package Description software.amazon.awssdk.services.codeguruprofiler.model -
-
Uses of ConfigureAgentResponse.Builder in software.amazon.awssdk.services.codeguruprofiler.model
Methods in software.amazon.awssdk.services.codeguruprofiler.model that return ConfigureAgentResponse.Builder Modifier and Type Method Description static ConfigureAgentResponse.BuilderConfigureAgentResponse. builder()default ConfigureAgentResponse.BuilderConfigureAgentResponse.Builder. configuration(Consumer<AgentConfiguration.Builder> configuration)AnAgentConfigurationobject that specifies if an agent profiles or not and for how long to return profiling data.ConfigureAgentResponse.BuilderConfigureAgentResponse.Builder. configuration(AgentConfiguration configuration)AnAgentConfigurationobject that specifies if an agent profiles or not and for how long to return profiling data.ConfigureAgentResponse.BuilderConfigureAgentResponse. toBuilder()Methods in software.amazon.awssdk.services.codeguruprofiler.model that return types with arguments of type ConfigureAgentResponse.Builder Modifier and Type Method Description static Class<? extends ConfigureAgentResponse.Builder>ConfigureAgentResponse. serializableBuilderClass()
-