Uses of Class
software.amazon.awssdk.services.healthlake.model.CreateFhirDatastoreRequest
-
Packages that use CreateFhirDatastoreRequest 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 CreateFhirDatastoreRequest in software.amazon.awssdk.services.healthlake
Methods in software.amazon.awssdk.services.healthlake with parameters of type CreateFhirDatastoreRequest Modifier and Type Method Description default CompletableFuture<CreateFhirDatastoreResponse>HealthLakeAsyncClient. createFHIRDatastore(CreateFhirDatastoreRequest createFhirDatastoreRequest)Creates a data store that can ingest and export FHIR formatted data.default CreateFhirDatastoreResponseHealthLakeClient. createFHIRDatastore(CreateFhirDatastoreRequest createFhirDatastoreRequest)Creates a data store that can ingest and export FHIR formatted data. -
Uses of CreateFhirDatastoreRequest in software.amazon.awssdk.services.healthlake.transform
Methods in software.amazon.awssdk.services.healthlake.transform with parameters of type CreateFhirDatastoreRequest Modifier and Type Method Description SdkHttpFullRequestCreateFhirDatastoreRequestMarshaller. marshall(CreateFhirDatastoreRequest createFhirDatastoreRequest)
-