| 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.
|
| Modifier and Type | Method and Description |
|---|---|
default CreateFhirDatastoreResponse |
HealthLakeClient.createFHIRDatastore(Consumer<CreateFhirDatastoreRequest.Builder> createFhirDatastoreRequest)
Creates a Data Store that can ingest and export FHIR formatted data.
|
default CreateFhirDatastoreResponse |
HealthLakeClient.createFHIRDatastore(CreateFhirDatastoreRequest createFhirDatastoreRequest)
Creates a Data Store that can ingest and export FHIR formatted data.
|
default DeleteFhirDatastoreResponse |
HealthLakeClient.deleteFHIRDatastore(Consumer<DeleteFhirDatastoreRequest.Builder> deleteFhirDatastoreRequest)
Deletes a Data Store.
|
default DeleteFhirDatastoreResponse |
HealthLakeClient.deleteFHIRDatastore(DeleteFhirDatastoreRequest deleteFhirDatastoreRequest)
Deletes a Data Store.
|
default DescribeFhirDatastoreResponse |
HealthLakeClient.describeFHIRDatastore(Consumer<DescribeFhirDatastoreRequest.Builder> describeFhirDatastoreRequest)
Gets the properties associated with the FHIR Data Store, including the Data Store ID, Data Store ARN, Data Store
name, Data Store status, created at, Data Store type version, and Data Store endpoint.
|
default DescribeFhirDatastoreResponse |
HealthLakeClient.describeFHIRDatastore(DescribeFhirDatastoreRequest describeFhirDatastoreRequest)
Gets the properties associated with the FHIR Data Store, including the Data Store ID, Data Store ARN, Data Store
name, Data Store status, created at, Data Store type version, and Data Store endpoint.
|
default DescribeFhirExportJobResponse |
HealthLakeClient.describeFHIRExportJob(Consumer<DescribeFhirExportJobRequest.Builder> describeFhirExportJobRequest)
Displays the properties of a FHIR export job, including the ID, ARN, name, and the status of the job.
|
default DescribeFhirExportJobResponse |
HealthLakeClient.describeFHIRExportJob(DescribeFhirExportJobRequest describeFhirExportJobRequest)
Displays the properties of a FHIR export job, including the ID, ARN, name, and the status of the job.
|
default DescribeFhirImportJobResponse |
HealthLakeClient.describeFHIRImportJob(Consumer<DescribeFhirImportJobRequest.Builder> describeFhirImportJobRequest)
Displays the properties of a FHIR import job, including the ID, ARN, name, and the status of the job.
|
default DescribeFhirImportJobResponse |
HealthLakeClient.describeFHIRImportJob(DescribeFhirImportJobRequest describeFhirImportJobRequest)
Displays the properties of a FHIR import job, including the ID, ARN, name, and the status of the job.
|
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.
|
default ListFHIRDatastoresIterable |
HealthLakeClient.listFHIRDatastoresPaginator(Consumer<ListFhirDatastoresRequest.Builder> listFhirDatastoresRequest)
Lists all FHIR Data Stores that are in the user’s account, regardless of Data Store status.
|
default ListFHIRDatastoresIterable |
HealthLakeClient.listFHIRDatastoresPaginator(ListFhirDatastoresRequest listFhirDatastoresRequest)
Lists all FHIR Data Stores that are in the user’s account, regardless of Data Store status.
|
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.
|
default ListFHIRExportJobsIterable |
HealthLakeClient.listFHIRExportJobsPaginator(Consumer<ListFhirExportJobsRequest.Builder> listFhirExportJobsRequest)
Lists all FHIR export jobs associated with an account and their statuses.
|
default ListFHIRExportJobsIterable |
HealthLakeClient.listFHIRExportJobsPaginator(ListFhirExportJobsRequest listFhirExportJobsRequest)
Lists all FHIR export jobs associated with an account and their statuses.
|
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.
|
default ListFHIRImportJobsIterable |
HealthLakeClient.listFHIRImportJobsPaginator(Consumer<ListFhirImportJobsRequest.Builder> listFhirImportJobsRequest)
Lists all FHIR import jobs associated with an account and their statuses.
|
default ListFHIRImportJobsIterable |
HealthLakeClient.listFHIRImportJobsPaginator(ListFhirImportJobsRequest listFhirImportJobsRequest)
Lists all FHIR import jobs associated with an account and their statuses.
|
default StartFhirExportJobResponse |
HealthLakeClient.startFHIRExportJob(Consumer<StartFhirExportJobRequest.Builder> startFhirExportJobRequest)
Begins a FHIR export job.
|
default StartFhirExportJobResponse |
HealthLakeClient.startFHIRExportJob(StartFhirExportJobRequest startFhirExportJobRequest)
Begins a FHIR export job.
|
default StartFhirImportJobResponse |
HealthLakeClient.startFHIRImportJob(Consumer<StartFhirImportJobRequest.Builder> startFhirImportJobRequest)
Begins a FHIR Import job.
|
default StartFhirImportJobResponse |
HealthLakeClient.startFHIRImportJob(StartFhirImportJobRequest startFhirImportJobRequest)
Begins a FHIR Import job.
|
Copyright © 2023. All rights reserved.