Uses of Class
com.oracle.bmc.loganalytics.model.LogAnalyticsSourceSummary
- 
Packages that use LogAnalyticsSourceSummary Package Description com.oracle.bmc.loganalytics com.oracle.bmc.loganalytics.model 
- 
- 
Uses of LogAnalyticsSourceSummary in com.oracle.bmc.loganalyticsMethods in com.oracle.bmc.loganalytics that return types with arguments of type LogAnalyticsSourceSummary Modifier and Type Method Description Iterable<LogAnalyticsSourceSummary>LogAnalyticsPaginators. listSourcesRecordIterator(ListSourcesRequest request)Creates a new iterable which will iterate over theLogAnalyticsSourceSummaryobjects contained in responses from the listSources operation.
- 
Uses of LogAnalyticsSourceSummary in com.oracle.bmc.loganalytics.modelMethods in com.oracle.bmc.loganalytics.model that return LogAnalyticsSourceSummary Modifier and Type Method Description LogAnalyticsSourceSummaryLogAnalyticsSourceSummary.Builder. build()Methods in com.oracle.bmc.loganalytics.model that return types with arguments of type LogAnalyticsSourceSummary Modifier and Type Method Description List<LogAnalyticsSourceSummary>LogAnalyticsSourceCollection. getItems()An array of sources.Methods in com.oracle.bmc.loganalytics.model with parameters of type LogAnalyticsSourceSummary Modifier and Type Method Description LogAnalyticsSourceSummary.BuilderLogAnalyticsSourceSummary.Builder. copy(LogAnalyticsSourceSummary model)Method parameters in com.oracle.bmc.loganalytics.model with type arguments of type LogAnalyticsSourceSummary Modifier and Type Method Description LogAnalyticsSourceCollection.BuilderLogAnalyticsSourceCollection.Builder. items(List<LogAnalyticsSourceSummary> items)An array of sources.Constructor parameters in com.oracle.bmc.loganalytics.model with type arguments of type LogAnalyticsSourceSummary Constructor Description LogAnalyticsSourceCollection(List<LogAnalyticsSourceSummary> items)Deprecated.
 
-