Uses of Class
software.amazon.awssdk.services.comprehendmedical.model.StartPhiDetectionJobRequest
-
Packages that use StartPhiDetectionJobRequest Package Description software.amazon.awssdk.services.comprehendmedical Amazon Comprehend Medical extracts structured information from unstructured clinical text.software.amazon.awssdk.services.comprehendmedical.transform -
-
Uses of StartPhiDetectionJobRequest in software.amazon.awssdk.services.comprehendmedical
Methods in software.amazon.awssdk.services.comprehendmedical with parameters of type StartPhiDetectionJobRequest Modifier and Type Method Description default CompletableFuture<StartPhiDetectionJobResponse>ComprehendMedicalAsyncClient. startPHIDetectionJob(StartPhiDetectionJobRequest 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). -
Uses of StartPhiDetectionJobRequest in software.amazon.awssdk.services.comprehendmedical.transform
Methods in software.amazon.awssdk.services.comprehendmedical.transform with parameters of type StartPhiDetectionJobRequest Modifier and Type Method Description SdkHttpFullRequestStartPhiDetectionJobRequestMarshaller. marshall(StartPhiDetectionJobRequest startPhiDetectionJobRequest)
-