Uses of Class
com.oracle.bmc.loganalytics.model.LabelSourceSummary
-
Packages that use LabelSourceSummary Package Description com.oracle.bmc.loganalytics com.oracle.bmc.loganalytics.model -
-
Uses of LabelSourceSummary in com.oracle.bmc.loganalytics
Methods in com.oracle.bmc.loganalytics that return types with arguments of type LabelSourceSummary Modifier and Type Method Description Iterable<LabelSourceSummary>
LogAnalyticsPaginators. listLabelSourceDetailsRecordIterator(ListLabelSourceDetailsRequest request)
Creates a new iterable which will iterate over theLabelSourceSummary
objects contained in responses from the listLabelSourceDetails operation. -
Uses of LabelSourceSummary in com.oracle.bmc.loganalytics.model
Methods in com.oracle.bmc.loganalytics.model that return LabelSourceSummary Modifier and Type Method Description LabelSourceSummary
LabelSourceSummary.Builder. build()
Methods in com.oracle.bmc.loganalytics.model that return types with arguments of type LabelSourceSummary Modifier and Type Method Description List<LabelSourceSummary>
LabelSourceCollection. getItems()
An array labels.Methods in com.oracle.bmc.loganalytics.model with parameters of type LabelSourceSummary Modifier and Type Method Description LabelSourceSummary.Builder
LabelSourceSummary.Builder. copy(LabelSourceSummary model)
Method parameters in com.oracle.bmc.loganalytics.model with type arguments of type LabelSourceSummary Modifier and Type Method Description LabelSourceCollection.Builder
LabelSourceCollection.Builder. items(List<LabelSourceSummary> items)
An array labels.Constructor parameters in com.oracle.bmc.loganalytics.model with type arguments of type LabelSourceSummary Constructor Description LabelSourceCollection(List<LabelSourceSummary> items)
Deprecated.
-