Uses of Class
software.amazon.awssdk.services.healthlake.model.StartFhirExportJobResponse
-
Packages that use StartFhirExportJobResponse 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 StartFhirExportJobResponse in software.amazon.awssdk.services.healthlake
Methods in software.amazon.awssdk.services.healthlake that return StartFhirExportJobResponse Modifier and Type Method Description default StartFhirExportJobResponseHealthLakeClient. startFHIRExportJob(Consumer<StartFhirExportJobRequest.Builder> startFhirExportJobRequest)Begins a FHIR export job.default StartFhirExportJobResponseHealthLakeClient. startFHIRExportJob(StartFhirExportJobRequest startFhirExportJobRequest)Begins a FHIR export job.Methods in software.amazon.awssdk.services.healthlake that return types with arguments of type StartFhirExportJobResponse Modifier and Type Method Description default CompletableFuture<StartFhirExportJobResponse>HealthLakeAsyncClient. startFHIRExportJob(Consumer<StartFhirExportJobRequest.Builder> startFhirExportJobRequest)Begins a FHIR export job.default CompletableFuture<StartFhirExportJobResponse>HealthLakeAsyncClient. startFHIRExportJob(StartFhirExportJobRequest startFhirExportJobRequest)Begins a FHIR export job.
-