| Package | Description |
|---|---|
| com.amazonaws.services.codeguruprofiler |
This section provides documentation for the Amazon CodeGuru Profiler API operations.
|
| com.amazonaws.services.codeguruprofiler.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListProfilingGroupsResult> |
AmazonCodeGuruProfilerAsync.listProfilingGroupsAsync(ListProfilingGroupsRequest listProfilingGroupsRequest,
AsyncHandler<ListProfilingGroupsRequest,ListProfilingGroupsResult> asyncHandler)
Returns a list of profiling groups.
|
Future<ListProfilingGroupsResult> |
AbstractAmazonCodeGuruProfilerAsync.listProfilingGroupsAsync(ListProfilingGroupsRequest request,
AsyncHandler<ListProfilingGroupsRequest,ListProfilingGroupsResult> asyncHandler) |
Future<ListProfilingGroupsResult> |
AmazonCodeGuruProfilerAsyncClient.listProfilingGroupsAsync(ListProfilingGroupsRequest request,
AsyncHandler<ListProfilingGroupsRequest,ListProfilingGroupsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListProfilingGroupsRequest |
ListProfilingGroupsRequest.clone() |
ListProfilingGroupsRequest |
ListProfilingGroupsRequest.withIncludeDescription(Boolean includeDescription)
A
Boolean value indicating whether to include a description. |
ListProfilingGroupsRequest |
ListProfilingGroupsRequest.withMaxResults(Integer maxResults)
The maximum number of profiling groups results returned by
ListProfilingGroups in paginated output. |
ListProfilingGroupsRequest |
ListProfilingGroupsRequest.withNextToken(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. |
Copyright © 2020. All rights reserved.