Uses of Class
software.amazon.awssdk.services.pi.model.ListPerformanceAnalysisReportsResponse
-
Packages that use ListPerformanceAnalysisReportsResponse Package Description software.amazon.awssdk.services.pi Amazon RDS Performance Insights software.amazon.awssdk.services.pi.paginators -
-
Uses of ListPerformanceAnalysisReportsResponse in software.amazon.awssdk.services.pi
Methods in software.amazon.awssdk.services.pi that return ListPerformanceAnalysisReportsResponse Modifier and Type Method Description default ListPerformanceAnalysisReportsResponsePiClient. listPerformanceAnalysisReports(Consumer<ListPerformanceAnalysisReportsRequest.Builder> listPerformanceAnalysisReportsRequest)Lists all the analysis reports created for the DB instance.default ListPerformanceAnalysisReportsResponsePiClient. listPerformanceAnalysisReports(ListPerformanceAnalysisReportsRequest listPerformanceAnalysisReportsRequest)Lists all the analysis reports created for the DB instance.Methods in software.amazon.awssdk.services.pi that return types with arguments of type ListPerformanceAnalysisReportsResponse Modifier and Type Method Description default CompletableFuture<ListPerformanceAnalysisReportsResponse>PiAsyncClient. listPerformanceAnalysisReports(Consumer<ListPerformanceAnalysisReportsRequest.Builder> listPerformanceAnalysisReportsRequest)Lists all the analysis reports created for the DB instance.default CompletableFuture<ListPerformanceAnalysisReportsResponse>PiAsyncClient. listPerformanceAnalysisReports(ListPerformanceAnalysisReportsRequest listPerformanceAnalysisReportsRequest)Lists all the analysis reports created for the DB instance. -
Uses of ListPerformanceAnalysisReportsResponse in software.amazon.awssdk.services.pi.paginators
Methods in software.amazon.awssdk.services.pi.paginators that return types with arguments of type ListPerformanceAnalysisReportsResponse Modifier and Type Method Description Iterator<ListPerformanceAnalysisReportsResponse>ListPerformanceAnalysisReportsIterable. iterator()Method parameters in software.amazon.awssdk.services.pi.paginators with type arguments of type ListPerformanceAnalysisReportsResponse Modifier and Type Method Description voidListPerformanceAnalysisReportsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListPerformanceAnalysisReportsResponse> subscriber)
-