Uses of Class
com.oracle.bmc.apmconfig.model.UpdateConfigDetails
-
Packages that use UpdateConfigDetails Package Description com.oracle.bmc.apmconfig.model com.oracle.bmc.apmconfig.requests -
-
Uses of UpdateConfigDetails in com.oracle.bmc.apmconfig.model
Subclasses of UpdateConfigDetails in com.oracle.bmc.apmconfig.model Modifier and Type Class Description class
UpdateApdexRulesDetails
The set of Apdex rules to be used in Apdex computation.class
UpdateMetricGroupDetails
A metric group defines a set of metrics to collect from a span.class
UpdateOptionsDetails
An Options object represents configuration options.class
UpdateSpanFilterDetails
A named setting that specifies the filter criteria to match a subset of the spans. -
Uses of UpdateConfigDetails in com.oracle.bmc.apmconfig.requests
Methods in com.oracle.bmc.apmconfig.requests that return UpdateConfigDetails Modifier and Type Method Description UpdateConfigDetails
UpdateConfigRequest. getBody$()
Alternative accessor for the body parameter.UpdateConfigDetails
UpdateConfigRequest. getUpdateConfigDetails()
The configuration details to be updated.Methods in com.oracle.bmc.apmconfig.requests with parameters of type UpdateConfigDetails Modifier and Type Method Description UpdateConfigRequest.Builder
UpdateConfigRequest.Builder. body$(UpdateConfigDetails body)
Alternative setter for the body parameter.UpdateConfigRequest.Builder
UpdateConfigRequest.Builder. updateConfigDetails(UpdateConfigDetails updateConfigDetails)
The configuration details to be updated.
-