Uses of Class
com.oracle.bmc.aispeech.requests.DeleteTranscriptionJobRequest
-
Packages that use DeleteTranscriptionJobRequest Package Description com.oracle.bmc.aispeech com.oracle.bmc.aispeech.requests -
-
Uses of DeleteTranscriptionJobRequest in com.oracle.bmc.aispeech
Methods in com.oracle.bmc.aispeech with parameters of type DeleteTranscriptionJobRequest Modifier and Type Method Description DeleteTranscriptionJobResponse
AIServiceSpeech. deleteTranscriptionJob(DeleteTranscriptionJobRequest request)
Delete API cleans job, tasks and the related metadata.Future<DeleteTranscriptionJobResponse>
AIServiceSpeechAsync. deleteTranscriptionJob(DeleteTranscriptionJobRequest request, AsyncHandler<DeleteTranscriptionJobRequest,DeleteTranscriptionJobResponse> handler)
Delete API cleans job, tasks and the related metadata.Future<DeleteTranscriptionJobResponse>
AIServiceSpeechAsyncClient. deleteTranscriptionJob(DeleteTranscriptionJobRequest request, AsyncHandler<DeleteTranscriptionJobRequest,DeleteTranscriptionJobResponse> handler)
DeleteTranscriptionJobResponse
AIServiceSpeechClient. deleteTranscriptionJob(DeleteTranscriptionJobRequest request)
Method parameters in com.oracle.bmc.aispeech with type arguments of type DeleteTranscriptionJobRequest Modifier and Type Method Description Future<DeleteTranscriptionJobResponse>
AIServiceSpeechAsync. deleteTranscriptionJob(DeleteTranscriptionJobRequest request, AsyncHandler<DeleteTranscriptionJobRequest,DeleteTranscriptionJobResponse> handler)
Delete API cleans job, tasks and the related metadata.Future<DeleteTranscriptionJobResponse>
AIServiceSpeechAsyncClient. deleteTranscriptionJob(DeleteTranscriptionJobRequest request, AsyncHandler<DeleteTranscriptionJobRequest,DeleteTranscriptionJobResponse> handler)
-
Uses of DeleteTranscriptionJobRequest in com.oracle.bmc.aispeech.requests
Methods in com.oracle.bmc.aispeech.requests that return DeleteTranscriptionJobRequest Modifier and Type Method Description DeleteTranscriptionJobRequest
DeleteTranscriptionJobRequest.Builder. build()
Build the instance of DeleteTranscriptionJobRequest as configured by this builderDeleteTranscriptionJobRequest
DeleteTranscriptionJobRequest.Builder. buildWithoutInvocationCallback()
Build the instance of DeleteTranscriptionJobRequest as configured by this builderMethods in com.oracle.bmc.aispeech.requests with parameters of type DeleteTranscriptionJobRequest Modifier and Type Method Description DeleteTranscriptionJobRequest.Builder
DeleteTranscriptionJobRequest.Builder. copy(DeleteTranscriptionJobRequest o)
Copy method to populate the builder with values from the given instance.
-