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