Uses of Class
software.amazon.awssdk.services.comprehendmedical.model.DescribePhiDetectionJobResponse
-
Packages that use DescribePhiDetectionJobResponse Package Description software.amazon.awssdk.services.comprehendmedical Amazon Comprehend Medical extracts structured information from unstructured clinical text. -
-
Uses of DescribePhiDetectionJobResponse in software.amazon.awssdk.services.comprehendmedical
Methods in software.amazon.awssdk.services.comprehendmedical that return DescribePhiDetectionJobResponse Modifier and Type Method Description default DescribePhiDetectionJobResponseComprehendMedicalClient. describePHIDetectionJob(Consumer<DescribePhiDetectionJobRequest.Builder> describePhiDetectionJobRequest)Gets the properties associated with a protected health information (PHI) detection job.default DescribePhiDetectionJobResponseComprehendMedicalClient. describePHIDetectionJob(DescribePhiDetectionJobRequest describePhiDetectionJobRequest)Gets the properties associated with a protected health information (PHI) detection job.Methods in software.amazon.awssdk.services.comprehendmedical that return types with arguments of type DescribePhiDetectionJobResponse Modifier and Type Method Description default CompletableFuture<DescribePhiDetectionJobResponse>ComprehendMedicalAsyncClient. describePHIDetectionJob(Consumer<DescribePhiDetectionJobRequest.Builder> describePhiDetectionJobRequest)Gets the properties associated with a protected health information (PHI) detection job.default CompletableFuture<DescribePhiDetectionJobResponse>ComprehendMedicalAsyncClient. describePHIDetectionJob(DescribePhiDetectionJobRequest describePhiDetectionJobRequest)Gets the properties associated with a protected health information (PHI) detection job.
-