Uses of Class
com.oracle.bmc.osmanagementhub.model.MetricName
-
Packages that use MetricName Package Description com.oracle.bmc.osmanagementhub.model com.oracle.bmc.osmanagementhub.requests -
-
Uses of MetricName in com.oracle.bmc.osmanagementhub.model
Methods in com.oracle.bmc.osmanagementhub.model that return MetricName Modifier and Type Method Description static MetricName
MetricName. create(String key)
MetricName
ManagedInstanceAnalyticSummary. getName()
The name of this metric.static MetricName
MetricName. valueOf(String name)
Returns the enum constant of this type with the specified name.static MetricName[]
MetricName. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.osmanagementhub.model with parameters of type MetricName Modifier and Type Method Description ManagedInstanceAnalyticSummary.Builder
ManagedInstanceAnalyticSummary.Builder. name(MetricName name)
The name of this metric.Constructors in com.oracle.bmc.osmanagementhub.model with parameters of type MetricName Constructor Description ManagedInstanceAnalyticSummary(MetricName name, Map<String,String> dimensions, Integer count)
Deprecated. -
Uses of MetricName in com.oracle.bmc.osmanagementhub.requests
Methods in com.oracle.bmc.osmanagementhub.requests that return types with arguments of type MetricName Modifier and Type Method Description List<MetricName>
SummarizeManagedInstanceAnalyticsRequest. getMetricNames()
A filter to return only metrics whose name matches the given metric names.Methods in com.oracle.bmc.osmanagementhub.requests with parameters of type MetricName Modifier and Type Method Description SummarizeManagedInstanceAnalyticsRequest.Builder
SummarizeManagedInstanceAnalyticsRequest.Builder. metricNames(MetricName singularValue)
Singular setter.Method parameters in com.oracle.bmc.osmanagementhub.requests with type arguments of type MetricName Modifier and Type Method Description SummarizeManagedInstanceAnalyticsRequest.Builder
SummarizeManagedInstanceAnalyticsRequest.Builder. metricNames(List<MetricName> metricNames)
A filter to return only metrics whose name matches the given metric names.
-