| 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 |
| Modifier and Type | Method and Description |
|---|---|
default StopSentimentDetectionJobResponse |
ComprehendClient.stopSentimentDetectionJob(Consumer<StopSentimentDetectionJobRequest.Builder> stopSentimentDetectionJobRequest)
Stops a sentiment detection job in progress.
|
default CompletableFuture<StopSentimentDetectionJobResponse> |
ComprehendAsyncClient.stopSentimentDetectionJob(Consumer<StopSentimentDetectionJobRequest.Builder> stopSentimentDetectionJobRequest)
Stops a sentiment detection job in progress.
|
| Modifier and Type | Method and Description |
|---|---|
static StopSentimentDetectionJobRequest.Builder |
StopSentimentDetectionJobRequest.builder() |
StopSentimentDetectionJobRequest.Builder |
StopSentimentDetectionJobRequest.Builder.jobId(String jobId)
The identifier of the sentiment detection job to stop.
|
StopSentimentDetectionJobRequest.Builder |
StopSentimentDetectionJobRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
StopSentimentDetectionJobRequest.Builder |
StopSentimentDetectionJobRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
StopSentimentDetectionJobRequest.Builder |
StopSentimentDetectionJobRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends StopSentimentDetectionJobRequest.Builder> |
StopSentimentDetectionJobRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.