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