Uses of Class
software.amazon.awssdk.services.comprehendmedical.model.DescribePhiDetectionJobRequest
-
Packages that use DescribePhiDetectionJobRequest 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 DescribePhiDetectionJobRequest in software.amazon.awssdk.services.comprehendmedical
Methods in software.amazon.awssdk.services.comprehendmedical with parameters of type DescribePhiDetectionJobRequest Modifier and Type Method Description default CompletableFuture<DescribePhiDetectionJobResponse>ComprehendMedicalAsyncClient. describePHIDetectionJob(DescribePhiDetectionJobRequest 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. -
Uses of DescribePhiDetectionJobRequest in software.amazon.awssdk.services.comprehendmedical.transform
Methods in software.amazon.awssdk.services.comprehendmedical.transform with parameters of type DescribePhiDetectionJobRequest Modifier and Type Method Description SdkHttpFullRequestDescribePhiDetectionJobRequestMarshaller. marshall(DescribePhiDetectionJobRequest describePhiDetectionJobRequest)
-