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