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.osmanagementhub
Methods 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 theInstalledPackageSummary
objects contained in responses from the listLifecycleStageInstalledPackages operation.Iterable<InstalledPackageSummary>
ManagedInstancePaginators. listManagedInstanceInstalledPackagesRecordIterator(ListManagedInstanceInstalledPackagesRequest request)
Creates a new iterable which will iterate over theInstalledPackageSummary
objects contained in responses from the listManagedInstanceInstalledPackages operation. -
Uses of InstalledPackageSummary in com.oracle.bmc.osmanagementhub.model
Methods in com.oracle.bmc.osmanagementhub.model that return InstalledPackageSummary Modifier and Type Method Description InstalledPackageSummary
InstalledPackageSummary.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.Builder
InstalledPackageSummary.Builder. copy(InstalledPackageSummary model)
Method parameters in com.oracle.bmc.osmanagementhub.model with type arguments of type InstalledPackageSummary Modifier and Type Method Description InstalledPackageCollection.Builder
InstalledPackageCollection.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.
-