| Package | Description |
|---|---|
| software.amazon.awssdk.services.codeguruprofiler |
This section provides documentation for the Amazon CodeGuru Profiler API operations.
|
| software.amazon.awssdk.services.codeguruprofiler.paginators | |
| software.amazon.awssdk.services.codeguruprofiler.transform |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListFindingsReportsResponse> |
CodeGuruProfilerAsyncClient.listFindingsReports(ListFindingsReportsRequest listFindingsReportsRequest)
List the available reports for a given profiling group and time range.
|
default ListFindingsReportsResponse |
CodeGuruProfilerClient.listFindingsReports(ListFindingsReportsRequest listFindingsReportsRequest)
List the available reports for a given profiling group and time range.
|
default ListFindingsReportsPublisher |
CodeGuruProfilerAsyncClient.listFindingsReportsPaginator(ListFindingsReportsRequest listFindingsReportsRequest)
List the available reports for a given profiling group and time range.
|
default ListFindingsReportsIterable |
CodeGuruProfilerClient.listFindingsReportsPaginator(ListFindingsReportsRequest listFindingsReportsRequest)
List the available reports for a given profiling group and time range.
|
| Constructor and Description |
|---|
ListFindingsReportsIterable(CodeGuruProfilerClient client,
ListFindingsReportsRequest firstRequest) |
ListFindingsReportsPublisher(CodeGuruProfilerAsyncClient client,
ListFindingsReportsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListFindingsReportsRequestMarshaller.marshall(ListFindingsReportsRequest listFindingsReportsRequest) |
Copyright © 2023. All rights reserved.