| 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 |
|---|---|
Future<ListFHIRImportJobsResult> |
AbstractAmazonHealthLakeAsync.listFHIRImportJobsAsync(ListFHIRImportJobsRequest request,
AsyncHandler<ListFHIRImportJobsRequest,ListFHIRImportJobsResult> asyncHandler) |
Future<ListFHIRImportJobsResult> |
AmazonHealthLakeAsyncClient.listFHIRImportJobsAsync(ListFHIRImportJobsRequest request,
AsyncHandler<ListFHIRImportJobsRequest,ListFHIRImportJobsResult> asyncHandler) |
Future<ListFHIRImportJobsResult> |
AmazonHealthLakeAsync.listFHIRImportJobsAsync(ListFHIRImportJobsRequest listFHIRImportJobsRequest,
AsyncHandler<ListFHIRImportJobsRequest,ListFHIRImportJobsResult> asyncHandler)
Lists all FHIR import jobs associated with an account and their statuses.
|
| Modifier and Type | Method and Description |
|---|---|
ListFHIRImportJobsRequest |
ListFHIRImportJobsRequest.clone() |
ListFHIRImportJobsRequest |
ListFHIRImportJobsRequest.withDatastoreId(String datastoreId)
This parameter limits the response to the import job with the specified data store ID.
|
ListFHIRImportJobsRequest |
ListFHIRImportJobsRequest.withJobName(String jobName)
This parameter limits the response to the import job with the specified job name.
|
ListFHIRImportJobsRequest |
ListFHIRImportJobsRequest.withJobStatus(JobStatus jobStatus)
This parameter limits the response to the import job with the specified job status.
|
ListFHIRImportJobsRequest |
ListFHIRImportJobsRequest.withJobStatus(String jobStatus)
This parameter limits the response to the import job with the specified job status.
|
ListFHIRImportJobsRequest |
ListFHIRImportJobsRequest.withMaxResults(Integer maxResults)
This parameter limits the number of results returned for a ListFHIRImportJobs to a maximum quantity specified by
the user.
|
ListFHIRImportJobsRequest |
ListFHIRImportJobsRequest.withNextToken(String nextToken)
A pagination token used to identify the next page of results to return for a ListFHIRImportJobs query.
|
ListFHIRImportJobsRequest |
ListFHIRImportJobsRequest.withSubmittedAfter(Date submittedAfter)
This parameter limits the response to FHIR import jobs submitted after a user specified date.
|
ListFHIRImportJobsRequest |
ListFHIRImportJobsRequest.withSubmittedBefore(Date submittedBefore)
This parameter limits the response to FHIR import jobs submitted before a user specified date.
|
Copyright © 2024. All rights reserved.