Uses of Class
com.oracle.bmc.osmanagement.responses.GetWindowsUpdateResponse
-
Packages that use GetWindowsUpdateResponse Package Description com.oracle.bmc.osmanagement com.oracle.bmc.osmanagement.responses -
-
Uses of GetWindowsUpdateResponse in com.oracle.bmc.osmanagement
Methods in com.oracle.bmc.osmanagement that return GetWindowsUpdateResponse Modifier and Type Method Description GetWindowsUpdateResponse
OsManagement. getWindowsUpdate(GetWindowsUpdateRequest request)
Returns a Windows Update object.GetWindowsUpdateResponse
OsManagementClient. getWindowsUpdate(GetWindowsUpdateRequest request)
Methods in com.oracle.bmc.osmanagement that return types with arguments of type GetWindowsUpdateResponse Modifier and Type Method Description Future<GetWindowsUpdateResponse>
OsManagementAsync. getWindowsUpdate(GetWindowsUpdateRequest request, AsyncHandler<GetWindowsUpdateRequest,GetWindowsUpdateResponse> handler)
Returns a Windows Update object.Future<GetWindowsUpdateResponse>
OsManagementAsyncClient. getWindowsUpdate(GetWindowsUpdateRequest request, AsyncHandler<GetWindowsUpdateRequest,GetWindowsUpdateResponse> handler)
Method parameters in com.oracle.bmc.osmanagement with type arguments of type GetWindowsUpdateResponse Modifier and Type Method Description Future<GetWindowsUpdateResponse>
OsManagementAsync. getWindowsUpdate(GetWindowsUpdateRequest request, AsyncHandler<GetWindowsUpdateRequest,GetWindowsUpdateResponse> handler)
Returns a Windows Update object.Future<GetWindowsUpdateResponse>
OsManagementAsyncClient. getWindowsUpdate(GetWindowsUpdateRequest request, AsyncHandler<GetWindowsUpdateRequest,GetWindowsUpdateResponse> handler)
-
Uses of GetWindowsUpdateResponse in com.oracle.bmc.osmanagement.responses
Methods in com.oracle.bmc.osmanagement.responses that return GetWindowsUpdateResponse Modifier and Type Method Description GetWindowsUpdateResponse
GetWindowsUpdateResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.osmanagement.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.
-