Uses of Class
software.amazon.awssdk.services.pi.model.ListPerformanceAnalysisReportsRequest
Packages that use ListPerformanceAnalysisReportsRequest
Package
Description
-
Uses of ListPerformanceAnalysisReportsRequest in software.amazon.awssdk.services.pi
Methods in software.amazon.awssdk.services.pi with parameters of type ListPerformanceAnalysisReportsRequestModifier and TypeMethodDescriptionPiAsyncClient.listPerformanceAnalysisReports(ListPerformanceAnalysisReportsRequest listPerformanceAnalysisReportsRequest) Lists all the analysis reports created for the DB instance.PiClient.listPerformanceAnalysisReports(ListPerformanceAnalysisReportsRequest listPerformanceAnalysisReportsRequest) Lists all the analysis reports created for the DB instance.PiAsyncClient.listPerformanceAnalysisReportsPaginator(ListPerformanceAnalysisReportsRequest listPerformanceAnalysisReportsRequest) This is a variant ofPiAsyncClient.listPerformanceAnalysisReports(software.amazon.awssdk.services.pi.model.ListPerformanceAnalysisReportsRequest)operation.PiClient.listPerformanceAnalysisReportsPaginator(ListPerformanceAnalysisReportsRequest listPerformanceAnalysisReportsRequest) This is a variant ofPiClient.listPerformanceAnalysisReports(software.amazon.awssdk.services.pi.model.ListPerformanceAnalysisReportsRequest)operation. -
Uses of ListPerformanceAnalysisReportsRequest in software.amazon.awssdk.services.pi.paginators
Constructors in software.amazon.awssdk.services.pi.paginators with parameters of type ListPerformanceAnalysisReportsRequestModifierConstructorDescriptionListPerformanceAnalysisReportsIterable(PiClient client, ListPerformanceAnalysisReportsRequest firstRequest) ListPerformanceAnalysisReportsPublisher(PiAsyncClient client, ListPerformanceAnalysisReportsRequest firstRequest) -
Uses of ListPerformanceAnalysisReportsRequest in software.amazon.awssdk.services.pi.transform
Methods in software.amazon.awssdk.services.pi.transform with parameters of type ListPerformanceAnalysisReportsRequestModifier and TypeMethodDescriptionListPerformanceAnalysisReportsRequestMarshaller.marshall(ListPerformanceAnalysisReportsRequest listPerformanceAnalysisReportsRequest)