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