| Package | Description |
|---|---|
| software.amazon.awssdk.services.healthlake |
Amazon 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 |
| Modifier and Type | Method and Description |
|---|---|
default ListFhirExportJobsResponse |
HealthLakeClient.listFHIRExportJobs(Consumer<ListFhirExportJobsRequest.Builder> listFhirExportJobsRequest)
Lists all FHIR export jobs associated with an account and their statuses.
|
default ListFhirExportJobsResponse |
HealthLakeClient.listFHIRExportJobs(ListFhirExportJobsRequest listFhirExportJobsRequest)
Lists all FHIR export jobs associated with an account and their statuses.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListFhirExportJobsResponse> |
HealthLakeAsyncClient.listFHIRExportJobs(Consumer<ListFhirExportJobsRequest.Builder> listFhirExportJobsRequest)
Lists all FHIR export jobs associated with an account and their statuses.
|
default CompletableFuture<ListFhirExportJobsResponse> |
HealthLakeAsyncClient.listFHIRExportJobs(ListFhirExportJobsRequest listFhirExportJobsRequest)
Lists all FHIR export jobs associated with an account and their statuses.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListFhirExportJobsResponse> |
ListFHIRExportJobsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListFHIRExportJobsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListFhirExportJobsResponse> subscriber) |
Copyright © 2023. All rights reserved.