Uses of Class
software.amazon.awssdk.services.codeguruprofiler.model.ConfigureAgentRequest
-
Packages that use ConfigureAgentRequest Package Description software.amazon.awssdk.services.codeguruprofiler This section provides documentation for the Amazon CodeGuru Profiler API operations.software.amazon.awssdk.services.codeguruprofiler.transform -
-
Uses of ConfigureAgentRequest in software.amazon.awssdk.services.codeguruprofiler
Methods in software.amazon.awssdk.services.codeguruprofiler with parameters of type ConfigureAgentRequest Modifier and Type Method Description default CompletableFuture<ConfigureAgentResponse>CodeGuruProfilerAsyncClient. configureAgent(ConfigureAgentRequest 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. -
Uses of ConfigureAgentRequest in software.amazon.awssdk.services.codeguruprofiler.transform
Methods in software.amazon.awssdk.services.codeguruprofiler.transform with parameters of type ConfigureAgentRequest Modifier and Type Method Description SdkHttpFullRequestConfigureAgentRequestMarshaller. marshall(ConfigureAgentRequest configureAgentRequest)
-