Uses of Class
software.amazon.awssdk.services.codeguruprofiler.model.ListFindingsReportsResponse
-
Packages that use ListFindingsReportsResponse Package Description software.amazon.awssdk.services.codeguruprofiler This section provides documentation for the Amazon CodeGuru Profiler API operations.software.amazon.awssdk.services.codeguruprofiler.paginators -
-
Uses of ListFindingsReportsResponse in software.amazon.awssdk.services.codeguruprofiler
Methods in software.amazon.awssdk.services.codeguruprofiler that return ListFindingsReportsResponse Modifier and Type Method Description default ListFindingsReportsResponseCodeGuruProfilerClient. listFindingsReports(Consumer<ListFindingsReportsRequest.Builder> 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.Methods in software.amazon.awssdk.services.codeguruprofiler that return types with arguments of type ListFindingsReportsResponse Modifier and Type Method 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. -
Uses of ListFindingsReportsResponse in software.amazon.awssdk.services.codeguruprofiler.paginators
Methods in software.amazon.awssdk.services.codeguruprofiler.paginators that return types with arguments of type ListFindingsReportsResponse Modifier and Type Method Description Iterator<ListFindingsReportsResponse>ListFindingsReportsIterable. iterator()Method parameters in software.amazon.awssdk.services.codeguruprofiler.paginators with type arguments of type ListFindingsReportsResponse Modifier and Type Method Description voidListFindingsReportsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListFindingsReportsResponse> subscriber)
-