Uses of Class
com.oracle.bmc.loganalytics.model.MetricExtraction
-
Packages that use MetricExtraction Package Description com.oracle.bmc.loganalytics.model -
-
Uses of MetricExtraction in com.oracle.bmc.loganalytics.model
Methods in com.oracle.bmc.loganalytics.model that return MetricExtraction Modifier and Type Method Description MetricExtraction
MetricExtraction.Builder. build()
MetricExtraction
StreamAction. getMetricExtraction()
Methods in com.oracle.bmc.loganalytics.model with parameters of type MetricExtraction Modifier and Type Method Description MetricExtraction.Builder
MetricExtraction.Builder. copy(MetricExtraction model)
StreamAction.Builder
StreamAction.Builder. metricExtraction(MetricExtraction metricExtraction)
Constructors in com.oracle.bmc.loganalytics.model with parameters of type MetricExtraction Constructor Description StreamAction(String savedSearchId, MetricExtraction metricExtraction, String savedSearchDuration)
Deprecated.
-