Uses of Interface
software.amazon.awssdk.services.healthlake.HealthLakeAsyncClient
-
Packages that use HealthLakeAsyncClient 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.paginators -
-
Uses of HealthLakeAsyncClient in software.amazon.awssdk.services.healthlake
Methods in software.amazon.awssdk.services.healthlake that return HealthLakeAsyncClient Modifier and Type Method Description static HealthLakeAsyncClientHealthLakeAsyncClient. create()Create aHealthLakeAsyncClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider. -
Uses of HealthLakeAsyncClient in software.amazon.awssdk.services.healthlake.paginators
Constructors in software.amazon.awssdk.services.healthlake.paginators with parameters of type HealthLakeAsyncClient Constructor Description ListFHIRDatastoresPublisher(HealthLakeAsyncClient client, ListFhirDatastoresRequest firstRequest)ListFHIRExportJobsPublisher(HealthLakeAsyncClient client, ListFhirExportJobsRequest firstRequest)ListFHIRImportJobsPublisher(HealthLakeAsyncClient client, ListFhirImportJobsRequest firstRequest)
-