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 classUpdateApdexRulesDetailsThe set of Apdex rules to be used in Apdex computation.classUpdateMetricGroupDetailsA metric group defines a set of metrics to collect from a span.classUpdateOptionsDetailsAn Options object represents configuration options.classUpdateSpanFilterDetailsA 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 UpdateConfigDetailsUpdateConfigRequest. getBody$()Alternative accessor for the body parameter.UpdateConfigDetailsUpdateConfigRequest. 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.BuilderUpdateConfigRequest.Builder. body$(UpdateConfigDetails body)Alternative setter for the body parameter.UpdateConfigRequest.BuilderUpdateConfigRequest.Builder. updateConfigDetails(UpdateConfigDetails updateConfigDetails)The configuration details to be updated.
-