Uses of Class
software.amazon.awssdk.services.pi.model.GetPerformanceAnalysisReportRequest
-
Packages that use GetPerformanceAnalysisReportRequest Package Description software.amazon.awssdk.services.pi Amazon RDS Performance Insights software.amazon.awssdk.services.pi.transform -
-
Uses of GetPerformanceAnalysisReportRequest in software.amazon.awssdk.services.pi
Methods in software.amazon.awssdk.services.pi with parameters of type GetPerformanceAnalysisReportRequest Modifier and Type Method Description default CompletableFuture<GetPerformanceAnalysisReportResponse>PiAsyncClient. getPerformanceAnalysisReport(GetPerformanceAnalysisReportRequest getPerformanceAnalysisReportRequest)Retrieves the report including the report ID, status, time details, and the insights with recommendations.default GetPerformanceAnalysisReportResponsePiClient. getPerformanceAnalysisReport(GetPerformanceAnalysisReportRequest getPerformanceAnalysisReportRequest)Retrieves the report including the report ID, status, time details, and the insights with recommendations. -
Uses of GetPerformanceAnalysisReportRequest in software.amazon.awssdk.services.pi.transform
Methods in software.amazon.awssdk.services.pi.transform with parameters of type GetPerformanceAnalysisReportRequest Modifier and Type Method Description SdkHttpFullRequestGetPerformanceAnalysisReportRequestMarshaller. marshall(GetPerformanceAnalysisReportRequest getPerformanceAnalysisReportRequest)
-