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.osmanagementhub
Methods 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 theManagedInstanceGroupInstalledPackageSummary
objects contained in responses from the listManagedInstanceGroupInstalledPackages operation. -
Uses of ManagedInstanceGroupInstalledPackageSummary in com.oracle.bmc.osmanagementhub.model
Methods in com.oracle.bmc.osmanagementhub.model that return ManagedInstanceGroupInstalledPackageSummary Modifier and Type Method Description ManagedInstanceGroupInstalledPackageSummary
ManagedInstanceGroupInstalledPackageSummary.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.Builder
ManagedInstanceGroupInstalledPackageSummary.Builder. copy(ManagedInstanceGroupInstalledPackageSummary model)
Method parameters in com.oracle.bmc.osmanagementhub.model with type arguments of type ManagedInstanceGroupInstalledPackageSummary Modifier and Type Method Description ManagedInstanceGroupInstalledPackageCollection.Builder
ManagedInstanceGroupInstalledPackageCollection.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.
-