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 theConfigSummary
objects 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 class
ApdexRulesSummary
The set of Apdex rules used in Apdex computation.class
MetricGroupSummary
A metric group defines a set of metrics to collect from a span.class
OptionsSummary
An Options object represents configuration options.class
SpanFilterSummary
A 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.Builder
ConfigCollection.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.
-