Uses of Class
com.oracle.bmc.loganalytics.model.LogAnalyticsEmBridgeSummary
-
Packages that use LogAnalyticsEmBridgeSummary Package Description com.oracle.bmc.loganalytics com.oracle.bmc.loganalytics.model -
-
Uses of LogAnalyticsEmBridgeSummary in com.oracle.bmc.loganalytics
Methods in com.oracle.bmc.loganalytics that return types with arguments of type LogAnalyticsEmBridgeSummary Modifier and Type Method Description Iterable<LogAnalyticsEmBridgeSummary>
LogAnalyticsPaginators. listLogAnalyticsEmBridgesRecordIterator(ListLogAnalyticsEmBridgesRequest request)
Creates a new iterable which will iterate over theLogAnalyticsEmBridgeSummary
objects contained in responses from the listLogAnalyticsEmBridges operation. -
Uses of LogAnalyticsEmBridgeSummary in com.oracle.bmc.loganalytics.model
Methods in com.oracle.bmc.loganalytics.model that return LogAnalyticsEmBridgeSummary Modifier and Type Method Description LogAnalyticsEmBridgeSummary
LogAnalyticsEmBridgeSummary.Builder. build()
Methods in com.oracle.bmc.loganalytics.model that return types with arguments of type LogAnalyticsEmBridgeSummary Modifier and Type Method Description List<LogAnalyticsEmBridgeSummary>
LogAnalyticsEmBridgeCollection. getItems()
Array of log analytics enterprise manager bridges.Methods in com.oracle.bmc.loganalytics.model with parameters of type LogAnalyticsEmBridgeSummary Modifier and Type Method Description LogAnalyticsEmBridgeSummary.Builder
LogAnalyticsEmBridgeSummary.Builder. copy(LogAnalyticsEmBridgeSummary model)
Method parameters in com.oracle.bmc.loganalytics.model with type arguments of type LogAnalyticsEmBridgeSummary Modifier and Type Method Description LogAnalyticsEmBridgeCollection.Builder
LogAnalyticsEmBridgeCollection.Builder. items(List<LogAnalyticsEmBridgeSummary> items)
Array of log analytics enterprise manager bridges.Constructor parameters in com.oracle.bmc.loganalytics.model with type arguments of type LogAnalyticsEmBridgeSummary Constructor Description LogAnalyticsEmBridgeCollection(List<LogAnalyticsEmBridgeSummary> items)
Deprecated.
-