Uses of Class
com.oracle.bmc.loganalytics.model.LogAnalyticsLabelView
-
Packages that use LogAnalyticsLabelView Package Description com.oracle.bmc.loganalytics.model -
-
Uses of LogAnalyticsLabelView in com.oracle.bmc.loganalytics.model
Methods in com.oracle.bmc.loganalytics.model that return LogAnalyticsLabelView Modifier and Type Method Description LogAnalyticsLabelView
LogAnalyticsLabelView.Builder. build()
Methods in com.oracle.bmc.loganalytics.model that return types with arguments of type LogAnalyticsLabelView Modifier and Type Method Description List<LogAnalyticsLabelView>
LogAnalyticsSource. getLabels()
The labels associated with the source.List<LogAnalyticsLabelView>
LogAnalyticsSourceSummary. getLabels()
The labels associated with this source.List<LogAnalyticsLabelView>
UpsertLogAnalyticsSourceDetails. getLabels()
An array of labels.Methods in com.oracle.bmc.loganalytics.model with parameters of type LogAnalyticsLabelView Modifier and Type Method Description LogAnalyticsLabelView.Builder
LogAnalyticsLabelView.Builder. copy(LogAnalyticsLabelView model)
Method parameters in com.oracle.bmc.loganalytics.model with type arguments of type LogAnalyticsLabelView Modifier and Type Method Description LogAnalyticsSource.Builder
LogAnalyticsSource.Builder. labels(List<LogAnalyticsLabelView> labels)
The labels associated with the source.LogAnalyticsSourceSummary.Builder
LogAnalyticsSourceSummary.Builder. labels(List<LogAnalyticsLabelView> labels)
The labels associated with this source.UpsertLogAnalyticsSourceDetails.Builder
UpsertLogAnalyticsSourceDetails.Builder. labels(List<LogAnalyticsLabelView> labels)
An array of labels.
-