Uses of Class
com.oracle.bmc.bds.requests.InstallPatchRequest
-
Packages that use InstallPatchRequest Package Description com.oracle.bmc.bds com.oracle.bmc.bds.requests -
-
Uses of InstallPatchRequest in com.oracle.bmc.bds
Methods in com.oracle.bmc.bds with parameters of type InstallPatchRequest Modifier and Type Method Description InstallPatchResponse
Bds. installPatch(InstallPatchRequest request)
Install the specified patch to this cluster.Future<InstallPatchResponse>
BdsAsync. installPatch(InstallPatchRequest request, AsyncHandler<InstallPatchRequest,InstallPatchResponse> handler)
Install the specified patch to this cluster.Future<InstallPatchResponse>
BdsAsyncClient. installPatch(InstallPatchRequest request, AsyncHandler<InstallPatchRequest,InstallPatchResponse> handler)
InstallPatchResponse
BdsClient. installPatch(InstallPatchRequest request)
Method parameters in com.oracle.bmc.bds with type arguments of type InstallPatchRequest Modifier and Type Method Description Future<InstallPatchResponse>
BdsAsync. installPatch(InstallPatchRequest request, AsyncHandler<InstallPatchRequest,InstallPatchResponse> handler)
Install the specified patch to this cluster.Future<InstallPatchResponse>
BdsAsyncClient. installPatch(InstallPatchRequest request, AsyncHandler<InstallPatchRequest,InstallPatchResponse> handler)
-
Uses of InstallPatchRequest in com.oracle.bmc.bds.requests
Methods in com.oracle.bmc.bds.requests that return InstallPatchRequest Modifier and Type Method Description InstallPatchRequest
InstallPatchRequest.Builder. build()
Build the instance of InstallPatchRequest as configured by this builderInstallPatchRequest
InstallPatchRequest.Builder. buildWithoutInvocationCallback()
Build the instance of InstallPatchRequest as configured by this builderMethods in com.oracle.bmc.bds.requests with parameters of type InstallPatchRequest Modifier and Type Method Description InstallPatchRequest.Builder
InstallPatchRequest.Builder. copy(InstallPatchRequest o)
Copy method to populate the builder with values from the given instance.
-