Uses of Class
software.amazon.awssdk.services.codeguruprofiler.model.ConfigureAgentResponse
-
Packages that use ConfigureAgentResponse Package Description software.amazon.awssdk.services.codeguruprofiler This section provides documentation for the Amazon CodeGuru Profiler API operations. -
-
Uses of ConfigureAgentResponse in software.amazon.awssdk.services.codeguruprofiler
Methods in software.amazon.awssdk.services.codeguruprofiler that return ConfigureAgentResponse Modifier and Type Method Description default ConfigureAgentResponseCodeGuruProfilerClient. configureAgent(Consumer<ConfigureAgentRequest.Builder> configureAgentRequest)Used by profiler agents to report their current state and to receive remote configuration updates.default ConfigureAgentResponseCodeGuruProfilerClient. configureAgent(ConfigureAgentRequest configureAgentRequest)Used by profiler agents to report their current state and to receive remote configuration updates.Methods in software.amazon.awssdk.services.codeguruprofiler that return types with arguments of type ConfigureAgentResponse Modifier and Type Method Description default CompletableFuture<ConfigureAgentResponse>CodeGuruProfilerAsyncClient. configureAgent(Consumer<ConfigureAgentRequest.Builder> configureAgentRequest)Used by profiler agents to report their current state and to receive remote configuration updates.default CompletableFuture<ConfigureAgentResponse>CodeGuruProfilerAsyncClient. configureAgent(ConfigureAgentRequest configureAgentRequest)Used by profiler agents to report their current state and to receive remote configuration updates.
-