Uses of Class
com.oracle.bmc.osmanagementhub.model.ManagedInstanceModuleSummary
-
Packages that use ManagedInstanceModuleSummary Package Description com.oracle.bmc.osmanagementhub com.oracle.bmc.osmanagementhub.model -
-
Uses of ManagedInstanceModuleSummary in com.oracle.bmc.osmanagementhub
Methods in com.oracle.bmc.osmanagementhub that return types with arguments of type ManagedInstanceModuleSummary Modifier and Type Method Description Iterable<ManagedInstanceModuleSummary>
ManagedInstancePaginators. listManagedInstanceModulesRecordIterator(ListManagedInstanceModulesRequest request)
Creates a new iterable which will iterate over theManagedInstanceModuleSummary
objects contained in responses from the listManagedInstanceModules operation. -
Uses of ManagedInstanceModuleSummary in com.oracle.bmc.osmanagementhub.model
Methods in com.oracle.bmc.osmanagementhub.model that return ManagedInstanceModuleSummary Modifier and Type Method Description ManagedInstanceModuleSummary
ManagedInstanceModuleSummary.Builder. build()
Methods in com.oracle.bmc.osmanagementhub.model that return types with arguments of type ManagedInstanceModuleSummary Modifier and Type Method Description List<ManagedInstanceModuleSummary>
ManagedInstanceModuleCollection. getItems()
List of module streams.Methods in com.oracle.bmc.osmanagementhub.model with parameters of type ManagedInstanceModuleSummary Modifier and Type Method Description ManagedInstanceModuleSummary.Builder
ManagedInstanceModuleSummary.Builder. copy(ManagedInstanceModuleSummary model)
Method parameters in com.oracle.bmc.osmanagementhub.model with type arguments of type ManagedInstanceModuleSummary Modifier and Type Method Description ManagedInstanceModuleCollection.Builder
ManagedInstanceModuleCollection.Builder. items(List<ManagedInstanceModuleSummary> items)
List of module streams.Constructor parameters in com.oracle.bmc.osmanagementhub.model with type arguments of type ManagedInstanceModuleSummary Constructor Description ManagedInstanceModuleCollection(List<ManagedInstanceModuleSummary> items)
Deprecated.
-