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