Uses of Class
software.amazon.awssdk.services.healthlake.model.DescribeFhirDatastoreResponse
-
Packages that use DescribeFhirDatastoreResponse 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 DescribeFhirDatastoreResponse in software.amazon.awssdk.services.healthlake
Methods in software.amazon.awssdk.services.healthlake that return DescribeFhirDatastoreResponse Modifier and Type Method Description default DescribeFhirDatastoreResponseHealthLakeClient. describeFHIRDatastore(Consumer<DescribeFhirDatastoreRequest.Builder> 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.Methods in software.amazon.awssdk.services.healthlake that return types with arguments of type DescribeFhirDatastoreResponse Modifier and Type Method Description default CompletableFuture<DescribeFhirDatastoreResponse>HealthLakeAsyncClient. describeFHIRDatastore(Consumer<DescribeFhirDatastoreRequest.Builder> 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 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.
-