Uses of Class
software.amazon.awssdk.services.healthlake.model.DescribeFhirImportJobResponse
-
Packages that use DescribeFhirImportJobResponse Package Description software.amazon.awssdk.services.healthlake AWS HealthLake is a HIPAA eligibile service that allows customers to store, transform, query, and analyze their FHIR-formatted data in a consistent fashion in the cloud. -
-
Uses of DescribeFhirImportJobResponse in software.amazon.awssdk.services.healthlake
Methods in software.amazon.awssdk.services.healthlake that return DescribeFhirImportJobResponse Modifier and Type Method Description default DescribeFhirImportJobResponseHealthLakeClient. describeFHIRImportJob(Consumer<DescribeFhirImportJobRequest.Builder> describeFhirImportJobRequest)Displays the properties of a FHIR import job, including the ID, ARN, name, and the status of the job.default DescribeFhirImportJobResponseHealthLakeClient. describeFHIRImportJob(DescribeFhirImportJobRequest describeFhirImportJobRequest)Displays the properties of a FHIR import job, including the ID, ARN, name, and the status of the job.Methods in software.amazon.awssdk.services.healthlake that return types with arguments of type DescribeFhirImportJobResponse Modifier and Type Method Description default CompletableFuture<DescribeFhirImportJobResponse>HealthLakeAsyncClient. describeFHIRImportJob(Consumer<DescribeFhirImportJobRequest.Builder> describeFhirImportJobRequest)Displays the properties of a FHIR import job, including the ID, ARN, name, and the status of the job.default CompletableFuture<DescribeFhirImportJobResponse>HealthLakeAsyncClient. describeFHIRImportJob(DescribeFhirImportJobRequest describeFhirImportJobRequest)Displays the properties of a FHIR import job, including the ID, ARN, name, and the status of the job.
-