Uses of Class
software.amazon.awssdk.services.comprehend.model.StopDominantLanguageDetectionJobResponse
-
Packages that use StopDominantLanguageDetectionJobResponse Package Description software.amazon.awssdk.services.comprehend Amazon Comprehend is an Amazon Web Services service for gaining insight into the content of documents. -
-
Uses of StopDominantLanguageDetectionJobResponse in software.amazon.awssdk.services.comprehend
Methods in software.amazon.awssdk.services.comprehend that return StopDominantLanguageDetectionJobResponse Modifier and Type Method Description default StopDominantLanguageDetectionJobResponseComprehendClient. stopDominantLanguageDetectionJob(Consumer<StopDominantLanguageDetectionJobRequest.Builder> stopDominantLanguageDetectionJobRequest)Stops a dominant language detection job in progress.default StopDominantLanguageDetectionJobResponseComprehendClient. stopDominantLanguageDetectionJob(StopDominantLanguageDetectionJobRequest stopDominantLanguageDetectionJobRequest)Stops a dominant language detection job in progress.Methods in software.amazon.awssdk.services.comprehend that return types with arguments of type StopDominantLanguageDetectionJobResponse Modifier and Type Method Description default CompletableFuture<StopDominantLanguageDetectionJobResponse>ComprehendAsyncClient. stopDominantLanguageDetectionJob(Consumer<StopDominantLanguageDetectionJobRequest.Builder> stopDominantLanguageDetectionJobRequest)Stops a dominant language detection job in progress.default CompletableFuture<StopDominantLanguageDetectionJobResponse>ComprehendAsyncClient. stopDominantLanguageDetectionJob(StopDominantLanguageDetectionJobRequest stopDominantLanguageDetectionJobRequest)Stops a dominant language detection job in progress.
-