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