| 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<ListFindingsReportsResult> |
AmazonCodeGuruProfilerAsyncClient.listFindingsReportsAsync(ListFindingsReportsRequest request,
AsyncHandler<ListFindingsReportsRequest,ListFindingsReportsResult> asyncHandler) |
Future<ListFindingsReportsResult> |
AbstractAmazonCodeGuruProfilerAsync.listFindingsReportsAsync(ListFindingsReportsRequest request,
AsyncHandler<ListFindingsReportsRequest,ListFindingsReportsResult> asyncHandler) |
Future<ListFindingsReportsResult> |
AmazonCodeGuruProfilerAsync.listFindingsReportsAsync(ListFindingsReportsRequest listFindingsReportsRequest,
AsyncHandler<ListFindingsReportsRequest,ListFindingsReportsResult> asyncHandler)
List the available reports for a given profiling group and time range.
|
| Modifier and Type | Method and Description |
|---|---|
ListFindingsReportsRequest |
ListFindingsReportsRequest.clone() |
ListFindingsReportsRequest |
ListFindingsReportsRequest.withDailyReportsOnly(Boolean dailyReportsOnly)
A
Boolean value indicating whether to only return reports from daily profiles. |
ListFindingsReportsRequest |
ListFindingsReportsRequest.withEndTime(Date endTime)
The end time of the profile to get analysis data about.
|
ListFindingsReportsRequest |
ListFindingsReportsRequest.withMaxResults(Integer maxResults)
The maximum number of report results returned by
ListFindingsReports in paginated output. |
ListFindingsReportsRequest |
ListFindingsReportsRequest.withNextToken(String nextToken)
The
nextToken value returned from a previous paginated ListFindingsReportsRequest
request where maxResults was used and the results exceeded the value of that parameter. |
ListFindingsReportsRequest |
ListFindingsReportsRequest.withProfilingGroupName(String profilingGroupName)
The name of the profiling group from which to search for analysis data.
|
ListFindingsReportsRequest |
ListFindingsReportsRequest.withStartTime(Date startTime)
The start time of the profile to get analysis data about.
|
Copyright © 2023. All rights reserved.