Uses of Class
software.amazon.awssdk.services.comprehend.model.StopTargetedSentimentDetectionJobRequest
-
Packages that use StopTargetedSentimentDetectionJobRequest Package Description software.amazon.awssdk.services.comprehend Amazon Comprehend is an Amazon Web Services service for gaining insight into the content of documents.software.amazon.awssdk.services.comprehend.transform -
-
Uses of StopTargetedSentimentDetectionJobRequest in software.amazon.awssdk.services.comprehend
Methods in software.amazon.awssdk.services.comprehend with parameters of type StopTargetedSentimentDetectionJobRequest Modifier and Type Method Description default CompletableFuture<StopTargetedSentimentDetectionJobResponse>ComprehendAsyncClient. stopTargetedSentimentDetectionJob(StopTargetedSentimentDetectionJobRequest stopTargetedSentimentDetectionJobRequest)Stops a targeted sentiment detection job in progress.default StopTargetedSentimentDetectionJobResponseComprehendClient. stopTargetedSentimentDetectionJob(StopTargetedSentimentDetectionJobRequest stopTargetedSentimentDetectionJobRequest)Stops a targeted sentiment detection job in progress. -
Uses of StopTargetedSentimentDetectionJobRequest in software.amazon.awssdk.services.comprehend.transform
Methods in software.amazon.awssdk.services.comprehend.transform with parameters of type StopTargetedSentimentDetectionJobRequest Modifier and Type Method Description SdkHttpFullRequestStopTargetedSentimentDetectionJobRequestMarshaller. marshall(StopTargetedSentimentDetectionJobRequest stopTargetedSentimentDetectionJobRequest)
-