Uses of Class
com.oracle.bmc.bds.responses.InstallPatchResponse
-
Packages that use InstallPatchResponse Package Description com.oracle.bmc.bds com.oracle.bmc.bds.responses -
-
Uses of InstallPatchResponse in com.oracle.bmc.bds
Methods in com.oracle.bmc.bds that return InstallPatchResponse Modifier and Type Method Description InstallPatchResponse
Bds. installPatch(InstallPatchRequest request)
Install the specified patch to this cluster.InstallPatchResponse
BdsClient. installPatch(InstallPatchRequest request)
Methods in com.oracle.bmc.bds that return types with arguments of type InstallPatchResponse 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)
Method parameters in com.oracle.bmc.bds with type arguments of type InstallPatchResponse 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 InstallPatchResponse in com.oracle.bmc.bds.responses
Methods in com.oracle.bmc.bds.responses that return InstallPatchResponse Modifier and Type Method Description InstallPatchResponse
InstallPatchResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.bds.responses with parameters of type InstallPatchResponse Modifier and Type Method Description InstallPatchResponse.Builder
InstallPatchResponse.Builder. copy(InstallPatchResponse o)
Copy method to populate the builder with values from the given instance.
-