Uses of Class
software.amazon.awssdk.services.codeguruprofiler.model.CreateProfilingGroupRequest
-
Packages that use CreateProfilingGroupRequest 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 CreateProfilingGroupRequest in software.amazon.awssdk.services.codeguruprofiler
Methods in software.amazon.awssdk.services.codeguruprofiler with parameters of type CreateProfilingGroupRequest Modifier and Type Method Description default CompletableFuture<CreateProfilingGroupResponse>CodeGuruProfilerAsyncClient. createProfilingGroup(CreateProfilingGroupRequest createProfilingGroupRequest)Creates a profiling group.default CreateProfilingGroupResponseCodeGuruProfilerClient. createProfilingGroup(CreateProfilingGroupRequest createProfilingGroupRequest)Creates a profiling group. -
Uses of CreateProfilingGroupRequest in software.amazon.awssdk.services.codeguruprofiler.transform
Methods in software.amazon.awssdk.services.codeguruprofiler.transform with parameters of type CreateProfilingGroupRequest Modifier and Type Method Description SdkHttpFullRequestCreateProfilingGroupRequestMarshaller. marshall(CreateProfilingGroupRequest createProfilingGroupRequest)
-