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