| Package | Description |
|---|---|
| com.amazonaws.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.
|
| com.amazonaws.services.healthlake.model |
| Modifier and Type | Method and Description |
|---|---|
ListFHIRExportJobsResult |
AbstractAmazonHealthLake.listFHIRExportJobs(ListFHIRExportJobsRequest request) |
ListFHIRExportJobsResult |
AmazonHealthLake.listFHIRExportJobs(ListFHIRExportJobsRequest listFHIRExportJobsRequest)
Lists all FHIR export jobs associated with an account and their statuses.
|
ListFHIRExportJobsResult |
AmazonHealthLakeClient.listFHIRExportJobs(ListFHIRExportJobsRequest request)
Lists all FHIR export jobs associated with an account and their statuses.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListFHIRExportJobsResult> |
AmazonHealthLakeAsyncClient.listFHIRExportJobsAsync(ListFHIRExportJobsRequest request,
AsyncHandler<ListFHIRExportJobsRequest,ListFHIRExportJobsResult> asyncHandler) |
Future<ListFHIRExportJobsResult> |
AmazonHealthLakeAsync.listFHIRExportJobsAsync(ListFHIRExportJobsRequest listFHIRExportJobsRequest,
AsyncHandler<ListFHIRExportJobsRequest,ListFHIRExportJobsResult> asyncHandler)
Lists all FHIR export jobs associated with an account and their statuses.
|
Future<ListFHIRExportJobsResult> |
AbstractAmazonHealthLakeAsync.listFHIRExportJobsAsync(ListFHIRExportJobsRequest request,
AsyncHandler<ListFHIRExportJobsRequest,ListFHIRExportJobsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListFHIRExportJobsResult |
ListFHIRExportJobsResult.clone() |
ListFHIRExportJobsResult |
ListFHIRExportJobsResult.withExportJobPropertiesList(Collection<ExportJobProperties> exportJobPropertiesList)
The properties of listed FHIR export jobs, including the ID, ARN, name, and the status of the job.
|
ListFHIRExportJobsResult |
ListFHIRExportJobsResult.withExportJobPropertiesList(ExportJobProperties... exportJobPropertiesList)
The properties of listed FHIR export jobs, including the ID, ARN, name, and the status of the job.
|
ListFHIRExportJobsResult |
ListFHIRExportJobsResult.withNextToken(String nextToken)
A pagination token used to identify the next page of results to return for a ListFHIRExportJobs query.
|
Copyright © 2025. All rights reserved.