Uses of Class
com.oracle.bmc.bds.responses.InstallOsPatchResponse
-
Packages that use InstallOsPatchResponse Package Description com.oracle.bmc.bds com.oracle.bmc.bds.responses -
-
Uses of InstallOsPatchResponse in com.oracle.bmc.bds
Methods in com.oracle.bmc.bds that return InstallOsPatchResponse Modifier and Type Method Description InstallOsPatchResponse
Bds. installOsPatch(InstallOsPatchRequest request)
Install an os patch on a clusterInstallOsPatchResponse
BdsClient. installOsPatch(InstallOsPatchRequest request)
Methods in com.oracle.bmc.bds that return types with arguments of type InstallOsPatchResponse Modifier and Type Method Description Future<InstallOsPatchResponse>
BdsAsync. installOsPatch(InstallOsPatchRequest request, AsyncHandler<InstallOsPatchRequest,InstallOsPatchResponse> handler)
Install an os patch on a clusterFuture<InstallOsPatchResponse>
BdsAsyncClient. installOsPatch(InstallOsPatchRequest request, AsyncHandler<InstallOsPatchRequest,InstallOsPatchResponse> handler)
Method parameters in com.oracle.bmc.bds with type arguments of type InstallOsPatchResponse Modifier and Type Method Description Future<InstallOsPatchResponse>
BdsAsync. installOsPatch(InstallOsPatchRequest request, AsyncHandler<InstallOsPatchRequest,InstallOsPatchResponse> handler)
Install an os patch on a clusterFuture<InstallOsPatchResponse>
BdsAsyncClient. installOsPatch(InstallOsPatchRequest request, AsyncHandler<InstallOsPatchRequest,InstallOsPatchResponse> handler)
-
Uses of InstallOsPatchResponse in com.oracle.bmc.bds.responses
Methods in com.oracle.bmc.bds.responses that return InstallOsPatchResponse Modifier and Type Method Description InstallOsPatchResponse
InstallOsPatchResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.bds.responses with parameters of type InstallOsPatchResponse Modifier and Type Method Description InstallOsPatchResponse.Builder
InstallOsPatchResponse.Builder. copy(InstallOsPatchResponse o)
Copy method to populate the builder with values from the given instance.
-