Uses of Class
com.oracle.bmc.ailanguage.requests.UpdateJobRequest
-
Packages that use UpdateJobRequest Package Description com.oracle.bmc.ailanguage com.oracle.bmc.ailanguage.requests -
-
Uses of UpdateJobRequest in com.oracle.bmc.ailanguage
Methods in com.oracle.bmc.ailanguage with parameters of type UpdateJobRequest Modifier and Type Method Description UpdateJobResponse
AIServiceLanguage. updateJob(UpdateJobRequest request)
Updates the language service async JobFuture<UpdateJobResponse>
AIServiceLanguageAsync. updateJob(UpdateJobRequest request, AsyncHandler<UpdateJobRequest,UpdateJobResponse> handler)
Updates the language service async JobFuture<UpdateJobResponse>
AIServiceLanguageAsyncClient. updateJob(UpdateJobRequest request, AsyncHandler<UpdateJobRequest,UpdateJobResponse> handler)
UpdateJobResponse
AIServiceLanguageClient. updateJob(UpdateJobRequest request)
Method parameters in com.oracle.bmc.ailanguage with type arguments of type UpdateJobRequest Modifier and Type Method Description Future<UpdateJobResponse>
AIServiceLanguageAsync. updateJob(UpdateJobRequest request, AsyncHandler<UpdateJobRequest,UpdateJobResponse> handler)
Updates the language service async JobFuture<UpdateJobResponse>
AIServiceLanguageAsyncClient. updateJob(UpdateJobRequest request, AsyncHandler<UpdateJobRequest,UpdateJobResponse> handler)
-
Uses of UpdateJobRequest in com.oracle.bmc.ailanguage.requests
Methods in com.oracle.bmc.ailanguage.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.ailanguage.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.
-