Uses of Class
software.amazon.awssdk.services.comprehend.model.StopEntitiesDetectionJobResponse
-
Packages that use StopEntitiesDetectionJobResponse Package Description software.amazon.awssdk.services.comprehend Amazon Comprehend is an Amazon Web Services service for gaining insight into the content of documents. -
-
Uses of StopEntitiesDetectionJobResponse in software.amazon.awssdk.services.comprehend
Methods in software.amazon.awssdk.services.comprehend that return StopEntitiesDetectionJobResponse Modifier and Type Method Description default StopEntitiesDetectionJobResponseComprehendClient. stopEntitiesDetectionJob(Consumer<StopEntitiesDetectionJobRequest.Builder> stopEntitiesDetectionJobRequest)Stops an entities detection job in progress.default StopEntitiesDetectionJobResponseComprehendClient. stopEntitiesDetectionJob(StopEntitiesDetectionJobRequest stopEntitiesDetectionJobRequest)Stops an entities detection job in progress.Methods in software.amazon.awssdk.services.comprehend that return types with arguments of type StopEntitiesDetectionJobResponse Modifier and Type Method Description default CompletableFuture<StopEntitiesDetectionJobResponse>ComprehendAsyncClient. stopEntitiesDetectionJob(Consumer<StopEntitiesDetectionJobRequest.Builder> stopEntitiesDetectionJobRequest)Stops an entities detection job in progress.default CompletableFuture<StopEntitiesDetectionJobResponse>ComprehendAsyncClient. stopEntitiesDetectionJob(StopEntitiesDetectionJobRequest stopEntitiesDetectionJobRequest)Stops an entities detection job in progress.
-