Uses of Class
com.oracle.bmc.osmanagementhub.model.InstalledPackageSummary
- 
Packages that use InstalledPackageSummary Package Description com.oracle.bmc.osmanagementhub com.oracle.bmc.osmanagementhub.model 
- 
- 
Uses of InstalledPackageSummary in com.oracle.bmc.osmanagementhubMethods in com.oracle.bmc.osmanagementhub that return types with arguments of type InstalledPackageSummary Modifier and Type Method Description Iterable<InstalledPackageSummary>LifecycleEnvironmentPaginators. listLifecycleStageInstalledPackagesRecordIterator(ListLifecycleStageInstalledPackagesRequest request)Creates a new iterable which will iterate over theInstalledPackageSummaryobjects contained in responses from the listLifecycleStageInstalledPackages operation.Iterable<InstalledPackageSummary>ManagedInstancePaginators. listManagedInstanceInstalledPackagesRecordIterator(ListManagedInstanceInstalledPackagesRequest request)Creates a new iterable which will iterate over theInstalledPackageSummaryobjects contained in responses from the listManagedInstanceInstalledPackages operation.
- 
Uses of InstalledPackageSummary in com.oracle.bmc.osmanagementhub.modelMethods in com.oracle.bmc.osmanagementhub.model that return InstalledPackageSummary Modifier and Type Method Description InstalledPackageSummaryInstalledPackageSummary.Builder. build()Methods in com.oracle.bmc.osmanagementhub.model that return types with arguments of type InstalledPackageSummary Modifier and Type Method Description List<InstalledPackageSummary>InstalledPackageCollection. getItems()List of installed packages.Methods in com.oracle.bmc.osmanagementhub.model with parameters of type InstalledPackageSummary Modifier and Type Method Description InstalledPackageSummary.BuilderInstalledPackageSummary.Builder. copy(InstalledPackageSummary model)Method parameters in com.oracle.bmc.osmanagementhub.model with type arguments of type InstalledPackageSummary Modifier and Type Method Description InstalledPackageCollection.BuilderInstalledPackageCollection.Builder. items(List<InstalledPackageSummary> items)List of installed packages.Constructor parameters in com.oracle.bmc.osmanagementhub.model with type arguments of type InstalledPackageSummary Constructor Description InstalledPackageCollection(List<InstalledPackageSummary> items)Deprecated.
 
-