| 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 ListFhirImportJobsResponse |
HealthLakeClient.listFHIRImportJobs(Consumer<ListFhirImportJobsRequest.Builder> listFhirImportJobsRequest)
Lists all FHIR import jobs associated with an account and their statuses.
|
default ListFhirImportJobsResponse |
HealthLakeClient.listFHIRImportJobs(ListFhirImportJobsRequest listFhirImportJobsRequest)
Lists all FHIR import jobs associated with an account and their statuses.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListFhirImportJobsResponse> |
HealthLakeAsyncClient.listFHIRImportJobs(Consumer<ListFhirImportJobsRequest.Builder> listFhirImportJobsRequest)
Lists all FHIR import jobs associated with an account and their statuses.
|
default CompletableFuture<ListFhirImportJobsResponse> |
HealthLakeAsyncClient.listFHIRImportJobs(ListFhirImportJobsRequest listFhirImportJobsRequest)
Lists all FHIR import jobs associated with an account and their statuses.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListFhirImportJobsResponse> |
ListFHIRImportJobsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListFHIRImportJobsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListFhirImportJobsResponse> subscriber) |
Copyright © 2023. All rights reserved.