Uses of Class
com.oracle.bmc.loganalytics.model.LogAnalyticsLabelSummary
-
Packages that use LogAnalyticsLabelSummary Package Description com.oracle.bmc.loganalytics com.oracle.bmc.loganalytics.model -
-
Uses of LogAnalyticsLabelSummary in com.oracle.bmc.loganalytics
Methods in com.oracle.bmc.loganalytics that return types with arguments of type LogAnalyticsLabelSummary Modifier and Type Method Description Iterable<LogAnalyticsLabelSummary>
LogAnalyticsPaginators. listLabelsRecordIterator(ListLabelsRequest request)
Creates a new iterable which will iterate over theLogAnalyticsLabelSummary
objects contained in responses from the listLabels operation. -
Uses of LogAnalyticsLabelSummary in com.oracle.bmc.loganalytics.model
Methods in com.oracle.bmc.loganalytics.model that return LogAnalyticsLabelSummary Modifier and Type Method Description LogAnalyticsLabelSummary
LogAnalyticsLabelSummary.Builder. build()
Methods in com.oracle.bmc.loganalytics.model that return types with arguments of type LogAnalyticsLabelSummary Modifier and Type Method Description List<LogAnalyticsLabelSummary>
LogAnalyticsLabelCollection. getItems()
An array of log analytics label summaries.Methods in com.oracle.bmc.loganalytics.model with parameters of type LogAnalyticsLabelSummary Modifier and Type Method Description LogAnalyticsLabelSummary.Builder
LogAnalyticsLabelSummary.Builder. copy(LogAnalyticsLabelSummary model)
Method parameters in com.oracle.bmc.loganalytics.model with type arguments of type LogAnalyticsLabelSummary Modifier and Type Method Description LogAnalyticsLabelCollection.Builder
LogAnalyticsLabelCollection.Builder. items(List<LogAnalyticsLabelSummary> items)
An array of log analytics label summaries.Constructor parameters in com.oracle.bmc.loganalytics.model with type arguments of type LogAnalyticsLabelSummary Constructor Description LogAnalyticsLabelCollection(List<LogAnalyticsLabelSummary> items)
Deprecated.
-