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