Uses of Class
com.oracle.bmc.loganalytics.model.LogAnalyticsWarning
-
Packages that use LogAnalyticsWarning Package Description com.oracle.bmc.loganalytics com.oracle.bmc.loganalytics.model -
-
Uses of LogAnalyticsWarning in com.oracle.bmc.loganalytics
Methods in com.oracle.bmc.loganalytics that return types with arguments of type LogAnalyticsWarning Modifier and Type Method Description Iterable<LogAnalyticsWarning>
LogAnalyticsPaginators. listWarningsRecordIterator(ListWarningsRequest request)
Creates a new iterable which will iterate over theLogAnalyticsWarning
objects contained in responses from the listWarnings operation. -
Uses of LogAnalyticsWarning in com.oracle.bmc.loganalytics.model
Methods in com.oracle.bmc.loganalytics.model that return LogAnalyticsWarning Modifier and Type Method Description LogAnalyticsWarning
LogAnalyticsWarning.Builder. build()
Methods in com.oracle.bmc.loganalytics.model that return types with arguments of type LogAnalyticsWarning Modifier and Type Method Description List<LogAnalyticsWarning>
LogAnalyticsWarningCollection. getItems()
A collection of LogAnalyticsWarningsMethods in com.oracle.bmc.loganalytics.model with parameters of type LogAnalyticsWarning Modifier and Type Method Description LogAnalyticsWarning.Builder
LogAnalyticsWarning.Builder. copy(LogAnalyticsWarning model)
Method parameters in com.oracle.bmc.loganalytics.model with type arguments of type LogAnalyticsWarning Modifier and Type Method Description LogAnalyticsWarningCollection.Builder
LogAnalyticsWarningCollection.Builder. items(List<LogAnalyticsWarning> items)
A collection of LogAnalyticsWarningsConstructor parameters in com.oracle.bmc.loganalytics.model with type arguments of type LogAnalyticsWarning Constructor Description LogAnalyticsWarningCollection(List<LogAnalyticsWarning> items)
Deprecated.
-