| Package | Description |
|---|---|
| com.amazonaws.services.pi.model |
| Modifier and Type | Method and Description |
|---|---|
AnalysisReportSummary |
AnalysisReportSummary.clone() |
AnalysisReportSummary |
AnalysisReportSummary.withAnalysisReportId(String analysisReportId)
The name of the analysis report.
|
AnalysisReportSummary |
AnalysisReportSummary.withCreateTime(Date createTime)
The time you created the analysis report.
|
AnalysisReportSummary |
AnalysisReportSummary.withEndTime(Date endTime)
The end time of the analysis in the report.
|
AnalysisReportSummary |
AnalysisReportSummary.withStartTime(Date startTime)
The start time of the analysis in the report.
|
AnalysisReportSummary |
AnalysisReportSummary.withStatus(AnalysisStatus status)
The status of the analysis report.
|
AnalysisReportSummary |
AnalysisReportSummary.withStatus(String status)
The status of the analysis report.
|
AnalysisReportSummary |
AnalysisReportSummary.withTags(Collection<Tag> tags)
List of all the tags added to the analysis report.
|
AnalysisReportSummary |
AnalysisReportSummary.withTags(Tag... tags)
List of all the tags added to the analysis report.
|
| Modifier and Type | Method and Description |
|---|---|
List<AnalysisReportSummary> |
ListPerformanceAnalysisReportsResult.getAnalysisReports()
List of reports including the report identifier, start and end time, creation time, and status.
|
| Modifier and Type | Method and Description |
|---|---|
ListPerformanceAnalysisReportsResult |
ListPerformanceAnalysisReportsResult.withAnalysisReports(AnalysisReportSummary... analysisReports)
List of reports including the report identifier, start and end time, creation time, and status.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListPerformanceAnalysisReportsResult.setAnalysisReports(Collection<AnalysisReportSummary> analysisReports)
List of reports including the report identifier, start and end time, creation time, and status.
|
ListPerformanceAnalysisReportsResult |
ListPerformanceAnalysisReportsResult.withAnalysisReports(Collection<AnalysisReportSummary> analysisReports)
List of reports including the report identifier, start and end time, creation time, and status.
|
Copyright © 2024. All rights reserved.