| Package | Description |
|---|---|
| com.amazonaws.services.comprehend |
Amazon Comprehend is an AWS service for gaining insight into the content of documents.
|
| com.amazonaws.services.comprehend.model |
| Modifier and Type | Method and Description |
|---|---|
DescribeEventsDetectionJobResult |
AmazonComprehendClient.describeEventsDetectionJob(DescribeEventsDetectionJobRequest request)
Gets the status and details of an events detection job.
|
DescribeEventsDetectionJobResult |
AmazonComprehend.describeEventsDetectionJob(DescribeEventsDetectionJobRequest describeEventsDetectionJobRequest)
Gets the status and details of an events detection job.
|
DescribeEventsDetectionJobResult |
AbstractAmazonComprehend.describeEventsDetectionJob(DescribeEventsDetectionJobRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeEventsDetectionJobResult> |
AmazonComprehendAsyncClient.describeEventsDetectionJobAsync(DescribeEventsDetectionJobRequest request,
AsyncHandler<DescribeEventsDetectionJobRequest,DescribeEventsDetectionJobResult> asyncHandler) |
Future<DescribeEventsDetectionJobResult> |
AmazonComprehendAsync.describeEventsDetectionJobAsync(DescribeEventsDetectionJobRequest describeEventsDetectionJobRequest,
AsyncHandler<DescribeEventsDetectionJobRequest,DescribeEventsDetectionJobResult> asyncHandler)
Gets the status and details of an events detection job.
|
Future<DescribeEventsDetectionJobResult> |
AbstractAmazonComprehendAsync.describeEventsDetectionJobAsync(DescribeEventsDetectionJobRequest request,
AsyncHandler<DescribeEventsDetectionJobRequest,DescribeEventsDetectionJobResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DescribeEventsDetectionJobResult |
DescribeEventsDetectionJobResult.clone() |
DescribeEventsDetectionJobResult |
DescribeEventsDetectionJobResult.withEventsDetectionJobProperties(EventsDetectionJobProperties eventsDetectionJobProperties)
An object that contains the properties associated with an event detection job.
|
Copyright © 2023. All rights reserved.