Uses of Class
software.amazon.awssdk.services.comprehendmedical.model.ListRxNormInferenceJobsResponse
-
Packages that use ListRxNormInferenceJobsResponse Package Description software.amazon.awssdk.services.comprehendmedical Amazon Comprehend Medical extracts structured information from unstructured clinical text. -
-
Uses of ListRxNormInferenceJobsResponse in software.amazon.awssdk.services.comprehendmedical
Methods in software.amazon.awssdk.services.comprehendmedical that return ListRxNormInferenceJobsResponse Modifier and Type Method Description default ListRxNormInferenceJobsResponseComprehendMedicalClient. listRxNormInferenceJobs(Consumer<ListRxNormInferenceJobsRequest.Builder> listRxNormInferenceJobsRequest)Gets a list of InferRxNorm jobs that you have submitted.default ListRxNormInferenceJobsResponseComprehendMedicalClient. listRxNormInferenceJobs(ListRxNormInferenceJobsRequest listRxNormInferenceJobsRequest)Gets a list of InferRxNorm jobs that you have submitted.Methods in software.amazon.awssdk.services.comprehendmedical that return types with arguments of type ListRxNormInferenceJobsResponse Modifier and Type Method Description default CompletableFuture<ListRxNormInferenceJobsResponse>ComprehendMedicalAsyncClient. listRxNormInferenceJobs(Consumer<ListRxNormInferenceJobsRequest.Builder> listRxNormInferenceJobsRequest)Gets a list of InferRxNorm jobs that you have submitted.default CompletableFuture<ListRxNormInferenceJobsResponse>ComprehendMedicalAsyncClient. listRxNormInferenceJobs(ListRxNormInferenceJobsRequest listRxNormInferenceJobsRequest)Gets a list of InferRxNorm jobs that you have submitted.
-