Uses of Class
com.oracle.bmc.loganalytics.model.LogAnalyticsEntitySummary
- 
Packages that use LogAnalyticsEntitySummary Package Description com.oracle.bmc.loganalytics com.oracle.bmc.loganalytics.model 
- 
- 
Uses of LogAnalyticsEntitySummary in com.oracle.bmc.loganalyticsMethods in com.oracle.bmc.loganalytics that return types with arguments of type LogAnalyticsEntitySummary Modifier and Type Method Description Iterable<LogAnalyticsEntitySummary>LogAnalyticsPaginators. listEntityAssociationsRecordIterator(ListEntityAssociationsRequest request)Creates a new iterable which will iterate over theLogAnalyticsEntitySummaryobjects contained in responses from the listEntityAssociations operation.Iterable<LogAnalyticsEntitySummary>LogAnalyticsPaginators. listLogAnalyticsEntitiesRecordIterator(ListLogAnalyticsEntitiesRequest request)Creates a new iterable which will iterate over theLogAnalyticsEntitySummaryobjects contained in responses from the listLogAnalyticsEntities operation.
- 
Uses of LogAnalyticsEntitySummary in com.oracle.bmc.loganalytics.modelMethods in com.oracle.bmc.loganalytics.model that return LogAnalyticsEntitySummary Modifier and Type Method Description LogAnalyticsEntitySummaryLogAnalyticsEntitySummary.Builder. build()Methods in com.oracle.bmc.loganalytics.model that return types with arguments of type LogAnalyticsEntitySummary Modifier and Type Method Description List<LogAnalyticsEntitySummary>LogAnalyticsEntityCollection. getItems()Array of log analytics entity summary.Methods in com.oracle.bmc.loganalytics.model with parameters of type LogAnalyticsEntitySummary Modifier and Type Method Description LogAnalyticsEntitySummary.BuilderLogAnalyticsEntitySummary.Builder. copy(LogAnalyticsEntitySummary model)Method parameters in com.oracle.bmc.loganalytics.model with type arguments of type LogAnalyticsEntitySummary Modifier and Type Method Description LogAnalyticsEntityCollection.BuilderLogAnalyticsEntityCollection.Builder. items(List<LogAnalyticsEntitySummary> items)Array of log analytics entity summary.Constructor parameters in com.oracle.bmc.loganalytics.model with type arguments of type LogAnalyticsEntitySummary Constructor Description LogAnalyticsEntityCollection(List<LogAnalyticsEntitySummary> items)Deprecated.
 
-