Uses of Class
software.amazon.awssdk.services.comprehendmedical.model.StopPhiDetectionJobResponse
-
Packages that use StopPhiDetectionJobResponse Package Description software.amazon.awssdk.services.comprehendmedical Amazon Comprehend Medical extracts structured information from unstructured clinical text. -
-
Uses of StopPhiDetectionJobResponse in software.amazon.awssdk.services.comprehendmedical
Methods in software.amazon.awssdk.services.comprehendmedical that return StopPhiDetectionJobResponse Modifier and Type Method Description default StopPhiDetectionJobResponseComprehendMedicalClient. stopPHIDetectionJob(Consumer<StopPhiDetectionJobRequest.Builder> stopPhiDetectionJobRequest)Stops a protected health information (PHI) detection job in progress.default StopPhiDetectionJobResponseComprehendMedicalClient. stopPHIDetectionJob(StopPhiDetectionJobRequest stopPhiDetectionJobRequest)Stops a protected health information (PHI) detection job in progress.Methods in software.amazon.awssdk.services.comprehendmedical that return types with arguments of type StopPhiDetectionJobResponse Modifier and Type Method Description default CompletableFuture<StopPhiDetectionJobResponse>ComprehendMedicalAsyncClient. stopPHIDetectionJob(Consumer<StopPhiDetectionJobRequest.Builder> stopPhiDetectionJobRequest)Stops a protected health information (PHI) detection job in progress.default CompletableFuture<StopPhiDetectionJobResponse>ComprehendMedicalAsyncClient. stopPHIDetectionJob(StopPhiDetectionJobRequest stopPhiDetectionJobRequest)Stops a protected health information (PHI) detection job in progress.
-