Uses of Class
software.amazon.awssdk.services.codeguruprofiler.model.ListFindingsReportsRequest
-
Packages that use ListFindingsReportsRequest 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 -
-
Uses of ListFindingsReportsRequest in software.amazon.awssdk.services.codeguruprofiler
Methods in software.amazon.awssdk.services.codeguruprofiler with parameters of type ListFindingsReportsRequest Modifier and Type Method Description default CompletableFuture<ListFindingsReportsResponse>CodeGuruProfilerAsyncClient. listFindingsReports(ListFindingsReportsRequest listFindingsReportsRequest)List the available reports for a given profiling group and time range.default ListFindingsReportsResponseCodeGuruProfilerClient. listFindingsReports(ListFindingsReportsRequest listFindingsReportsRequest)List the available reports for a given profiling group and time range.default ListFindingsReportsPublisherCodeGuruProfilerAsyncClient. listFindingsReportsPaginator(ListFindingsReportsRequest listFindingsReportsRequest)List the available reports for a given profiling group and time range.default ListFindingsReportsIterableCodeGuruProfilerClient. listFindingsReportsPaginator(ListFindingsReportsRequest listFindingsReportsRequest)List the available reports for a given profiling group and time range. -
Uses of ListFindingsReportsRequest in software.amazon.awssdk.services.codeguruprofiler.paginators
Constructors in software.amazon.awssdk.services.codeguruprofiler.paginators with parameters of type ListFindingsReportsRequest Constructor Description ListFindingsReportsIterable(CodeGuruProfilerClient client, ListFindingsReportsRequest firstRequest)ListFindingsReportsPublisher(CodeGuruProfilerAsyncClient client, ListFindingsReportsRequest firstRequest) -
Uses of ListFindingsReportsRequest in software.amazon.awssdk.services.codeguruprofiler.transform
Methods in software.amazon.awssdk.services.codeguruprofiler.transform with parameters of type ListFindingsReportsRequest Modifier and Type Method Description SdkHttpFullRequestListFindingsReportsRequestMarshaller. marshall(ListFindingsReportsRequest listFindingsReportsRequest)
-