| Package | Description |
|---|---|
| software.amazon.awssdk.services.codeguruprofiler |
This section provides documentation for the Amazon CodeGuru Profiler API operations.
|
| software.amazon.awssdk.services.codeguruprofiler.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListProfilingGroupsResponse |
CodeGuruProfilerClient.listProfilingGroups(Consumer<ListProfilingGroupsRequest.Builder> listProfilingGroupsRequest)
Returns a list of profiling groups.
|
default ListProfilingGroupsResponse |
CodeGuruProfilerClient.listProfilingGroups(ListProfilingGroupsRequest listProfilingGroupsRequest)
Returns a list of profiling groups.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListProfilingGroupsResponse> |
ListProfilingGroupsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListProfilingGroupsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListProfilingGroupsResponse> subscriber) |
Copyright © 2023. All rights reserved.