| Package | Description |
|---|---|
| software.amazon.awssdk.services.codeguruprofiler |
This section provides documentation for the Amazon CodeGuru Profiler API operations.
|
| software.amazon.awssdk.services.codeguruprofiler.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListProfilingGroupsResponse> |
CodeGuruProfilerAsyncClient.listProfilingGroups(Consumer<ListProfilingGroupsRequest.Builder> listProfilingGroupsRequest)
Returns a list of profiling groups.
|
default ListProfilingGroupsResponse |
CodeGuruProfilerClient.listProfilingGroups(Consumer<ListProfilingGroupsRequest.Builder> listProfilingGroupsRequest)
Returns a list of profiling groups.
|
default ListProfilingGroupsPublisher |
CodeGuruProfilerAsyncClient.listProfilingGroupsPaginator(Consumer<ListProfilingGroupsRequest.Builder> listProfilingGroupsRequest)
Returns a list of profiling groups.
|
default ListProfilingGroupsIterable |
CodeGuruProfilerClient.listProfilingGroupsPaginator(Consumer<ListProfilingGroupsRequest.Builder> listProfilingGroupsRequest)
Returns a list of profiling groups.
|
| Modifier and Type | Method and Description |
|---|---|
static ListProfilingGroupsRequest.Builder |
ListProfilingGroupsRequest.builder() |
ListProfilingGroupsRequest.Builder |
ListProfilingGroupsRequest.Builder.includeDescription(Boolean includeDescription)
A
Boolean value indicating whether to include a description. |
ListProfilingGroupsRequest.Builder |
ListProfilingGroupsRequest.Builder.maxResults(Integer maxResults)
The maximum number of profiling groups results returned by
ListProfilingGroups in paginated
output. |
ListProfilingGroupsRequest.Builder |
ListProfilingGroupsRequest.Builder.nextToken(String nextToken)
The
nextToken value returned from a previous paginated ListProfilingGroups request
where maxResults was used and the results exceeded the value of that parameter. |
ListProfilingGroupsRequest.Builder |
ListProfilingGroupsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListProfilingGroupsRequest.Builder |
ListProfilingGroupsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListProfilingGroupsRequest.Builder |
ListProfilingGroupsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListProfilingGroupsRequest.Builder> |
ListProfilingGroupsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.