Uses of Class
com.oracle.bmc.osmanagementhub.model.WindowsUpdateTypes
-
Packages that use WindowsUpdateTypes Package Description com.oracle.bmc.osmanagementhub.model -
-
Uses of WindowsUpdateTypes in com.oracle.bmc.osmanagementhub.model
Methods in com.oracle.bmc.osmanagementhub.model that return WindowsUpdateTypes Modifier and Type Method Description static WindowsUpdateTypesWindowsUpdateTypes. create(String key)static WindowsUpdateTypesWindowsUpdateTypes. valueOf(String name)Returns the enum constant of this type with the specified name.static WindowsUpdateTypes[]WindowsUpdateTypes. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.osmanagementhub.model that return types with arguments of type WindowsUpdateTypes Modifier and Type Method Description List<WindowsUpdateTypes>InstallAllWindowsUpdatesOnManagedInstancesInCompartmentDetails. getWindowsUpdateTypes()The types of Windows updates to be installed.List<WindowsUpdateTypes>InstallWindowsUpdatesOnManagedInstanceDetails. getWindowsUpdateTypes()The types of Windows updates to be installed.List<WindowsUpdateTypes>InstallWindowsUpdatesOnManagedInstanceGroupDetails. getWindowsUpdateTypes()The type of Windows updates to be applied.Method parameters in com.oracle.bmc.osmanagementhub.model with type arguments of type WindowsUpdateTypes Modifier and Type Method Description InstallAllWindowsUpdatesOnManagedInstancesInCompartmentDetails.BuilderInstallAllWindowsUpdatesOnManagedInstancesInCompartmentDetails.Builder. windowsUpdateTypes(List<WindowsUpdateTypes> windowsUpdateTypes)The types of Windows updates to be installed.InstallWindowsUpdatesOnManagedInstanceDetails.BuilderInstallWindowsUpdatesOnManagedInstanceDetails.Builder. windowsUpdateTypes(List<WindowsUpdateTypes> windowsUpdateTypes)The types of Windows updates to be installed.InstallWindowsUpdatesOnManagedInstanceGroupDetails.BuilderInstallWindowsUpdatesOnManagedInstanceGroupDetails.Builder. windowsUpdateTypes(List<WindowsUpdateTypes> windowsUpdateTypes)The type of Windows updates to be applied.Constructor parameters in com.oracle.bmc.osmanagementhub.model with type arguments of type WindowsUpdateTypes Constructor Description InstallAllWindowsUpdatesOnManagedInstancesInCompartmentDetails(String compartmentId, List<WindowsUpdateTypes> windowsUpdateTypes, WorkRequestDetails workRequestDetails)Deprecated.InstallWindowsUpdatesOnManagedInstanceGroupDetails(List<WindowsUpdateTypes> windowsUpdateTypes, WorkRequestDetails workRequestDetails)Deprecated.
-