Uses of Class
com.oracle.bmc.datascience.requests.DeleteJobRequest
-
Packages that use DeleteJobRequest Package Description com.oracle.bmc.datascience com.oracle.bmc.datascience.requests -
-
Uses of DeleteJobRequest in com.oracle.bmc.datascience
Methods in com.oracle.bmc.datascience with parameters of type DeleteJobRequest Modifier and Type Method Description DeleteJobResponse
DataScience. deleteJob(DeleteJobRequest request)
Deletes a job.Future<DeleteJobResponse>
DataScienceAsync. deleteJob(DeleteJobRequest request, AsyncHandler<DeleteJobRequest,DeleteJobResponse> handler)
Deletes a job.Future<DeleteJobResponse>
DataScienceAsyncClient. deleteJob(DeleteJobRequest request, AsyncHandler<DeleteJobRequest,DeleteJobResponse> handler)
DeleteJobResponse
DataScienceClient. deleteJob(DeleteJobRequest request)
Method parameters in com.oracle.bmc.datascience with type arguments of type DeleteJobRequest 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 DeleteJobRequest in com.oracle.bmc.datascience.requests
Methods in com.oracle.bmc.datascience.requests that return DeleteJobRequest Modifier and Type Method Description DeleteJobRequest
DeleteJobRequest.Builder. build()
Build the instance of DeleteJobRequest as configured by this builderDeleteJobRequest
DeleteJobRequest.Builder. buildWithoutInvocationCallback()
Build the instance of DeleteJobRequest as configured by this builderMethods in com.oracle.bmc.datascience.requests with parameters of type DeleteJobRequest Modifier and Type Method Description DeleteJobRequest.Builder
DeleteJobRequest.Builder. copy(DeleteJobRequest o)
Copy method to populate the builder with values from the given instance.
-