Uses of Class
com.oracle.bmc.osmanagementhub.model.AvailableWindowsUpdateSummary
- 
Packages that use AvailableWindowsUpdateSummary Package Description com.oracle.bmc.osmanagementhub com.oracle.bmc.osmanagementhub.model 
- 
- 
Uses of AvailableWindowsUpdateSummary in com.oracle.bmc.osmanagementhubMethods in com.oracle.bmc.osmanagementhub that return types with arguments of type AvailableWindowsUpdateSummary Modifier and Type Method Description Iterable<AvailableWindowsUpdateSummary>ManagedInstancePaginators. listManagedInstanceAvailableWindowsUpdatesRecordIterator(ListManagedInstanceAvailableWindowsUpdatesRequest request)Creates a new iterable which will iterate over theAvailableWindowsUpdateSummaryobjects contained in responses from the listManagedInstanceAvailableWindowsUpdates operation.
- 
Uses of AvailableWindowsUpdateSummary in com.oracle.bmc.osmanagementhub.modelMethods in com.oracle.bmc.osmanagementhub.model that return AvailableWindowsUpdateSummary Modifier and Type Method Description AvailableWindowsUpdateSummaryAvailableWindowsUpdateSummary.Builder. build()Methods in com.oracle.bmc.osmanagementhub.model that return types with arguments of type AvailableWindowsUpdateSummary Modifier and Type Method Description List<AvailableWindowsUpdateSummary>AvailableWindowsUpdateCollection. getItems()List of available Windows updates.Methods in com.oracle.bmc.osmanagementhub.model with parameters of type AvailableWindowsUpdateSummary Modifier and Type Method Description AvailableWindowsUpdateSummary.BuilderAvailableWindowsUpdateSummary.Builder. copy(AvailableWindowsUpdateSummary model)Method parameters in com.oracle.bmc.osmanagementhub.model with type arguments of type AvailableWindowsUpdateSummary Modifier and Type Method Description AvailableWindowsUpdateCollection.BuilderAvailableWindowsUpdateCollection.Builder. items(List<AvailableWindowsUpdateSummary> items)List of available Windows updates.Constructor parameters in com.oracle.bmc.osmanagementhub.model with type arguments of type AvailableWindowsUpdateSummary Constructor Description AvailableWindowsUpdateCollection(List<AvailableWindowsUpdateSummary> items)Deprecated.
 
-