Uses of Class
software.amazon.awssdk.services.comprehend.model.StopSentimentDetectionJobResponse
-
Packages that use StopSentimentDetectionJobResponse 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 StopSentimentDetectionJobResponse in software.amazon.awssdk.services.comprehend
Methods in software.amazon.awssdk.services.comprehend that return StopSentimentDetectionJobResponse Modifier and Type Method Description default StopSentimentDetectionJobResponseComprehendClient. stopSentimentDetectionJob(Consumer<StopSentimentDetectionJobRequest.Builder> stopSentimentDetectionJobRequest)Stops a sentiment detection job in progress.default StopSentimentDetectionJobResponseComprehendClient. stopSentimentDetectionJob(StopSentimentDetectionJobRequest stopSentimentDetectionJobRequest)Stops a sentiment detection job in progress.Methods in software.amazon.awssdk.services.comprehend that return types with arguments of type StopSentimentDetectionJobResponse Modifier and Type Method Description default CompletableFuture<StopSentimentDetectionJobResponse>ComprehendAsyncClient. stopSentimentDetectionJob(Consumer<StopSentimentDetectionJobRequest.Builder> stopSentimentDetectionJobRequest)Stops a sentiment detection job in progress.default CompletableFuture<StopSentimentDetectionJobResponse>ComprehendAsyncClient. stopSentimentDetectionJob(StopSentimentDetectionJobRequest stopSentimentDetectionJobRequest)Stops a sentiment detection job in progress.
-