Uses of Class
com.oracle.bmc.osmanagement.responses.InstallWindowsUpdateOnManagedInstanceResponse
-
Packages that use InstallWindowsUpdateOnManagedInstanceResponse Package Description com.oracle.bmc.osmanagement com.oracle.bmc.osmanagement.responses -
-
Uses of InstallWindowsUpdateOnManagedInstanceResponse in com.oracle.bmc.osmanagement
Methods in com.oracle.bmc.osmanagement that return InstallWindowsUpdateOnManagedInstanceResponse Modifier and Type Method Description InstallWindowsUpdateOnManagedInstanceResponse
OsManagement. installWindowsUpdateOnManagedInstance(InstallWindowsUpdateOnManagedInstanceRequest request)
Installs a Windows update on a managed instance.InstallWindowsUpdateOnManagedInstanceResponse
OsManagementClient. installWindowsUpdateOnManagedInstance(InstallWindowsUpdateOnManagedInstanceRequest request)
Methods in com.oracle.bmc.osmanagement that return types with arguments of type InstallWindowsUpdateOnManagedInstanceResponse Modifier and Type Method Description Future<InstallWindowsUpdateOnManagedInstanceResponse>
OsManagementAsync. installWindowsUpdateOnManagedInstance(InstallWindowsUpdateOnManagedInstanceRequest request, AsyncHandler<InstallWindowsUpdateOnManagedInstanceRequest,InstallWindowsUpdateOnManagedInstanceResponse> handler)
Installs a Windows update on a managed instance.Future<InstallWindowsUpdateOnManagedInstanceResponse>
OsManagementAsyncClient. installWindowsUpdateOnManagedInstance(InstallWindowsUpdateOnManagedInstanceRequest request, AsyncHandler<InstallWindowsUpdateOnManagedInstanceRequest,InstallWindowsUpdateOnManagedInstanceResponse> handler)
Method parameters in com.oracle.bmc.osmanagement with type arguments of type InstallWindowsUpdateOnManagedInstanceResponse Modifier and Type Method Description Future<InstallWindowsUpdateOnManagedInstanceResponse>
OsManagementAsync. installWindowsUpdateOnManagedInstance(InstallWindowsUpdateOnManagedInstanceRequest request, AsyncHandler<InstallWindowsUpdateOnManagedInstanceRequest,InstallWindowsUpdateOnManagedInstanceResponse> handler)
Installs a Windows update on a managed instance.Future<InstallWindowsUpdateOnManagedInstanceResponse>
OsManagementAsyncClient. installWindowsUpdateOnManagedInstance(InstallWindowsUpdateOnManagedInstanceRequest request, AsyncHandler<InstallWindowsUpdateOnManagedInstanceRequest,InstallWindowsUpdateOnManagedInstanceResponse> handler)
-
Uses of InstallWindowsUpdateOnManagedInstanceResponse in com.oracle.bmc.osmanagement.responses
Methods in com.oracle.bmc.osmanagement.responses that return InstallWindowsUpdateOnManagedInstanceResponse Modifier and Type Method Description InstallWindowsUpdateOnManagedInstanceResponse
InstallWindowsUpdateOnManagedInstanceResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.osmanagement.responses with parameters of type InstallWindowsUpdateOnManagedInstanceResponse Modifier and Type Method Description InstallWindowsUpdateOnManagedInstanceResponse.Builder
InstallWindowsUpdateOnManagedInstanceResponse.Builder. copy(InstallWindowsUpdateOnManagedInstanceResponse o)
Copy method to populate the builder with values from the given instance.
-