Uses of Class
com.oracle.bmc.ailanguage.responses.CancelJobResponse
-
Packages that use CancelJobResponse Package Description com.oracle.bmc.ailanguage com.oracle.bmc.ailanguage.responses -
-
Uses of CancelJobResponse in com.oracle.bmc.ailanguage
Methods in com.oracle.bmc.ailanguage that return CancelJobResponse Modifier and Type Method Description CancelJobResponse
AIServiceLanguage. cancelJob(CancelJobRequest request)
Canceling the job cancels all the tasks under it.CancelJobResponse
AIServiceLanguageClient. cancelJob(CancelJobRequest request)
Methods in com.oracle.bmc.ailanguage that return types with arguments of type CancelJobResponse Modifier and Type Method Description Future<CancelJobResponse>
AIServiceLanguageAsync. cancelJob(CancelJobRequest request, AsyncHandler<CancelJobRequest,CancelJobResponse> handler)
Canceling the job cancels all the tasks under it.Future<CancelJobResponse>
AIServiceLanguageAsyncClient. cancelJob(CancelJobRequest request, AsyncHandler<CancelJobRequest,CancelJobResponse> handler)
Method parameters in com.oracle.bmc.ailanguage with type arguments of type CancelJobResponse Modifier and Type Method Description Future<CancelJobResponse>
AIServiceLanguageAsync. cancelJob(CancelJobRequest request, AsyncHandler<CancelJobRequest,CancelJobResponse> handler)
Canceling the job cancels all the tasks under it.Future<CancelJobResponse>
AIServiceLanguageAsyncClient. cancelJob(CancelJobRequest request, AsyncHandler<CancelJobRequest,CancelJobResponse> handler)
-
Uses of CancelJobResponse in com.oracle.bmc.ailanguage.responses
Methods in com.oracle.bmc.ailanguage.responses that return CancelJobResponse Modifier and Type Method Description CancelJobResponse
CancelJobResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.ailanguage.responses with parameters of type CancelJobResponse Modifier and Type Method Description CancelJobResponse.Builder
CancelJobResponse.Builder. copy(CancelJobResponse o)
Copy method to populate the builder with values from the given instance.
-