Uses of Class
software.amazon.awssdk.services.pi.model.AnalysisReportSummary
-
Packages that use AnalysisReportSummary Package Description software.amazon.awssdk.services.pi.model -
-
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 AnalysisReportSummary Modifier and Type Method Description 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 AnalysisReportSummary Modifier and Type Method Description ListPerformanceAnalysisReportsResponse.BuilderListPerformanceAnalysisReportsResponse.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 AnalysisReportSummary Modifier and Type Method Description ListPerformanceAnalysisReportsResponse.BuilderListPerformanceAnalysisReportsResponse.Builder. analysisReports(Collection<AnalysisReportSummary> analysisReports)List of reports including the report identifier, start and end time, creation time, and status.
-