Uses of Class
com.oracle.bmc.apmconfig.model.Config
-
Packages that use Config Package Description com.oracle.bmc.apmconfig.model com.oracle.bmc.apmconfig.responses -
-
Uses of Config in com.oracle.bmc.apmconfig.model
Subclasses of Config in com.oracle.bmc.apmconfig.model Modifier and Type Class Description class
ApdexRules
The set of Apdex rules to be used in Apdex computation.class
MetricGroup
A metric group defines a set of metrics to collect from a span.class
Options
An object that represents configuration options.class
SpanFilter
A named setting that specifies the filter criteria to match a subset of the spans. -
Uses of Config in com.oracle.bmc.apmconfig.responses
Methods in com.oracle.bmc.apmconfig.responses that return Config Modifier and Type Method Description Config
CreateConfigResponse. getConfig()
The returned Config instance.Config
GetConfigResponse. getConfig()
The returned Config instance.Config
UpdateConfigResponse. getConfig()
The returned Config instance.Methods in com.oracle.bmc.apmconfig.responses with parameters of type Config Modifier and Type Method Description CreateConfigResponse.Builder
CreateConfigResponse.Builder. config(Config config)
The returned Config instance.GetConfigResponse.Builder
GetConfigResponse.Builder. config(Config config)
The returned Config instance.UpdateConfigResponse.Builder
UpdateConfigResponse.Builder. config(Config config)
The returned Config instance.
-