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