Uses of Class
com.oracle.bmc.apmtraces.model.CustomMetric
-
Packages that use CustomMetric Package Description com.oracle.bmc.apmtraces.model -
-
Uses of CustomMetric in com.oracle.bmc.apmtraces.model
Methods in com.oracle.bmc.apmtraces.model that return CustomMetric Modifier and Type Method Description CustomMetric
CustomMetric.Builder. build()
CustomMetric
ScheduledQueryProcessingConfig. getCustomMetric()
Methods in com.oracle.bmc.apmtraces.model with parameters of type CustomMetric Modifier and Type Method Description CustomMetric.Builder
CustomMetric.Builder. copy(CustomMetric model)
ScheduledQueryProcessingConfig.Builder
ScheduledQueryProcessingConfig.Builder. customMetric(CustomMetric customMetric)
Constructors in com.oracle.bmc.apmtraces.model with parameters of type CustomMetric Constructor Description ScheduledQueryProcessingConfig(Streaming streaming, ObjectStorage objectStorage, CustomMetric customMetric)
Deprecated.
-