Uses of Class
com.oracle.bmc.stackmonitoring.model.Metric.DataType
-
Packages that use Metric.DataType Package Description com.oracle.bmc.stackmonitoring.model -
-
Uses of Metric.DataType in com.oracle.bmc.stackmonitoring.model
Methods in com.oracle.bmc.stackmonitoring.model that return Metric.DataType Modifier and Type Method Description static Metric.DataTypeMetric.DataType. create(String key)Metric.DataTypeMetric. getDataType()Data type of value of this metricstatic Metric.DataTypeMetric.DataType. valueOf(String name)Returns the enum constant of this type with the specified name.static Metric.DataType[]Metric.DataType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.stackmonitoring.model with parameters of type Metric.DataType Modifier and Type Method Description Metric.BuilderMetric.Builder. dataType(Metric.DataType dataType)Data type of value of this metricConstructors in com.oracle.bmc.stackmonitoring.model with parameters of type Metric.DataType Constructor Description Metric(String name, String displayName, Boolean isDimension, String computeExpression, Metric.DataType dataType, Boolean isHidden, Metric.MetricCategory metricCategory, String unit)Deprecated.
-