Uses of Class
software.amazon.awssdk.services.healthlake.model.DescribeFhirExportJobRequest
-
Packages that use DescribeFhirExportJobRequest 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.software.amazon.awssdk.services.healthlake.transform -
-
Uses of DescribeFhirExportJobRequest in software.amazon.awssdk.services.healthlake
Methods in software.amazon.awssdk.services.healthlake with parameters of type DescribeFhirExportJobRequest Modifier and Type Method Description default CompletableFuture<DescribeFhirExportJobResponse>HealthLakeAsyncClient. describeFHIRExportJob(DescribeFhirExportJobRequest describeFhirExportJobRequest)Displays the properties of a FHIR export job, including the ID, ARN, name, and the status of the job.default DescribeFhirExportJobResponseHealthLakeClient. describeFHIRExportJob(DescribeFhirExportJobRequest describeFhirExportJobRequest)Displays the properties of a FHIR export job, including the ID, ARN, name, and the status of the job. -
Uses of DescribeFhirExportJobRequest in software.amazon.awssdk.services.healthlake.transform
Methods in software.amazon.awssdk.services.healthlake.transform with parameters of type DescribeFhirExportJobRequest Modifier and Type Method Description SdkHttpFullRequestDescribeFhirExportJobRequestMarshaller. marshall(DescribeFhirExportJobRequest describeFhirExportJobRequest)
-