Uses of Class
software.amazon.awssdk.services.pi.model.GetPerformanceAnalysisReportResponse
Packages that use GetPerformanceAnalysisReportResponse
-
Uses of GetPerformanceAnalysisReportResponse in software.amazon.awssdk.services.pi
Methods in software.amazon.awssdk.services.pi that return GetPerformanceAnalysisReportResponseModifier and TypeMethodDescriptionPiClient.getPerformanceAnalysisReport(Consumer<GetPerformanceAnalysisReportRequest.Builder> getPerformanceAnalysisReportRequest) Retrieves the report including the report ID, status, time details, and the insights with recommendations.PiClient.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 GetPerformanceAnalysisReportResponseModifier and TypeMethodDescriptionPiAsyncClient.getPerformanceAnalysisReport(Consumer<GetPerformanceAnalysisReportRequest.Builder> getPerformanceAnalysisReportRequest) Retrieves the report including the report ID, status, time details, and the insights with recommendations.PiAsyncClient.getPerformanceAnalysisReport(GetPerformanceAnalysisReportRequest getPerformanceAnalysisReportRequest) Retrieves the report including the report ID, status, time details, and the insights with recommendations.