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