Uses of Class
com.oracle.bmc.loganalytics.model.LogAnalyticsEntityTopologySummary
-
Packages that use LogAnalyticsEntityTopologySummary Package Description com.oracle.bmc.loganalytics com.oracle.bmc.loganalytics.model -
-
Uses of LogAnalyticsEntityTopologySummary in com.oracle.bmc.loganalytics
Methods in com.oracle.bmc.loganalytics that return types with arguments of type LogAnalyticsEntityTopologySummary Modifier and Type Method Description Iterable<LogAnalyticsEntityTopologySummary>
LogAnalyticsPaginators. listLogAnalyticsEntityTopologyRecordIterator(ListLogAnalyticsEntityTopologyRequest request)
Creates a new iterable which will iterate over theLogAnalyticsEntityTopologySummary
objects contained in responses from the listLogAnalyticsEntityTopology operation. -
Uses of LogAnalyticsEntityTopologySummary in com.oracle.bmc.loganalytics.model
Methods in com.oracle.bmc.loganalytics.model that return LogAnalyticsEntityTopologySummary Modifier and Type Method Description LogAnalyticsEntityTopologySummary
LogAnalyticsEntityTopologySummary.Builder. build()
Methods in com.oracle.bmc.loganalytics.model that return types with arguments of type LogAnalyticsEntityTopologySummary Modifier and Type Method Description List<LogAnalyticsEntityTopologySummary>
LogAnalyticsEntityTopologyCollection. getItems()
Array of log analytics entity topologies.Methods in com.oracle.bmc.loganalytics.model with parameters of type LogAnalyticsEntityTopologySummary Modifier and Type Method Description LogAnalyticsEntityTopologySummary.Builder
LogAnalyticsEntityTopologySummary.Builder. copy(LogAnalyticsEntityTopologySummary model)
Method parameters in com.oracle.bmc.loganalytics.model with type arguments of type LogAnalyticsEntityTopologySummary Modifier and Type Method Description LogAnalyticsEntityTopologyCollection.Builder
LogAnalyticsEntityTopologyCollection.Builder. items(List<LogAnalyticsEntityTopologySummary> items)
Array of log analytics entity topologies.Constructor parameters in com.oracle.bmc.loganalytics.model with type arguments of type LogAnalyticsEntityTopologySummary Constructor Description LogAnalyticsEntityTopologyCollection(List<LogAnalyticsEntityTopologySummary> items)
Deprecated.
-