Uses of Class
com.oracle.bmc.opsi.model.EnterpriseManagerBridgeSummary
-
Packages that use EnterpriseManagerBridgeSummary Package Description com.oracle.bmc.opsi com.oracle.bmc.opsi.model -
-
Uses of EnterpriseManagerBridgeSummary in com.oracle.bmc.opsi
Methods in com.oracle.bmc.opsi that return types with arguments of type EnterpriseManagerBridgeSummary Modifier and Type Method Description Iterable<EnterpriseManagerBridgeSummary>
OperationsInsightsPaginators. listEnterpriseManagerBridgesRecordIterator(ListEnterpriseManagerBridgesRequest request)
Creates a new iterable which will iterate over theEnterpriseManagerBridgeSummary
objects contained in responses from the listEnterpriseManagerBridges operation. -
Uses of EnterpriseManagerBridgeSummary in com.oracle.bmc.opsi.model
Methods in com.oracle.bmc.opsi.model that return EnterpriseManagerBridgeSummary Modifier and Type Method Description EnterpriseManagerBridgeSummary
EnterpriseManagerBridgeSummary.Builder. build()
Methods in com.oracle.bmc.opsi.model that return types with arguments of type EnterpriseManagerBridgeSummary Modifier and Type Method Description List<EnterpriseManagerBridgeSummary>
EnterpriseManagerBridgeCollection. getItems()
Array of Enterprose Manager bridge summary objects.Methods in com.oracle.bmc.opsi.model with parameters of type EnterpriseManagerBridgeSummary Modifier and Type Method Description EnterpriseManagerBridgeSummary.Builder
EnterpriseManagerBridgeSummary.Builder. copy(EnterpriseManagerBridgeSummary model)
Method parameters in com.oracle.bmc.opsi.model with type arguments of type EnterpriseManagerBridgeSummary Modifier and Type Method Description EnterpriseManagerBridgeCollection.Builder
EnterpriseManagerBridgeCollection.Builder. items(List<EnterpriseManagerBridgeSummary> items)
Array of Enterprose Manager bridge summary objects.Constructor parameters in com.oracle.bmc.opsi.model with type arguments of type EnterpriseManagerBridgeSummary Constructor Description EnterpriseManagerBridgeCollection(List<EnterpriseManagerBridgeSummary> items)
Deprecated.
-