Uses of Class
com.oracle.bmc.osmanagement.model.InstalledWindowsUpdateSummary
-
Packages that use InstalledWindowsUpdateSummary Package Description com.oracle.bmc.osmanagement com.oracle.bmc.osmanagement.model com.oracle.bmc.osmanagement.responses -
-
Uses of InstalledWindowsUpdateSummary in com.oracle.bmc.osmanagement
Methods in com.oracle.bmc.osmanagement that return types with arguments of type InstalledWindowsUpdateSummary Modifier and Type Method Description Iterable<InstalledWindowsUpdateSummary>
OsManagementPaginators. listWindowsUpdatesInstalledOnManagedInstanceRecordIterator(ListWindowsUpdatesInstalledOnManagedInstanceRequest request)
Creates a new iterable which will iterate over theInstalledWindowsUpdateSummary
objects contained in responses from the listWindowsUpdatesInstalledOnManagedInstance operation. -
Uses of InstalledWindowsUpdateSummary in com.oracle.bmc.osmanagement.model
Methods in com.oracle.bmc.osmanagement.model that return InstalledWindowsUpdateSummary Modifier and Type Method Description InstalledWindowsUpdateSummary
InstalledWindowsUpdateSummary.Builder. build()
Methods in com.oracle.bmc.osmanagement.model with parameters of type InstalledWindowsUpdateSummary Modifier and Type Method Description InstalledWindowsUpdateSummary.Builder
InstalledWindowsUpdateSummary.Builder. copy(InstalledWindowsUpdateSummary model)
-
Uses of InstalledWindowsUpdateSummary in com.oracle.bmc.osmanagement.responses
Methods in com.oracle.bmc.osmanagement.responses that return types with arguments of type InstalledWindowsUpdateSummary Modifier and Type Method Description List<InstalledWindowsUpdateSummary>
ListWindowsUpdatesInstalledOnManagedInstanceResponse. getItems()
A list of com.oracle.bmc.osmanagement.model.InstalledWindowsUpdateSummary instances.Method parameters in com.oracle.bmc.osmanagement.responses with type arguments of type InstalledWindowsUpdateSummary Modifier and Type Method Description ListWindowsUpdatesInstalledOnManagedInstanceResponse.Builder
ListWindowsUpdatesInstalledOnManagedInstanceResponse.Builder. items(List<InstalledWindowsUpdateSummary> items)
A list of com.oracle.bmc.osmanagement.model.InstalledWindowsUpdateSummary instances.
-