Uses of Class
com.oracle.bmc.apmconfig.model.ConfigSummary
-
Packages that use ConfigSummary Package Description com.oracle.bmc.apmconfig com.oracle.bmc.apmconfig.model -
-
Uses of ConfigSummary in com.oracle.bmc.apmconfig
Methods in com.oracle.bmc.apmconfig that return types with arguments of type ConfigSummary Modifier and Type Method Description Iterable<ConfigSummary>ConfigPaginators. listConfigsRecordIterator(ListConfigsRequest request)Creates a new iterable which will iterate over theConfigSummaryobjects contained in responses from the listConfigs operation. -
Uses of ConfigSummary in com.oracle.bmc.apmconfig.model
Subclasses of ConfigSummary in com.oracle.bmc.apmconfig.model Modifier and Type Class Description classApdexRulesSummaryThe set of Apdex rules used in Apdex computation.classMetricGroupSummaryA metric group defines a set of metrics to collect from a span.classOptionsSummaryAn Options object represents configuration options.classSpanFilterSummaryA named setting that specifies the span filter criteria to match a subset of the spans.Methods in com.oracle.bmc.apmconfig.model that return types with arguments of type ConfigSummary Modifier and Type Method Description List<ConfigSummary>ConfigCollection. getItems()Method parameters in com.oracle.bmc.apmconfig.model with type arguments of type ConfigSummary Modifier and Type Method Description ConfigCollection.BuilderConfigCollection.Builder. items(List<ConfigSummary> items)Constructor parameters in com.oracle.bmc.apmconfig.model with type arguments of type ConfigSummary Constructor Description ConfigCollection(List<ConfigSummary> items)Deprecated.
-