Uses of Class
com.oracle.bmc.loganalytics.model.LabelPriority
-
Packages that use LabelPriority Package Description com.oracle.bmc.loganalytics com.oracle.bmc.loganalytics.model -
-
Uses of LabelPriority in com.oracle.bmc.loganalytics
Methods in com.oracle.bmc.loganalytics that return types with arguments of type LabelPriority Modifier and Type Method Description Iterable<LabelPriority>
LogAnalyticsPaginators. listLabelPrioritiesRecordIterator(ListLabelPrioritiesRequest request)
Creates a new iterable which will iterate over theLabelPriority
objects contained in responses from the listLabelPriorities operation. -
Uses of LabelPriority in com.oracle.bmc.loganalytics.model
Methods in com.oracle.bmc.loganalytics.model that return LabelPriority Modifier and Type Method Description LabelPriority
LabelPriority.Builder. build()
Methods in com.oracle.bmc.loganalytics.model that return types with arguments of type LabelPriority Modifier and Type Method Description List<LabelPriority>
LabelPriorityCollection. getItems()
An array of label priorities.Methods in com.oracle.bmc.loganalytics.model with parameters of type LabelPriority Modifier and Type Method Description LabelPriority.Builder
LabelPriority.Builder. copy(LabelPriority model)
Method parameters in com.oracle.bmc.loganalytics.model with type arguments of type LabelPriority Modifier and Type Method Description LabelPriorityCollection.Builder
LabelPriorityCollection.Builder. items(List<LabelPriority> items)
An array of label priorities.Constructor parameters in com.oracle.bmc.loganalytics.model with type arguments of type LabelPriority Constructor Description LabelPriorityCollection(List<LabelPriority> items)
Deprecated.
-