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