| 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 ListFindingsReportsResponse |
CodeGuruProfilerClient.listFindingsReports(Consumer<ListFindingsReportsRequest.Builder> 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.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListFindingsReportsResponse> |
CodeGuruProfilerAsyncClient.listFindingsReports(Consumer<ListFindingsReportsRequest.Builder> listFindingsReportsRequest)
List the available reports for a given profiling group and time range.
|
default CompletableFuture<ListFindingsReportsResponse> |
CodeGuruProfilerAsyncClient.listFindingsReports(ListFindingsReportsRequest listFindingsReportsRequest)
List the available reports for a given profiling group and time range.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListFindingsReportsResponse> |
ListFindingsReportsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListFindingsReportsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListFindingsReportsResponse> subscriber) |
Copyright © 2023. All rights reserved.