Uses of Class
com.oracle.bmc.bds.requests.InstallOsPatchRequest
-
Packages that use InstallOsPatchRequest Package Description com.oracle.bmc.bds com.oracle.bmc.bds.requests -
-
Uses of InstallOsPatchRequest in com.oracle.bmc.bds
Methods in com.oracle.bmc.bds with parameters of type InstallOsPatchRequest Modifier and Type Method Description InstallOsPatchResponse
Bds. installOsPatch(InstallOsPatchRequest request)
Install an os patch on a clusterFuture<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)
InstallOsPatchResponse
BdsClient. installOsPatch(InstallOsPatchRequest request)
Method parameters in com.oracle.bmc.bds with type arguments of type InstallOsPatchRequest 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 InstallOsPatchRequest in com.oracle.bmc.bds.requests
Methods in com.oracle.bmc.bds.requests that return InstallOsPatchRequest Modifier and Type Method Description InstallOsPatchRequest
InstallOsPatchRequest.Builder. build()
Build the instance of InstallOsPatchRequest as configured by this builderInstallOsPatchRequest
InstallOsPatchRequest.Builder. buildWithoutInvocationCallback()
Build the instance of InstallOsPatchRequest as configured by this builderMethods in com.oracle.bmc.bds.requests with parameters of type InstallOsPatchRequest Modifier and Type Method Description InstallOsPatchRequest.Builder
InstallOsPatchRequest.Builder. copy(InstallOsPatchRequest o)
Copy method to populate the builder with values from the given instance.
-