Uses of Class
com.oracle.bmc.osmanagementhub.model.InstalledWindowsUpdateSummary
- 
Packages that use InstalledWindowsUpdateSummary Package Description com.oracle.bmc.osmanagementhub com.oracle.bmc.osmanagementhub.model 
- 
- 
Uses of InstalledWindowsUpdateSummary in com.oracle.bmc.osmanagementhubMethods in com.oracle.bmc.osmanagementhub that return types with arguments of type InstalledWindowsUpdateSummary Modifier and Type Method Description Iterable<InstalledWindowsUpdateSummary>ManagedInstancePaginators. listManagedInstanceInstalledWindowsUpdatesRecordIterator(ListManagedInstanceInstalledWindowsUpdatesRequest request)Creates a new iterable which will iterate over theInstalledWindowsUpdateSummaryobjects contained in responses from the listManagedInstanceInstalledWindowsUpdates operation.
- 
Uses of InstalledWindowsUpdateSummary in com.oracle.bmc.osmanagementhub.modelMethods in com.oracle.bmc.osmanagementhub.model that return InstalledWindowsUpdateSummary Modifier and Type Method Description InstalledWindowsUpdateSummaryInstalledWindowsUpdateSummary.Builder. build()Methods in com.oracle.bmc.osmanagementhub.model that return types with arguments of type InstalledWindowsUpdateSummary Modifier and Type Method Description List<InstalledWindowsUpdateSummary>InstalledWindowsUpdateCollection. getItems()List of installed Windows updates.Methods in com.oracle.bmc.osmanagementhub.model with parameters of type InstalledWindowsUpdateSummary Modifier and Type Method Description InstalledWindowsUpdateSummary.BuilderInstalledWindowsUpdateSummary.Builder. copy(InstalledWindowsUpdateSummary model)Method parameters in com.oracle.bmc.osmanagementhub.model with type arguments of type InstalledWindowsUpdateSummary Modifier and Type Method Description InstalledWindowsUpdateCollection.BuilderInstalledWindowsUpdateCollection.Builder. items(List<InstalledWindowsUpdateSummary> items)List of installed Windows updates.Constructor parameters in com.oracle.bmc.osmanagementhub.model with type arguments of type InstalledWindowsUpdateSummary Constructor Description InstalledWindowsUpdateCollection(List<InstalledWindowsUpdateSummary> items)Deprecated.
 
-