Uses of Class
com.oracle.bmc.loganalytics.model.LogAnalyticsMetaSourceType
-
Packages that use LogAnalyticsMetaSourceType Package Description com.oracle.bmc.loganalytics com.oracle.bmc.loganalytics.model -
-
Uses of LogAnalyticsMetaSourceType in com.oracle.bmc.loganalytics
Methods in com.oracle.bmc.loganalytics that return types with arguments of type LogAnalyticsMetaSourceType Modifier and Type Method Description Iterable<LogAnalyticsMetaSourceType>
LogAnalyticsPaginators. listMetaSourceTypesRecordIterator(ListMetaSourceTypesRequest request)
Creates a new iterable which will iterate over theLogAnalyticsMetaSourceType
objects contained in responses from the listMetaSourceTypes operation. -
Uses of LogAnalyticsMetaSourceType in com.oracle.bmc.loganalytics.model
Methods in com.oracle.bmc.loganalytics.model that return LogAnalyticsMetaSourceType Modifier and Type Method Description LogAnalyticsMetaSourceType
LogAnalyticsMetaSourceType.Builder. build()
Methods in com.oracle.bmc.loganalytics.model that return types with arguments of type LogAnalyticsMetaSourceType Modifier and Type Method Description List<LogAnalyticsMetaSourceType>
LogAnalyticsMetaSourceTypeCollection. getItems()
An array of meta source types.Methods in com.oracle.bmc.loganalytics.model with parameters of type LogAnalyticsMetaSourceType Modifier and Type Method Description LogAnalyticsMetaSourceType.Builder
LogAnalyticsMetaSourceType.Builder. copy(LogAnalyticsMetaSourceType model)
Method parameters in com.oracle.bmc.loganalytics.model with type arguments of type LogAnalyticsMetaSourceType Modifier and Type Method Description LogAnalyticsMetaSourceTypeCollection.Builder
LogAnalyticsMetaSourceTypeCollection.Builder. items(List<LogAnalyticsMetaSourceType> items)
An array of meta source types.Constructor parameters in com.oracle.bmc.loganalytics.model with type arguments of type LogAnalyticsMetaSourceType Constructor Description LogAnalyticsMetaSourceTypeCollection(List<LogAnalyticsMetaSourceType> items)
Deprecated.
-