Uses of Class
software.amazon.awssdk.services.codeguruprofiler.model.ListProfilingGroupsResponse
-
Packages that use ListProfilingGroupsResponse Package Description software.amazon.awssdk.services.codeguruprofiler This section provides documentation for the Amazon CodeGuru Profiler API operations.software.amazon.awssdk.services.codeguruprofiler.paginators -
-
Uses of ListProfilingGroupsResponse in software.amazon.awssdk.services.codeguruprofiler
Methods in software.amazon.awssdk.services.codeguruprofiler that return ListProfilingGroupsResponse Modifier and Type Method Description default ListProfilingGroupsResponseCodeGuruProfilerClient. listProfilingGroups(Consumer<ListProfilingGroupsRequest.Builder> listProfilingGroupsRequest)Returns a list of profiling groups.default ListProfilingGroupsResponseCodeGuruProfilerClient. listProfilingGroups(ListProfilingGroupsRequest listProfilingGroupsRequest)Returns a list of profiling groups.Methods in software.amazon.awssdk.services.codeguruprofiler that return types with arguments of type ListProfilingGroupsResponse Modifier and Type Method Description default CompletableFuture<ListProfilingGroupsResponse>CodeGuruProfilerAsyncClient. listProfilingGroups(Consumer<ListProfilingGroupsRequest.Builder> listProfilingGroupsRequest)Returns a list of profiling groups.default CompletableFuture<ListProfilingGroupsResponse>CodeGuruProfilerAsyncClient. listProfilingGroups(ListProfilingGroupsRequest listProfilingGroupsRequest)Returns a list of profiling groups. -
Uses of ListProfilingGroupsResponse in software.amazon.awssdk.services.codeguruprofiler.paginators
Methods in software.amazon.awssdk.services.codeguruprofiler.paginators that return types with arguments of type ListProfilingGroupsResponse Modifier and Type Method Description Iterator<ListProfilingGroupsResponse>ListProfilingGroupsIterable. iterator()Method parameters in software.amazon.awssdk.services.codeguruprofiler.paginators with type arguments of type ListProfilingGroupsResponse Modifier and Type Method Description voidListProfilingGroupsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListProfilingGroupsResponse> subscriber)
-