Uses of Class
com.oracle.bmc.osmanagementhub.requests.GetWindowsUpdateRequest
-
Packages that use GetWindowsUpdateRequest Package Description com.oracle.bmc.osmanagementhub com.oracle.bmc.osmanagementhub.requests -
-
Uses of GetWindowsUpdateRequest in com.oracle.bmc.osmanagementhub
Methods in com.oracle.bmc.osmanagementhub with parameters of type GetWindowsUpdateRequest Modifier and Type Method Description GetWindowsUpdateResponse
ManagedInstance. getWindowsUpdate(GetWindowsUpdateRequest request)
Returns a Windows Update object.Future<GetWindowsUpdateResponse>
ManagedInstanceAsync. getWindowsUpdate(GetWindowsUpdateRequest request, AsyncHandler<GetWindowsUpdateRequest,GetWindowsUpdateResponse> handler)
Returns a Windows Update object.Future<GetWindowsUpdateResponse>
ManagedInstanceAsyncClient. getWindowsUpdate(GetWindowsUpdateRequest request, AsyncHandler<GetWindowsUpdateRequest,GetWindowsUpdateResponse> handler)
GetWindowsUpdateResponse
ManagedInstanceClient. getWindowsUpdate(GetWindowsUpdateRequest request)
Method parameters in com.oracle.bmc.osmanagementhub with type arguments of type GetWindowsUpdateRequest Modifier and Type Method Description Future<GetWindowsUpdateResponse>
ManagedInstanceAsync. getWindowsUpdate(GetWindowsUpdateRequest request, AsyncHandler<GetWindowsUpdateRequest,GetWindowsUpdateResponse> handler)
Returns a Windows Update object.Future<GetWindowsUpdateResponse>
ManagedInstanceAsyncClient. getWindowsUpdate(GetWindowsUpdateRequest request, AsyncHandler<GetWindowsUpdateRequest,GetWindowsUpdateResponse> handler)
-
Uses of GetWindowsUpdateRequest in com.oracle.bmc.osmanagementhub.requests
Methods in com.oracle.bmc.osmanagementhub.requests that return GetWindowsUpdateRequest Modifier and Type Method Description GetWindowsUpdateRequest
GetWindowsUpdateRequest.Builder. build()
Build the instance of GetWindowsUpdateRequest as configured by this builderGetWindowsUpdateRequest
GetWindowsUpdateRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetWindowsUpdateRequest as configured by this builderMethods in com.oracle.bmc.osmanagementhub.requests with parameters of type GetWindowsUpdateRequest Modifier and Type Method Description GetWindowsUpdateRequest.Builder
GetWindowsUpdateRequest.Builder. copy(GetWindowsUpdateRequest o)
Copy method to populate the builder with values from the given instance.
-