| 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 ListFhirDatastoresResponse |
HealthLakeClient.listFHIRDatastores(Consumer<ListFhirDatastoresRequest.Builder> listFhirDatastoresRequest)
Lists all FHIR Data Stores that are in the user’s account, regardless of Data Store status.
|
default ListFhirDatastoresResponse |
HealthLakeClient.listFHIRDatastores(ListFhirDatastoresRequest listFhirDatastoresRequest)
Lists all FHIR Data Stores that are in the user’s account, regardless of Data Store status.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListFhirDatastoresResponse> |
HealthLakeAsyncClient.listFHIRDatastores(Consumer<ListFhirDatastoresRequest.Builder> listFhirDatastoresRequest)
Lists all FHIR Data Stores that are in the user’s account, regardless of Data Store status.
|
default CompletableFuture<ListFhirDatastoresResponse> |
HealthLakeAsyncClient.listFHIRDatastores(ListFhirDatastoresRequest listFhirDatastoresRequest)
Lists all FHIR Data Stores that are in the user’s account, regardless of Data Store status.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListFhirDatastoresResponse> |
ListFHIRDatastoresIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListFHIRDatastoresPublisher.subscribe(org.reactivestreams.Subscriber<? super ListFhirDatastoresResponse> subscriber) |
Copyright © 2023. All rights reserved.