Uses of Class
software.amazon.awssdk.services.pi.model.AnalysisReportSummary
Packages that use AnalysisReportSummary
-
Uses of AnalysisReportSummary in software.amazon.awssdk.services.pi.model
Methods in software.amazon.awssdk.services.pi.model that return types with arguments of type AnalysisReportSummaryModifier and TypeMethodDescriptionfinal List<AnalysisReportSummary>ListPerformanceAnalysisReportsResponse.analysisReports()List of reports including the report identifier, start and end time, creation time, and status.Methods in software.amazon.awssdk.services.pi.model with parameters of type AnalysisReportSummaryModifier and TypeMethodDescriptionListPerformanceAnalysisReportsResponse.Builder.analysisReports(AnalysisReportSummary... analysisReports) List of reports including the report identifier, start and end time, creation time, and status.Method parameters in software.amazon.awssdk.services.pi.model with type arguments of type AnalysisReportSummaryModifier and TypeMethodDescriptionListPerformanceAnalysisReportsResponse.Builder.analysisReports(Collection<AnalysisReportSummary> analysisReports) List of reports including the report identifier, start and end time, creation time, and status.