Uses of Class
com.oracle.bmc.datascience.requests.CancelJobRunRequest
-
Packages that use CancelJobRunRequest Package Description com.oracle.bmc.datascience com.oracle.bmc.datascience.requests -
-
Uses of CancelJobRunRequest in com.oracle.bmc.datascience
Methods in com.oracle.bmc.datascience with parameters of type CancelJobRunRequest Modifier and Type Method Description CancelJobRunResponse
DataScience. cancelJobRun(CancelJobRunRequest request)
Cancels an IN_PROGRESS job run.Future<CancelJobRunResponse>
DataScienceAsync. cancelJobRun(CancelJobRunRequest request, AsyncHandler<CancelJobRunRequest,CancelJobRunResponse> handler)
Cancels an IN_PROGRESS job run.Future<CancelJobRunResponse>
DataScienceAsyncClient. cancelJobRun(CancelJobRunRequest request, AsyncHandler<CancelJobRunRequest,CancelJobRunResponse> handler)
CancelJobRunResponse
DataScienceClient. cancelJobRun(CancelJobRunRequest request)
Method parameters in com.oracle.bmc.datascience with type arguments of type CancelJobRunRequest Modifier and Type Method Description Future<CancelJobRunResponse>
DataScienceAsync. cancelJobRun(CancelJobRunRequest request, AsyncHandler<CancelJobRunRequest,CancelJobRunResponse> handler)
Cancels an IN_PROGRESS job run.Future<CancelJobRunResponse>
DataScienceAsyncClient. cancelJobRun(CancelJobRunRequest request, AsyncHandler<CancelJobRunRequest,CancelJobRunResponse> handler)
-
Uses of CancelJobRunRequest in com.oracle.bmc.datascience.requests
Methods in com.oracle.bmc.datascience.requests that return CancelJobRunRequest Modifier and Type Method Description CancelJobRunRequest
CancelJobRunRequest.Builder. build()
Build the instance of CancelJobRunRequest as configured by this builderCancelJobRunRequest
CancelJobRunRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CancelJobRunRequest as configured by this builderMethods in com.oracle.bmc.datascience.requests with parameters of type CancelJobRunRequest Modifier and Type Method Description CancelJobRunRequest.Builder
CancelJobRunRequest.Builder. copy(CancelJobRunRequest o)
Copy method to populate the builder with values from the given instance.
-