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