Uses of Class
com.oracle.bmc.datascience.responses.DeleteJobRunResponse
-
Packages that use DeleteJobRunResponse Package Description com.oracle.bmc.datascience com.oracle.bmc.datascience.responses -
-
Uses of DeleteJobRunResponse in com.oracle.bmc.datascience
Methods in com.oracle.bmc.datascience that return DeleteJobRunResponse Modifier and Type Method Description DeleteJobRunResponse
DataScience. deleteJobRun(DeleteJobRunRequest request)
Deletes a job run.DeleteJobRunResponse
DataScienceClient. deleteJobRun(DeleteJobRunRequest request)
Methods in com.oracle.bmc.datascience that return types with arguments of type DeleteJobRunResponse Modifier and Type Method Description Future<DeleteJobRunResponse>
DataScienceAsync. deleteJobRun(DeleteJobRunRequest request, AsyncHandler<DeleteJobRunRequest,DeleteJobRunResponse> handler)
Deletes a job run.Future<DeleteJobRunResponse>
DataScienceAsyncClient. deleteJobRun(DeleteJobRunRequest request, AsyncHandler<DeleteJobRunRequest,DeleteJobRunResponse> handler)
Method parameters in com.oracle.bmc.datascience with type arguments of type DeleteJobRunResponse Modifier and Type Method Description Future<DeleteJobRunResponse>
DataScienceAsync. deleteJobRun(DeleteJobRunRequest request, AsyncHandler<DeleteJobRunRequest,DeleteJobRunResponse> handler)
Deletes a job run.Future<DeleteJobRunResponse>
DataScienceAsyncClient. deleteJobRun(DeleteJobRunRequest request, AsyncHandler<DeleteJobRunRequest,DeleteJobRunResponse> handler)
-
Uses of DeleteJobRunResponse in com.oracle.bmc.datascience.responses
Methods in com.oracle.bmc.datascience.responses that return DeleteJobRunResponse Modifier and Type Method Description DeleteJobRunResponse
DeleteJobRunResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.datascience.responses with parameters of type DeleteJobRunResponse Modifier and Type Method Description DeleteJobRunResponse.Builder
DeleteJobRunResponse.Builder. copy(DeleteJobRunResponse o)
Copy method to populate the builder with values from the given instance.
-