| Package | Description |
|---|---|
| com.amazonaws.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.
|
| com.amazonaws.services.healthlake.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListFHIRExportJobsResult> |
AbstractAmazonHealthLakeAsync.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> |
AmazonHealthLakeAsyncClient.listFHIRExportJobsAsync(ListFHIRExportJobsRequest request,
AsyncHandler<ListFHIRExportJobsRequest,ListFHIRExportJobsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListFHIRExportJobsRequest |
ListFHIRExportJobsRequest.clone() |
ListFHIRExportJobsRequest |
ListFHIRExportJobsRequest.withDatastoreId(String datastoreId)
This parameter limits the response to the export job with the specified Data Store ID.
|
ListFHIRExportJobsRequest |
ListFHIRExportJobsRequest.withJobName(String jobName)
This parameter limits the response to the export job with the specified job name.
|
ListFHIRExportJobsRequest |
ListFHIRExportJobsRequest.withJobStatus(JobStatus jobStatus)
This parameter limits the response to the export jobs with the specified job status.
|
ListFHIRExportJobsRequest |
ListFHIRExportJobsRequest.withJobStatus(String jobStatus)
This parameter limits the response to the export jobs with the specified job status.
|
ListFHIRExportJobsRequest |
ListFHIRExportJobsRequest.withMaxResults(Integer maxResults)
This parameter limits the number of results returned for a ListFHIRExportJobs to a maximum quantity specified by
the user.
|
ListFHIRExportJobsRequest |
ListFHIRExportJobsRequest.withNextToken(String nextToken)
A pagination token used to identify the next page of results to return for a ListFHIRExportJobs query.
|
ListFHIRExportJobsRequest |
ListFHIRExportJobsRequest.withSubmittedAfter(Date submittedAfter)
This parameter limits the response to FHIR export jobs submitted after a user specified date.
|
ListFHIRExportJobsRequest |
ListFHIRExportJobsRequest.withSubmittedBefore(Date submittedBefore)
This parameter limits the response to FHIR export jobs submitted before a user specified date.
|
Copyright © 2022. All rights reserved.