Uses of Interface
software.amazon.awssdk.services.comprehend.model.StopTargetedSentimentDetectionJobRequest.Builder
-
Packages that use StopTargetedSentimentDetectionJobRequest.Builder 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.model -
-
Uses of StopTargetedSentimentDetectionJobRequest.Builder in software.amazon.awssdk.services.comprehend
Method parameters in software.amazon.awssdk.services.comprehend with type arguments of type StopTargetedSentimentDetectionJobRequest.Builder Modifier and Type Method Description default CompletableFuture<StopTargetedSentimentDetectionJobResponse>ComprehendAsyncClient. stopTargetedSentimentDetectionJob(Consumer<StopTargetedSentimentDetectionJobRequest.Builder> stopTargetedSentimentDetectionJobRequest)Stops a targeted sentiment detection job in progress.default StopTargetedSentimentDetectionJobResponseComprehendClient. stopTargetedSentimentDetectionJob(Consumer<StopTargetedSentimentDetectionJobRequest.Builder> stopTargetedSentimentDetectionJobRequest)Stops a targeted sentiment detection job in progress. -
Uses of StopTargetedSentimentDetectionJobRequest.Builder in software.amazon.awssdk.services.comprehend.model
Methods in software.amazon.awssdk.services.comprehend.model that return StopTargetedSentimentDetectionJobRequest.Builder Modifier and Type Method Description static StopTargetedSentimentDetectionJobRequest.BuilderStopTargetedSentimentDetectionJobRequest. builder()StopTargetedSentimentDetectionJobRequest.BuilderStopTargetedSentimentDetectionJobRequest.Builder. jobId(String jobId)The identifier of the targeted sentiment detection job to stop.StopTargetedSentimentDetectionJobRequest.BuilderStopTargetedSentimentDetectionJobRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)StopTargetedSentimentDetectionJobRequest.BuilderStopTargetedSentimentDetectionJobRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)StopTargetedSentimentDetectionJobRequest.BuilderStopTargetedSentimentDetectionJobRequest. toBuilder()Methods in software.amazon.awssdk.services.comprehend.model that return types with arguments of type StopTargetedSentimentDetectionJobRequest.Builder Modifier and Type Method Description static Class<? extends StopTargetedSentimentDetectionJobRequest.Builder>StopTargetedSentimentDetectionJobRequest. serializableBuilderClass()
-