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.loganalytics
Methods 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 theLogAnalyticsEntitySummary
objects contained in responses from the listEntityAssociations operation.Iterable<LogAnalyticsEntitySummary>
LogAnalyticsPaginators. listLogAnalyticsEntitiesRecordIterator(ListLogAnalyticsEntitiesRequest request)
Creates a new iterable which will iterate over theLogAnalyticsEntitySummary
objects contained in responses from the listLogAnalyticsEntities operation. -
Uses of LogAnalyticsEntitySummary in com.oracle.bmc.loganalytics.model
Methods in com.oracle.bmc.loganalytics.model that return LogAnalyticsEntitySummary Modifier and Type Method Description LogAnalyticsEntitySummary
LogAnalyticsEntitySummary.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.Builder
LogAnalyticsEntitySummary.Builder. copy(LogAnalyticsEntitySummary model)
Method parameters in com.oracle.bmc.loganalytics.model with type arguments of type LogAnalyticsEntitySummary Modifier and Type Method Description LogAnalyticsEntityCollection.Builder
LogAnalyticsEntityCollection.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.
-