Uses of Class
software.amazon.awssdk.services.comprehend.model.StopEntitiesDetectionJobRequest
-
Packages that use StopEntitiesDetectionJobRequest 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.transform -
-
Uses of StopEntitiesDetectionJobRequest in software.amazon.awssdk.services.comprehend
Methods in software.amazon.awssdk.services.comprehend with parameters of type StopEntitiesDetectionJobRequest Modifier and Type Method Description default CompletableFuture<StopEntitiesDetectionJobResponse>ComprehendAsyncClient. stopEntitiesDetectionJob(StopEntitiesDetectionJobRequest stopEntitiesDetectionJobRequest)Stops an entities detection job in progress.default StopEntitiesDetectionJobResponseComprehendClient. stopEntitiesDetectionJob(StopEntitiesDetectionJobRequest stopEntitiesDetectionJobRequest)Stops an entities detection job in progress. -
Uses of StopEntitiesDetectionJobRequest in software.amazon.awssdk.services.comprehend.transform
Methods in software.amazon.awssdk.services.comprehend.transform with parameters of type StopEntitiesDetectionJobRequest Modifier and Type Method Description SdkHttpFullRequestStopEntitiesDetectionJobRequestMarshaller. marshall(StopEntitiesDetectionJobRequest stopEntitiesDetectionJobRequest)
-