@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() |
| Modifier and Type | Method and Description |
|---|---|
Future<DetectEntitiesResult> |
detectEntitiesAsync(DetectEntitiesRequest request)
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 .
|
Future<DetectEntitiesResult> |
detectEntitiesAsync(DetectEntitiesRequest request,
AsyncHandler<DetectEntitiesRequest,DetectEntitiesResult> asyncHandler)
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 .
|
Future<DetectPHIResult> |
detectPHIAsync(DetectPHIRequest request)
Inspects the clinical text for personal health information (PHI) entities and entity category, location, and
confidence score on that information.
|
Future<DetectPHIResult> |
detectPHIAsync(DetectPHIRequest request,
AsyncHandler<DetectPHIRequest,DetectPHIResult> asyncHandler)
Inspects the clinical text for personal health information (PHI) entities and entity category, location, and
confidence score on that information.
|
detectEntities, detectPHI, getCachedResponseMetadata, shutdownclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdetectEntities, detectPHI, getCachedResponseMetadata, shutdownpublic Future<DetectEntitiesResult> detectEntitiesAsync(DetectEntitiesRequest 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 .
detectEntitiesAsync in interface AWSComprehendMedicalAsyncpublic Future<DetectEntitiesResult> detectEntitiesAsync(DetectEntitiesRequest request, AsyncHandler<DetectEntitiesRequest,DetectEntitiesResult> 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 .
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<DetectPHIResult> detectPHIAsync(DetectPHIRequest request)
AWSComprehendMedicalAsyncInspects the clinical text for personal 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 personal 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.Copyright © 2019. All rights reserved.