@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAWSComprehendMedicalAsync extends AbstractAWSComprehendMedical implements AWSComprehendMedicalAsync
AWSComprehendMedicalAsync. Convenient method forms pass through to the
corresponding overload that takes a request object and an AsyncHandler, which throws an
UnsupportedOperationException.ENDPOINT_PREFIX| Modifier | Constructor and Description |
|---|---|
protected |
AbstractAWSComprehendMedicalAsync() |
describeEntitiesDetectionV2Job, describePHIDetectionJob, detectEntities, detectEntitiesV2, detectPHI, getCachedResponseMetadata, listEntitiesDetectionV2Jobs, listPHIDetectionJobs, shutdown, startEntitiesDetectionV2Job, startPHIDetectionJob, stopEntitiesDetectionV2Job, stopPHIDetectionJobclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdescribeEntitiesDetectionV2Job, describePHIDetectionJob, detectEntities, detectEntitiesV2, detectPHI, getCachedResponseMetadata, listEntitiesDetectionV2Jobs, listPHIDetectionJobs, shutdown, startEntitiesDetectionV2Job, startPHIDetectionJob, stopEntitiesDetectionV2Job, stopPHIDetectionJobpublic Future<DescribeEntitiesDetectionV2JobResult> describeEntitiesDetectionV2JobAsync(DescribeEntitiesDetectionV2JobRequest request)
AWSComprehendMedicalAsyncGets the properties associated with a medical entities detection job. Use this operation to get the status of a detection job.
describeEntitiesDetectionV2JobAsync in interface AWSComprehendMedicalAsyncpublic Future<DescribeEntitiesDetectionV2JobResult> describeEntitiesDetectionV2JobAsync(DescribeEntitiesDetectionV2JobRequest request, AsyncHandler<DescribeEntitiesDetectionV2JobRequest,DescribeEntitiesDetectionV2JobResult> asyncHandler)
AWSComprehendMedicalAsyncGets the properties associated with a medical entities detection job. Use this operation to get the status of a detection job.
describeEntitiesDetectionV2JobAsync in interface AWSComprehendMedicalAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DescribePHIDetectionJobResult> describePHIDetectionJobAsync(DescribePHIDetectionJobRequest request)
AWSComprehendMedicalAsyncGets the properties associated with a protected health information (PHI) detection job. Use this operation to get the status of a detection job.
describePHIDetectionJobAsync in interface AWSComprehendMedicalAsyncpublic Future<DescribePHIDetectionJobResult> describePHIDetectionJobAsync(DescribePHIDetectionJobRequest request, AsyncHandler<DescribePHIDetectionJobRequest,DescribePHIDetectionJobResult> asyncHandler)
AWSComprehendMedicalAsyncGets the properties associated with a protected health information (PHI) detection job. Use this operation to get the status of a detection job.
describePHIDetectionJobAsync in interface AWSComprehendMedicalAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.@Deprecated public Future<DetectEntitiesResult> detectEntitiesAsync(DetectEntitiesRequest request)
AWSComprehendMedicalAsync
The DetectEntities operation is deprecated. You should use the DetectEntitiesV2 operation
instead.
Inspects the clinical text for a variety of medical entities and returns specific information about them such as entity category, location, and confidence score on that information .
detectEntitiesAsync in interface AWSComprehendMedicalAsync@Deprecated public Future<DetectEntitiesResult> detectEntitiesAsync(DetectEntitiesRequest request, AsyncHandler<DetectEntitiesRequest,DetectEntitiesResult> asyncHandler)
AWSComprehendMedicalAsync
The DetectEntities operation is deprecated. You should use the DetectEntitiesV2 operation
instead.
Inspects the clinical text for a variety of medical entities and returns specific information about them such as entity category, location, and confidence score on that information .
detectEntitiesAsync in interface AWSComprehendMedicalAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DetectEntitiesV2Result> detectEntitiesV2Async(DetectEntitiesV2Request request)
AWSComprehendMedicalAsyncInspects the clinical text for a variety of medical entities and returns specific information about them such as entity category, location, and confidence score on that information.
The DetectEntitiesV2 operation replaces the DetectEntities operation. This new action uses a
different model for determining the entities in your medical text and changes the way that some entities are
returned in the output. You should use the DetectEntitiesV2 operation in all new applications.
The DetectEntitiesV2 operation returns the Acuity and Direction entities
as attributes instead of types. It does not return the Quality or Quantity entities.
detectEntitiesV2Async in interface AWSComprehendMedicalAsyncpublic Future<DetectEntitiesV2Result> detectEntitiesV2Async(DetectEntitiesV2Request request, AsyncHandler<DetectEntitiesV2Request,DetectEntitiesV2Result> asyncHandler)
AWSComprehendMedicalAsyncInspects the clinical text for a variety of medical entities and returns specific information about them such as entity category, location, and confidence score on that information.
The DetectEntitiesV2 operation replaces the DetectEntities operation. This new action uses a
different model for determining the entities in your medical text and changes the way that some entities are
returned in the output. You should use the DetectEntitiesV2 operation in all new applications.
The DetectEntitiesV2 operation returns the Acuity and Direction entities
as attributes instead of types. It does not return the Quality or Quantity entities.
detectEntitiesV2Async in interface AWSComprehendMedicalAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DetectPHIResult> detectPHIAsync(DetectPHIRequest request)
AWSComprehendMedicalAsyncInspects the clinical text for protected health information (PHI) entities and entity category, location, and confidence score on that information.
detectPHIAsync in interface AWSComprehendMedicalAsyncpublic Future<DetectPHIResult> detectPHIAsync(DetectPHIRequest request, AsyncHandler<DetectPHIRequest,DetectPHIResult> asyncHandler)
AWSComprehendMedicalAsyncInspects the clinical text for protected health information (PHI) entities and entity category, location, and confidence score on that information.
detectPHIAsync in interface AWSComprehendMedicalAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListEntitiesDetectionV2JobsResult> listEntitiesDetectionV2JobsAsync(ListEntitiesDetectionV2JobsRequest request)
AWSComprehendMedicalAsyncGets a list of medical entity detection jobs that you have submitted.
listEntitiesDetectionV2JobsAsync in interface AWSComprehendMedicalAsyncpublic Future<ListEntitiesDetectionV2JobsResult> listEntitiesDetectionV2JobsAsync(ListEntitiesDetectionV2JobsRequest request, AsyncHandler<ListEntitiesDetectionV2JobsRequest,ListEntitiesDetectionV2JobsResult> asyncHandler)
AWSComprehendMedicalAsyncGets a list of medical entity detection jobs that you have submitted.
listEntitiesDetectionV2JobsAsync in interface AWSComprehendMedicalAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListPHIDetectionJobsResult> listPHIDetectionJobsAsync(ListPHIDetectionJobsRequest request)
AWSComprehendMedicalAsyncGets a list of protected health information (PHI) detection jobs that you have submitted.
listPHIDetectionJobsAsync in interface AWSComprehendMedicalAsyncpublic Future<ListPHIDetectionJobsResult> listPHIDetectionJobsAsync(ListPHIDetectionJobsRequest request, AsyncHandler<ListPHIDetectionJobsRequest,ListPHIDetectionJobsResult> asyncHandler)
AWSComprehendMedicalAsyncGets a list of protected health information (PHI) detection jobs that you have submitted.
listPHIDetectionJobsAsync in interface AWSComprehendMedicalAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<StartEntitiesDetectionV2JobResult> startEntitiesDetectionV2JobAsync(StartEntitiesDetectionV2JobRequest request)
AWSComprehendMedicalAsync
Starts an asynchronous medical entity detection job for a collection of documents. Use the
DescribeEntitiesDetectionV2Job operation to track the status of a job.
startEntitiesDetectionV2JobAsync in interface AWSComprehendMedicalAsyncpublic Future<StartEntitiesDetectionV2JobResult> startEntitiesDetectionV2JobAsync(StartEntitiesDetectionV2JobRequest request, AsyncHandler<StartEntitiesDetectionV2JobRequest,StartEntitiesDetectionV2JobResult> asyncHandler)
AWSComprehendMedicalAsync
Starts an asynchronous medical entity detection job for a collection of documents. Use the
DescribeEntitiesDetectionV2Job operation to track the status of a job.
startEntitiesDetectionV2JobAsync in interface AWSComprehendMedicalAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<StartPHIDetectionJobResult> startPHIDetectionJobAsync(StartPHIDetectionJobRequest request)
AWSComprehendMedicalAsync
Starts an asynchronous job to detect protected health information (PHI). Use the
DescribePHIDetectionJob operation to track the status of a job.
startPHIDetectionJobAsync in interface AWSComprehendMedicalAsyncpublic Future<StartPHIDetectionJobResult> startPHIDetectionJobAsync(StartPHIDetectionJobRequest request, AsyncHandler<StartPHIDetectionJobRequest,StartPHIDetectionJobResult> asyncHandler)
AWSComprehendMedicalAsync
Starts an asynchronous job to detect protected health information (PHI). Use the
DescribePHIDetectionJob operation to track the status of a job.
startPHIDetectionJobAsync in interface AWSComprehendMedicalAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<StopEntitiesDetectionV2JobResult> stopEntitiesDetectionV2JobAsync(StopEntitiesDetectionV2JobRequest request)
AWSComprehendMedicalAsyncStops a medical entities detection job in progress.
stopEntitiesDetectionV2JobAsync in interface AWSComprehendMedicalAsyncpublic Future<StopEntitiesDetectionV2JobResult> stopEntitiesDetectionV2JobAsync(StopEntitiesDetectionV2JobRequest request, AsyncHandler<StopEntitiesDetectionV2JobRequest,StopEntitiesDetectionV2JobResult> asyncHandler)
AWSComprehendMedicalAsyncStops a medical entities detection job in progress.
stopEntitiesDetectionV2JobAsync in interface AWSComprehendMedicalAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<StopPHIDetectionJobResult> stopPHIDetectionJobAsync(StopPHIDetectionJobRequest request)
AWSComprehendMedicalAsyncStops a protected health information (PHI) detection job in progress.
stopPHIDetectionJobAsync in interface AWSComprehendMedicalAsyncpublic Future<StopPHIDetectionJobResult> stopPHIDetectionJobAsync(StopPHIDetectionJobRequest request, AsyncHandler<StopPHIDetectionJobRequest,StopPHIDetectionJobResult> asyncHandler)
AWSComprehendMedicalAsyncStops a protected health information (PHI) detection job in progress.
stopPHIDetectionJobAsync in interface AWSComprehendMedicalAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Copyright © 2019. All rights reserved.