Uses of Interface
software.amazon.awssdk.services.healthlake.HealthLakeBaseClientBuilder
-
Packages that use HealthLakeBaseClientBuilder 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 HealthLakeBaseClientBuilder in software.amazon.awssdk.services.healthlake
Classes in software.amazon.awssdk.services.healthlake with type parameters of type HealthLakeBaseClientBuilder Modifier and Type Interface Description interfaceHealthLakeBaseClientBuilder<B extends HealthLakeBaseClientBuilder<B,C>,C>This includes configuration specific to HealthLake that is supported by bothHealthLakeClientBuilderandHealthLakeAsyncClientBuilder.Subinterfaces of HealthLakeBaseClientBuilder in software.amazon.awssdk.services.healthlake Modifier and Type Interface Description interfaceHealthLakeAsyncClientBuilderA builder for creating an instance ofHealthLakeAsyncClient.interfaceHealthLakeClientBuilderA builder for creating an instance ofHealthLakeClient.
-