Uses of Class
com.oracle.bmc.osmanagementhub.model.InstalledPackageCollection
-
Packages that use InstalledPackageCollection Package Description com.oracle.bmc.osmanagementhub.model com.oracle.bmc.osmanagementhub.responses -
-
Uses of InstalledPackageCollection in com.oracle.bmc.osmanagementhub.model
Methods in com.oracle.bmc.osmanagementhub.model that return InstalledPackageCollection Modifier and Type Method Description InstalledPackageCollection
InstalledPackageCollection.Builder. build()
Methods in com.oracle.bmc.osmanagementhub.model with parameters of type InstalledPackageCollection Modifier and Type Method Description InstalledPackageCollection.Builder
InstalledPackageCollection.Builder. copy(InstalledPackageCollection model)
-
Uses of InstalledPackageCollection in com.oracle.bmc.osmanagementhub.responses
Methods in com.oracle.bmc.osmanagementhub.responses that return InstalledPackageCollection Modifier and Type Method Description InstalledPackageCollection
ListLifecycleStageInstalledPackagesResponse. getInstalledPackageCollection()
The returned InstalledPackageCollection instance.InstalledPackageCollection
ListManagedInstanceInstalledPackagesResponse. getInstalledPackageCollection()
The returned InstalledPackageCollection instance.Methods in com.oracle.bmc.osmanagementhub.responses with parameters of type InstalledPackageCollection Modifier and Type Method Description ListLifecycleStageInstalledPackagesResponse.Builder
ListLifecycleStageInstalledPackagesResponse.Builder. installedPackageCollection(InstalledPackageCollection installedPackageCollection)
The returned InstalledPackageCollection instance.ListManagedInstanceInstalledPackagesResponse.Builder
ListManagedInstanceInstalledPackagesResponse.Builder. installedPackageCollection(InstalledPackageCollection installedPackageCollection)
The returned InstalledPackageCollection instance.
-