Uses of Class
software.amazon.awssdk.services.codeguruprofiler.model.UpdateProfilingGroupResponse
-
Packages that use UpdateProfilingGroupResponse Package Description software.amazon.awssdk.services.codeguruprofiler This section provides documentation for the Amazon CodeGuru Profiler API operations. -
-
Uses of UpdateProfilingGroupResponse in software.amazon.awssdk.services.codeguruprofiler
Methods in software.amazon.awssdk.services.codeguruprofiler that return UpdateProfilingGroupResponse Modifier and Type Method Description default UpdateProfilingGroupResponseCodeGuruProfilerClient. updateProfilingGroup(Consumer<UpdateProfilingGroupRequest.Builder> updateProfilingGroupRequest)Updates a profiling group.default UpdateProfilingGroupResponseCodeGuruProfilerClient. updateProfilingGroup(UpdateProfilingGroupRequest updateProfilingGroupRequest)Updates a profiling group.Methods in software.amazon.awssdk.services.codeguruprofiler that return types with arguments of type UpdateProfilingGroupResponse Modifier and Type Method Description default CompletableFuture<UpdateProfilingGroupResponse>CodeGuruProfilerAsyncClient. updateProfilingGroup(Consumer<UpdateProfilingGroupRequest.Builder> updateProfilingGroupRequest)Updates a profiling group.default CompletableFuture<UpdateProfilingGroupResponse>CodeGuruProfilerAsyncClient. updateProfilingGroup(UpdateProfilingGroupRequest updateProfilingGroupRequest)Updates a profiling group.
-