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