Uses of Class
com.oracle.bmc.apmconfig.model.MetricTypes
-
Packages that use MetricTypes Package Description com.oracle.bmc.apmconfig.model -
-
Uses of MetricTypes in com.oracle.bmc.apmconfig.model
Methods in com.oracle.bmc.apmconfig.model that return MetricTypes Modifier and Type Method Description static MetricTypes
MetricTypes. create(String key)
MetricTypes
NamespaceMetric. getType()
Type of metric.static MetricTypes
MetricTypes. valueOf(String name)
Returns the enum constant of this type with the specified name.static MetricTypes[]
MetricTypes. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.apmconfig.model with parameters of type MetricTypes Modifier and Type Method Description NamespaceMetric.Builder
NamespaceMetric.Builder. type(MetricTypes type)
Type of metric.Constructors in com.oracle.bmc.apmconfig.model with parameters of type MetricTypes Constructor Description NamespaceMetric(String name, MetricTypes type, String unit)
Deprecated.
-