Package | Description |
---|---|
com.oracle.bmc.stackmonitoring.model |
Modifier and Type | Method and Description |
---|---|
AnomalyDataPoint |
AnomalyDataPoint.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<AnomalyDataPoint> |
AnomalyMetricData.getDataPoints()
list of anomaly data points for the metric
|
Modifier and Type | Method and Description |
---|---|
AnomalyDataPoint.Builder |
AnomalyDataPoint.Builder.copy(AnomalyDataPoint model) |
Modifier and Type | Method and Description |
---|---|
AnomalyMetricData.Builder |
AnomalyMetricData.Builder.dataPoints(List<AnomalyDataPoint> dataPoints)
list of anomaly data points for the metric
|
Constructor and Description |
---|
AnomalyMetricData(Map<String,String> dimensions,
List<AnomalyDataPoint> dataPoints)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.