| Package | Description |
|---|---|
| com.amazonaws.services.comprehend |
Amazon Comprehend is an Amazon Web Services service for gaining insight into the content of documents.
|
| com.amazonaws.services.comprehend.model |
| Modifier and Type | Method and Description |
|---|---|
StartEventsDetectionJobResult |
AmazonComprehendClient.startEventsDetectionJob(StartEventsDetectionJobRequest request)
Starts an asynchronous event detection job for a collection of documents.
|
StartEventsDetectionJobResult |
AbstractAmazonComprehend.startEventsDetectionJob(StartEventsDetectionJobRequest request) |
StartEventsDetectionJobResult |
AmazonComprehend.startEventsDetectionJob(StartEventsDetectionJobRequest startEventsDetectionJobRequest)
Starts an asynchronous event detection job for a collection of documents.
|
| Modifier and Type | Method and Description |
|---|---|
Future<StartEventsDetectionJobResult> |
AmazonComprehendAsyncClient.startEventsDetectionJobAsync(StartEventsDetectionJobRequest request,
AsyncHandler<StartEventsDetectionJobRequest,StartEventsDetectionJobResult> asyncHandler) |
Future<StartEventsDetectionJobResult> |
AbstractAmazonComprehendAsync.startEventsDetectionJobAsync(StartEventsDetectionJobRequest request,
AsyncHandler<StartEventsDetectionJobRequest,StartEventsDetectionJobResult> asyncHandler) |
Future<StartEventsDetectionJobResult> |
AmazonComprehendAsync.startEventsDetectionJobAsync(StartEventsDetectionJobRequest startEventsDetectionJobRequest,
AsyncHandler<StartEventsDetectionJobRequest,StartEventsDetectionJobResult> asyncHandler)
Starts an asynchronous event detection job for a collection of documents.
|
| Modifier and Type | Method and Description |
|---|---|
StartEventsDetectionJobResult |
StartEventsDetectionJobResult.clone() |
StartEventsDetectionJobResult |
StartEventsDetectionJobResult.withJobArn(String jobArn)
The Amazon Resource Name (ARN) of the events detection job.
|
StartEventsDetectionJobResult |
StartEventsDetectionJobResult.withJobId(String jobId)
An unique identifier for the request.
|
StartEventsDetectionJobResult |
StartEventsDetectionJobResult.withJobStatus(JobStatus jobStatus)
The status of the events detection job.
|
StartEventsDetectionJobResult |
StartEventsDetectionJobResult.withJobStatus(String jobStatus)
The status of the events detection job.
|
Copyright © 2023. All rights reserved.