Uses of Class
com.oracle.bmc.ailanguage.responses.UpdateJobResponse
-
Packages that use UpdateJobResponse Package Description com.oracle.bmc.ailanguage com.oracle.bmc.ailanguage.responses -
-
Uses of UpdateJobResponse in com.oracle.bmc.ailanguage
Methods in com.oracle.bmc.ailanguage that return UpdateJobResponse Modifier and Type Method Description UpdateJobResponse
AIServiceLanguage. updateJob(UpdateJobRequest request)
Updates the language service async JobUpdateJobResponse
AIServiceLanguageClient. updateJob(UpdateJobRequest request)
Methods in com.oracle.bmc.ailanguage that return types with arguments of type UpdateJobResponse 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)
Method parameters in com.oracle.bmc.ailanguage with type arguments of type UpdateJobResponse 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 UpdateJobResponse in com.oracle.bmc.ailanguage.responses
Methods in com.oracle.bmc.ailanguage.responses that return UpdateJobResponse Modifier and Type Method Description UpdateJobResponse
UpdateJobResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.ailanguage.responses with parameters of type UpdateJobResponse Modifier and Type Method Description UpdateJobResponse.Builder
UpdateJobResponse.Builder. copy(UpdateJobResponse o)
Copy method to populate the builder with values from the given instance.
-