Uses of Class
software.amazon.awssdk.services.codeguruprofiler.model.DescribeProfilingGroupResponse
-
Packages that use DescribeProfilingGroupResponse Package Description software.amazon.awssdk.services.codeguruprofiler This section provides documentation for the Amazon CodeGuru Profiler API operations. -
-
Uses of DescribeProfilingGroupResponse in software.amazon.awssdk.services.codeguruprofiler
Methods in software.amazon.awssdk.services.codeguruprofiler that return DescribeProfilingGroupResponse Modifier and Type Method Description default DescribeProfilingGroupResponseCodeGuruProfilerClient. describeProfilingGroup(Consumer<DescribeProfilingGroupRequest.Builder> describeProfilingGroupRequest)Returns aProfilingGroupDescriptionobject that contains information about the requested profiling group.default DescribeProfilingGroupResponseCodeGuruProfilerClient. describeProfilingGroup(DescribeProfilingGroupRequest describeProfilingGroupRequest)Returns aProfilingGroupDescriptionobject that contains information about the requested profiling group.Methods in software.amazon.awssdk.services.codeguruprofiler that return types with arguments of type DescribeProfilingGroupResponse Modifier and Type Method Description default CompletableFuture<DescribeProfilingGroupResponse>CodeGuruProfilerAsyncClient. describeProfilingGroup(Consumer<DescribeProfilingGroupRequest.Builder> describeProfilingGroupRequest)Returns aProfilingGroupDescriptionobject that contains information about the requested profiling group.default CompletableFuture<DescribeProfilingGroupResponse>CodeGuruProfilerAsyncClient. describeProfilingGroup(DescribeProfilingGroupRequest describeProfilingGroupRequest)Returns aProfilingGroupDescriptionobject that contains information about the requested profiling group.
-