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