| Package | Description |
|---|---|
| com.amazonaws.services.pi.model |
| Modifier and Type | Method and Description |
|---|---|
PerformanceInsightsMetric |
PerformanceInsightsMetric.addDimensionsEntry(String key,
String value)
Add a single Dimensions entry
|
PerformanceInsightsMetric |
PerformanceInsightsMetric.clearDimensionsEntries()
Removes all the entries added into Dimensions.
|
PerformanceInsightsMetric |
PerformanceInsightsMetric.clone() |
PerformanceInsightsMetric |
Data.getPerformanceInsightsMetric()
This field determines the Performance Insights metric to render for the insight.
|
PerformanceInsightsMetric |
PerformanceInsightsMetric.withDimensions(Map<String,String> dimensions)
A dimension map that contains the dimensions for this partition.
|
PerformanceInsightsMetric |
PerformanceInsightsMetric.withDisplayName(String displayName)
The Performance Insights metric name.
|
PerformanceInsightsMetric |
PerformanceInsightsMetric.withMetric(String metric)
The Performance Insights metric.
|
PerformanceInsightsMetric |
PerformanceInsightsMetric.withValue(Double value)
The value of the metric.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Data.setPerformanceInsightsMetric(PerformanceInsightsMetric performanceInsightsMetric)
This field determines the Performance Insights metric to render for the insight.
|
Data |
Data.withPerformanceInsightsMetric(PerformanceInsightsMetric performanceInsightsMetric)
This field determines the Performance Insights metric to render for the insight.
|
Copyright © 2025. All rights reserved.