Uses of Class
software.amazon.awssdk.services.pi.model.GetPerformanceAnalysisReportResponse
-
Packages that use GetPerformanceAnalysisReportResponse Package Description software.amazon.awssdk.services.pi Amazon RDS Performance Insights -
-
Uses of GetPerformanceAnalysisReportResponse in software.amazon.awssdk.services.pi
Methods in software.amazon.awssdk.services.pi that return GetPerformanceAnalysisReportResponse Modifier and Type Method Description default GetPerformanceAnalysisReportResponsePiClient. getPerformanceAnalysisReport(Consumer<GetPerformanceAnalysisReportRequest.Builder> 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.Methods in software.amazon.awssdk.services.pi that return types with arguments of type GetPerformanceAnalysisReportResponse Modifier and Type Method Description default CompletableFuture<GetPerformanceAnalysisReportResponse>PiAsyncClient. getPerformanceAnalysisReport(Consumer<GetPerformanceAnalysisReportRequest.Builder> getPerformanceAnalysisReportRequest)Retrieves the report including the report ID, status, time details, and the insights with recommendations.default CompletableFuture<GetPerformanceAnalysisReportResponse>PiAsyncClient. getPerformanceAnalysisReport(GetPerformanceAnalysisReportRequest getPerformanceAnalysisReportRequest)Retrieves the report including the report ID, status, time details, and the insights with recommendations.
-