Uses of Class
software.amazon.awssdk.services.comprehend.model.StopKeyPhrasesDetectionJobResponse
-
Packages that use StopKeyPhrasesDetectionJobResponse 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 StopKeyPhrasesDetectionJobResponse in software.amazon.awssdk.services.comprehend
Methods in software.amazon.awssdk.services.comprehend that return StopKeyPhrasesDetectionJobResponse Modifier and Type Method Description default StopKeyPhrasesDetectionJobResponseComprehendClient. stopKeyPhrasesDetectionJob(Consumer<StopKeyPhrasesDetectionJobRequest.Builder> stopKeyPhrasesDetectionJobRequest)Stops a key phrases detection job in progress.default StopKeyPhrasesDetectionJobResponseComprehendClient. stopKeyPhrasesDetectionJob(StopKeyPhrasesDetectionJobRequest stopKeyPhrasesDetectionJobRequest)Stops a key phrases detection job in progress.Methods in software.amazon.awssdk.services.comprehend that return types with arguments of type StopKeyPhrasesDetectionJobResponse Modifier and Type Method Description default CompletableFuture<StopKeyPhrasesDetectionJobResponse>ComprehendAsyncClient. stopKeyPhrasesDetectionJob(Consumer<StopKeyPhrasesDetectionJobRequest.Builder> stopKeyPhrasesDetectionJobRequest)Stops a key phrases detection job in progress.default CompletableFuture<StopKeyPhrasesDetectionJobResponse>ComprehendAsyncClient. stopKeyPhrasesDetectionJob(StopKeyPhrasesDetectionJobRequest stopKeyPhrasesDetectionJobRequest)Stops a key phrases detection job in progress.
-