Uses of Class
com.oracle.bmc.ailanguage.responses.DeleteJobResponse
-
Packages that use DeleteJobResponse Package Description com.oracle.bmc.ailanguage com.oracle.bmc.ailanguage.responses -
-
Uses of DeleteJobResponse in com.oracle.bmc.ailanguage
Methods in com.oracle.bmc.ailanguage that return DeleteJobResponse Modifier and Type Method Description DeleteJobResponse
AIServiceLanguage. deleteJob(DeleteJobRequest request)
Deletes the language service async JobDeleteJobResponse
AIServiceLanguageClient. deleteJob(DeleteJobRequest request)
Methods in com.oracle.bmc.ailanguage that return types with arguments of type DeleteJobResponse Modifier and Type Method Description Future<DeleteJobResponse>
AIServiceLanguageAsync. deleteJob(DeleteJobRequest request, AsyncHandler<DeleteJobRequest,DeleteJobResponse> handler)
Deletes the language service async JobFuture<DeleteJobResponse>
AIServiceLanguageAsyncClient. deleteJob(DeleteJobRequest request, AsyncHandler<DeleteJobRequest,DeleteJobResponse> handler)
Method parameters in com.oracle.bmc.ailanguage with type arguments of type DeleteJobResponse Modifier and Type Method Description Future<DeleteJobResponse>
AIServiceLanguageAsync. deleteJob(DeleteJobRequest request, AsyncHandler<DeleteJobRequest,DeleteJobResponse> handler)
Deletes the language service async JobFuture<DeleteJobResponse>
AIServiceLanguageAsyncClient. deleteJob(DeleteJobRequest request, AsyncHandler<DeleteJobRequest,DeleteJobResponse> handler)
-
Uses of DeleteJobResponse in com.oracle.bmc.ailanguage.responses
Methods in com.oracle.bmc.ailanguage.responses that return DeleteJobResponse Modifier and Type Method Description DeleteJobResponse
DeleteJobResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.ailanguage.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.
-