Uses of Class
com.oracle.bmc.stackmonitoring.model.AnomalyDataPoint
-
Packages that use AnomalyDataPoint Package Description com.oracle.bmc.stackmonitoring.model -
-
Uses of AnomalyDataPoint in com.oracle.bmc.stackmonitoring.model
Methods in com.oracle.bmc.stackmonitoring.model that return AnomalyDataPoint Modifier and Type Method Description AnomalyDataPoint
AnomalyDataPoint.Builder. build()
Methods in com.oracle.bmc.stackmonitoring.model that return types with arguments of type AnomalyDataPoint Modifier and Type Method Description List<AnomalyDataPoint>
AnomalyMetricData. getDataPoints()
list of anomaly data points for the metricMethods in com.oracle.bmc.stackmonitoring.model with parameters of type AnomalyDataPoint Modifier and Type Method Description AnomalyDataPoint.Builder
AnomalyDataPoint.Builder. copy(AnomalyDataPoint model)
Method parameters in com.oracle.bmc.stackmonitoring.model with type arguments of type AnomalyDataPoint Modifier and Type Method Description AnomalyMetricData.Builder
AnomalyMetricData.Builder. dataPoints(List<AnomalyDataPoint> dataPoints)
list of anomaly data points for the metricConstructor parameters in com.oracle.bmc.stackmonitoring.model with type arguments of type AnomalyDataPoint Constructor Description AnomalyMetricData(Map<String,String> dimensions, List<AnomalyDataPoint> dataPoints)
Deprecated.
-