Uses of Class
com.oracle.bmc.apmconfig.model.CreateConfigDetails
-
Packages that use CreateConfigDetails Package Description com.oracle.bmc.apmconfig.model com.oracle.bmc.apmconfig.requests -
-
Uses of CreateConfigDetails in com.oracle.bmc.apmconfig.model
Subclasses of CreateConfigDetails in com.oracle.bmc.apmconfig.model Modifier and Type Class Description classCreateApdexRulesDetailsThe set of Apdex rules to be used in Apdex computation.classCreateMetricGroupDetailsA metric group defines a set of metrics to collect from a span.classCreateOptionsDetailsAn Options object represents configuration options.classCreateSpanFilterDetailsA named setting that specifies the filter criteria to match a subset of the spans. -
Uses of CreateConfigDetails in com.oracle.bmc.apmconfig.requests
Methods in com.oracle.bmc.apmconfig.requests that return CreateConfigDetails Modifier and Type Method Description CreateConfigDetailsCreateConfigRequest. getBody$()Alternative accessor for the body parameter.CreateConfigDetailsCreateConfigRequest. getCreateConfigDetails()The configuration details of the new item.Methods in com.oracle.bmc.apmconfig.requests with parameters of type CreateConfigDetails Modifier and Type Method Description CreateConfigRequest.BuilderCreateConfigRequest.Builder. body$(CreateConfigDetails body)Alternative setter for the body parameter.CreateConfigRequest.BuilderCreateConfigRequest.Builder. createConfigDetails(CreateConfigDetails createConfigDetails)The configuration details of the new item.
-