Uses of Class
com.oracle.bmc.loganalytics.model.MetricCollection
-
Packages that use MetricCollection Package Description com.oracle.bmc.loganalytics.model -
-
Uses of MetricCollection in com.oracle.bmc.loganalytics.model
Methods in com.oracle.bmc.loganalytics.model that return MetricCollection Modifier and Type Method Description MetricCollectionMetricCollection.Builder. build()Methods in com.oracle.bmc.loganalytics.model that return types with arguments of type MetricCollection Modifier and Type Method Description List<MetricCollection>MetricExtraction. getMetricCollections()Details for the metrics to be collected.Methods in com.oracle.bmc.loganalytics.model with parameters of type MetricCollection Modifier and Type Method Description MetricCollection.BuilderMetricCollection.Builder. copy(MetricCollection model)Method parameters in com.oracle.bmc.loganalytics.model with type arguments of type MetricCollection Modifier and Type Method Description MetricExtraction.BuilderMetricExtraction.Builder. metricCollections(List<MetricCollection> metricCollections)Details for the metrics to be collected.Constructor parameters in com.oracle.bmc.loganalytics.model with type arguments of type MetricCollection Constructor Description MetricExtraction(String compartmentId, String namespace, String metricName, String resourceGroup, List<MetricCollection> metricCollections)Deprecated.
-