Uses of Class
com.oracle.bmc.osmanagementhub.model.ManagedInstanceGroupInstalledPackageSummary
- 
Packages that use ManagedInstanceGroupInstalledPackageSummary Package Description com.oracle.bmc.osmanagementhub com.oracle.bmc.osmanagementhub.model 
- 
- 
Uses of ManagedInstanceGroupInstalledPackageSummary in com.oracle.bmc.osmanagementhubMethods in com.oracle.bmc.osmanagementhub that return types with arguments of type ManagedInstanceGroupInstalledPackageSummary Modifier and Type Method Description Iterable<ManagedInstanceGroupInstalledPackageSummary>ManagedInstanceGroupPaginators. listManagedInstanceGroupInstalledPackagesRecordIterator(ListManagedInstanceGroupInstalledPackagesRequest request)Creates a new iterable which will iterate over theManagedInstanceGroupInstalledPackageSummaryobjects contained in responses from the listManagedInstanceGroupInstalledPackages operation.
- 
Uses of ManagedInstanceGroupInstalledPackageSummary in com.oracle.bmc.osmanagementhub.modelMethods in com.oracle.bmc.osmanagementhub.model that return ManagedInstanceGroupInstalledPackageSummary Modifier and Type Method Description ManagedInstanceGroupInstalledPackageSummaryManagedInstanceGroupInstalledPackageSummary.Builder. build()Methods in com.oracle.bmc.osmanagementhub.model that return types with arguments of type ManagedInstanceGroupInstalledPackageSummary Modifier and Type Method Description List<ManagedInstanceGroupInstalledPackageSummary>ManagedInstanceGroupInstalledPackageCollection. getItems()List of installed packages.Methods in com.oracle.bmc.osmanagementhub.model with parameters of type ManagedInstanceGroupInstalledPackageSummary Modifier and Type Method Description ManagedInstanceGroupInstalledPackageSummary.BuilderManagedInstanceGroupInstalledPackageSummary.Builder. copy(ManagedInstanceGroupInstalledPackageSummary model)Method parameters in com.oracle.bmc.osmanagementhub.model with type arguments of type ManagedInstanceGroupInstalledPackageSummary Modifier and Type Method Description ManagedInstanceGroupInstalledPackageCollection.BuilderManagedInstanceGroupInstalledPackageCollection.Builder. items(List<ManagedInstanceGroupInstalledPackageSummary> items)List of installed packages.Constructor parameters in com.oracle.bmc.osmanagementhub.model with type arguments of type ManagedInstanceGroupInstalledPackageSummary Constructor Description ManagedInstanceGroupInstalledPackageCollection(List<ManagedInstanceGroupInstalledPackageSummary> items)Deprecated.
 
-