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