Uses of Class
com.oracle.bmc.osmanagementhub.responses.GetWindowsUpdateResponse
-
Packages that use GetWindowsUpdateResponse Package Description com.oracle.bmc.osmanagementhub com.oracle.bmc.osmanagementhub.responses -
-
Uses of GetWindowsUpdateResponse in com.oracle.bmc.osmanagementhub
Methods in com.oracle.bmc.osmanagementhub that return GetWindowsUpdateResponse Modifier and Type Method Description GetWindowsUpdateResponse
ManagedInstance. getWindowsUpdate(GetWindowsUpdateRequest request)
Returns a Windows Update object.GetWindowsUpdateResponse
ManagedInstanceClient. getWindowsUpdate(GetWindowsUpdateRequest request)
Methods in com.oracle.bmc.osmanagementhub that return types with arguments of type GetWindowsUpdateResponse 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)
Method parameters in com.oracle.bmc.osmanagementhub with type arguments of type GetWindowsUpdateResponse 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 GetWindowsUpdateResponse in com.oracle.bmc.osmanagementhub.responses
Methods in com.oracle.bmc.osmanagementhub.responses that return GetWindowsUpdateResponse Modifier and Type Method Description GetWindowsUpdateResponse
GetWindowsUpdateResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.osmanagementhub.responses with parameters of type GetWindowsUpdateResponse Modifier and Type Method Description GetWindowsUpdateResponse.Builder
GetWindowsUpdateResponse.Builder. copy(GetWindowsUpdateResponse o)
Copy method to populate the builder with values from the given instance.
-