| Package | Description |
|---|---|
| com.amazonaws.services.pi.model |
| Modifier and Type | Method and Description |
|---|---|
Data |
Data.clone() |
Data |
Data.withPerformanceInsightsMetric(PerformanceInsightsMetric performanceInsightsMetric)
This field determines the Performance Insights metric to render for the insight.
|
| Modifier and Type | Method and Description |
|---|---|
List<Data> |
Insight.getBaselineData()
Metric names and values from the timeframe used as baseline to generate the insight.
|
List<Data> |
Insight.getInsightData()
List of data objects containing metrics and references from the time range while generating the insight.
|
| Modifier and Type | Method and Description |
|---|---|
Insight |
Insight.withBaselineData(Data... baselineData)
Metric names and values from the timeframe used as baseline to generate the insight.
|
Insight |
Insight.withInsightData(Data... insightData)
List of data objects containing metrics and references from the time range while generating the insight.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Insight.setBaselineData(Collection<Data> baselineData)
Metric names and values from the timeframe used as baseline to generate the insight.
|
void |
Insight.setInsightData(Collection<Data> insightData)
List of data objects containing metrics and references from the time range while generating the insight.
|
Insight |
Insight.withBaselineData(Collection<Data> baselineData)
Metric names and values from the timeframe used as baseline to generate the insight.
|
Insight |
Insight.withInsightData(Collection<Data> insightData)
List of data objects containing metrics and references from the time range while generating the insight.
|
Copyright © 2024. All rights reserved.