Uses of Class
com.oracle.bmc.apmconfig.model.FilterTextOrId
-
Packages that use FilterTextOrId Package Description com.oracle.bmc.apmconfig.model -
-
Uses of FilterTextOrId in com.oracle.bmc.apmconfig.model
Methods in com.oracle.bmc.apmconfig.model that return FilterTextOrId Modifier and Type Method Description FilterTextOrId
FilterTextOrId.Builder. build()
Methods in com.oracle.bmc.apmconfig.model that return types with arguments of type FilterTextOrId Modifier and Type Method Description List<FilterTextOrId>
TestSpanEnrichmentDetails. getFilters()
A list of filters to try against the given span.Methods in com.oracle.bmc.apmconfig.model with parameters of type FilterTextOrId Modifier and Type Method Description FilterTextOrId.Builder
FilterTextOrId.Builder. copy(FilterTextOrId model)
Method parameters in com.oracle.bmc.apmconfig.model with type arguments of type FilterTextOrId Modifier and Type Method Description TestSpanEnrichmentDetails.Builder
TestSpanEnrichmentDetails.Builder. filters(List<FilterTextOrId> filters)
A list of filters to try against the given span.Constructor parameters in com.oracle.bmc.apmconfig.model with type arguments of type FilterTextOrId Constructor Description TestSpanEnrichmentDetails(Object options, List<FilterTextOrId> filters, Object span)
Deprecated.
-