Uses of Class
com.oracle.bmc.osmanagementhub.model.WindowsUpdateSummary
-
Packages that use WindowsUpdateSummary Package Description com.oracle.bmc.osmanagementhub com.oracle.bmc.osmanagementhub.model -
-
Uses of WindowsUpdateSummary in com.oracle.bmc.osmanagementhub
Methods in com.oracle.bmc.osmanagementhub that return types with arguments of type WindowsUpdateSummary Modifier and Type Method Description Iterable<WindowsUpdateSummary>
ManagedInstancePaginators. 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.osmanagementhub.model
Methods in com.oracle.bmc.osmanagementhub.model that return WindowsUpdateSummary Modifier and Type Method Description WindowsUpdateSummary
WindowsUpdateSummary.Builder. build()
Methods in com.oracle.bmc.osmanagementhub.model that return types with arguments of type WindowsUpdateSummary Modifier and Type Method Description List<WindowsUpdateSummary>
WindowsUpdateCollection. getItems()
List of Windows updates.Methods in com.oracle.bmc.osmanagementhub.model with parameters of type WindowsUpdateSummary Modifier and Type Method Description WindowsUpdateSummary.Builder
WindowsUpdateSummary.Builder. copy(WindowsUpdateSummary model)
Method parameters in com.oracle.bmc.osmanagementhub.model with type arguments of type WindowsUpdateSummary Modifier and Type Method Description WindowsUpdateCollection.Builder
WindowsUpdateCollection.Builder. items(List<WindowsUpdateSummary> items)
List of Windows updates.Constructor parameters in com.oracle.bmc.osmanagementhub.model with type arguments of type WindowsUpdateSummary Constructor Description WindowsUpdateCollection(List<WindowsUpdateSummary> items)
Deprecated.
-