Uses of Class
com.oracle.bmc.apmconfig.model.Metric
-
Packages that use Metric Package Description com.oracle.bmc.apmconfig.model -
-
Uses of Metric in com.oracle.bmc.apmconfig.model
Methods in com.oracle.bmc.apmconfig.model that return Metric Modifier and Type Method Description Metric
Metric.Builder. build()
Methods in com.oracle.bmc.apmconfig.model that return types with arguments of type Metric Modifier and Type Method Description List<Metric>
CreateMetricGroupDetails. getMetrics()
The list of metrics in this group.List<Metric>
ExportImportMetricGroupSummary. getMetrics()
The list of metrics in this group.List<Metric>
MetricGroup. getMetrics()
The list of metrics in this group.List<Metric>
MetricGroupSummary. getMetrics()
The list of metrics in this group.List<Metric>
UpdateMetricGroupDetails. getMetrics()
The list of metrics in this group.Methods in com.oracle.bmc.apmconfig.model with parameters of type Metric Modifier and Type Method Description Metric.Builder
Metric.Builder. copy(Metric model)
Method parameters in com.oracle.bmc.apmconfig.model with type arguments of type Metric Modifier and Type Method Description CreateMetricGroupDetails.Builder
CreateMetricGroupDetails.Builder. metrics(List<Metric> metrics)
The list of metrics in this group.ExportImportMetricGroupSummary.Builder
ExportImportMetricGroupSummary.Builder. metrics(List<Metric> metrics)
The list of metrics in this group.MetricGroup.Builder
MetricGroup.Builder. metrics(List<Metric> metrics)
The list of metrics in this group.MetricGroupSummary.Builder
MetricGroupSummary.Builder. metrics(List<Metric> metrics)
The list of metrics in this group.UpdateMetricGroupDetails.Builder
UpdateMetricGroupDetails.Builder. metrics(List<Metric> metrics)
The list of metrics in this group.
-