Uses of Class
software.amazon.awssdk.services.healthlake.paginators.ListFHIRExportJobsIterable
-
Packages that use ListFHIRExportJobsIterable 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 ListFHIRExportJobsIterable in software.amazon.awssdk.services.healthlake
Methods in software.amazon.awssdk.services.healthlake that return ListFHIRExportJobsIterable Modifier and Type Method Description default ListFHIRExportJobsIterableHealthLakeClient. listFHIRExportJobsPaginator(Consumer<ListFhirExportJobsRequest.Builder> listFhirExportJobsRequest)Lists all FHIR export jobs associated with an account and their statuses.default ListFHIRExportJobsIterableHealthLakeClient. listFHIRExportJobsPaginator(ListFhirExportJobsRequest listFhirExportJobsRequest)Lists all FHIR export jobs associated with an account and their statuses.
-