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