Uses of Class
software.amazon.awssdk.services.comprehendmedical.model.StartPhiDetectionJobResponse
-
Packages that use StartPhiDetectionJobResponse Package Description software.amazon.awssdk.services.comprehendmedical Amazon Comprehend Medical extracts structured information from unstructured clinical text. -
-
Uses of StartPhiDetectionJobResponse in software.amazon.awssdk.services.comprehendmedical
Methods in software.amazon.awssdk.services.comprehendmedical that return StartPhiDetectionJobResponse Modifier and Type Method Description default StartPhiDetectionJobResponseComprehendMedicalClient. startPHIDetectionJob(Consumer<StartPhiDetectionJobRequest.Builder> startPhiDetectionJobRequest)Starts an asynchronous job to detect protected health information (PHI).default StartPhiDetectionJobResponseComprehendMedicalClient. startPHIDetectionJob(StartPhiDetectionJobRequest startPhiDetectionJobRequest)Starts an asynchronous job to detect protected health information (PHI).Methods in software.amazon.awssdk.services.comprehendmedical that return types with arguments of type StartPhiDetectionJobResponse Modifier and Type Method Description default CompletableFuture<StartPhiDetectionJobResponse>ComprehendMedicalAsyncClient. startPHIDetectionJob(Consumer<StartPhiDetectionJobRequest.Builder> startPhiDetectionJobRequest)Starts an asynchronous job to detect protected health information (PHI).default CompletableFuture<StartPhiDetectionJobResponse>ComprehendMedicalAsyncClient. startPHIDetectionJob(StartPhiDetectionJobRequest startPhiDetectionJobRequest)Starts an asynchronous job to detect protected health information (PHI).
-