Uses of Class
software.amazon.awssdk.services.healthlake.model.DescribeFhirDatastoreRequest
-
Packages that use DescribeFhirDatastoreRequest 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 DescribeFhirDatastoreRequest in software.amazon.awssdk.services.healthlake
Methods in software.amazon.awssdk.services.healthlake with parameters of type DescribeFhirDatastoreRequest Modifier and Type Method Description default CompletableFuture<DescribeFhirDatastoreResponse>HealthLakeAsyncClient. describeFHIRDatastore(DescribeFhirDatastoreRequest describeFhirDatastoreRequest)Gets the properties associated with the FHIR data store, including the data store ID, data store ARN, data store name, data store status, when the data store was created, data store type version, and the data store's endpoint.default DescribeFhirDatastoreResponseHealthLakeClient. describeFHIRDatastore(DescribeFhirDatastoreRequest describeFhirDatastoreRequest)Gets the properties associated with the FHIR data store, including the data store ID, data store ARN, data store name, data store status, when the data store was created, data store type version, and the data store's endpoint. -
Uses of DescribeFhirDatastoreRequest in software.amazon.awssdk.services.healthlake.transform
Methods in software.amazon.awssdk.services.healthlake.transform with parameters of type DescribeFhirDatastoreRequest Modifier and Type Method Description SdkHttpFullRequestDescribeFhirDatastoreRequestMarshaller. marshall(DescribeFhirDatastoreRequest describeFhirDatastoreRequest)
-