| Package | Description |
|---|---|
| com.amazonaws.services.pi.model |
| Modifier and Type | Method and Description |
|---|---|
AnalysisReport |
AnalysisReport.clone() |
AnalysisReport |
GetPerformanceAnalysisReportResult.getAnalysisReport()
The summary of the performance analysis report created for a time period.
|
AnalysisReport |
AnalysisReport.withAnalysisReportId(String analysisReportId)
The name of the analysis report.
|
AnalysisReport |
AnalysisReport.withCreateTime(Date createTime)
The time you created the analysis report.
|
AnalysisReport |
AnalysisReport.withEndTime(Date endTime)
The analysis end time in the report.
|
AnalysisReport |
AnalysisReport.withIdentifier(String identifier)
The unique identifier of the analysis report.
|
AnalysisReport |
AnalysisReport.withInsights(Collection<Insight> insights)
The list of identified insights in the analysis report.
|
AnalysisReport |
AnalysisReport.withInsights(Insight... insights)
The list of identified insights in the analysis report.
|
AnalysisReport |
AnalysisReport.withServiceType(ServiceType serviceType)
List the tags for the Amazon Web Services service for which Performance Insights returns metrics.
|
AnalysisReport |
AnalysisReport.withServiceType(String serviceType)
List the tags for the Amazon Web Services service for which Performance Insights returns metrics.
|
AnalysisReport |
AnalysisReport.withStartTime(Date startTime)
The analysis start time in the report.
|
AnalysisReport |
AnalysisReport.withStatus(AnalysisStatus status)
The status of the created analysis report.
|
AnalysisReport |
AnalysisReport.withStatus(String status)
The status of the created analysis report.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetPerformanceAnalysisReportResult.setAnalysisReport(AnalysisReport analysisReport)
The summary of the performance analysis report created for a time period.
|
GetPerformanceAnalysisReportResult |
GetPerformanceAnalysisReportResult.withAnalysisReport(AnalysisReport analysisReport)
The summary of the performance analysis report created for a time period.
|
Copyright © 2024. All rights reserved.