Uses of Class
com.oracle.bmc.stackmonitoring.model.Metric.MetricCategory
-
Packages that use Metric.MetricCategory Package Description com.oracle.bmc.stackmonitoring.model -
-
Uses of Metric.MetricCategory in com.oracle.bmc.stackmonitoring.model
Methods in com.oracle.bmc.stackmonitoring.model that return Metric.MetricCategory Modifier and Type Method Description static Metric.MetricCategoryMetric.MetricCategory. create(String key)Metric.MetricCategoryMetric. getMetricCategory()Metric categorystatic Metric.MetricCategoryMetric.MetricCategory. valueOf(String name)Returns the enum constant of this type with the specified name.static Metric.MetricCategory[]Metric.MetricCategory. 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.MetricCategory Modifier and Type Method Description Metric.BuilderMetric.Builder. metricCategory(Metric.MetricCategory metricCategory)Metric categoryConstructors in com.oracle.bmc.stackmonitoring.model with parameters of type Metric.MetricCategory Constructor Description Metric(String name, String displayName, Boolean isDimension, String computeExpression, Metric.DataType dataType, Boolean isHidden, Metric.MetricCategory metricCategory, String unit)Deprecated.
-