| 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<StartFHIRExportJobResult> |
AbstractAmazonHealthLakeAsync.startFHIRExportJobAsync(StartFHIRExportJobRequest request,
AsyncHandler<StartFHIRExportJobRequest,StartFHIRExportJobResult> asyncHandler) |
Future<StartFHIRExportJobResult> |
AmazonHealthLakeAsync.startFHIRExportJobAsync(StartFHIRExportJobRequest startFHIRExportJobRequest,
AsyncHandler<StartFHIRExportJobRequest,StartFHIRExportJobResult> asyncHandler)
Begins a FHIR export job.
|
Future<StartFHIRExportJobResult> |
AmazonHealthLakeAsyncClient.startFHIRExportJobAsync(StartFHIRExportJobRequest request,
AsyncHandler<StartFHIRExportJobRequest,StartFHIRExportJobResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
StartFHIRExportJobRequest |
StartFHIRExportJobRequest.clone() |
StartFHIRExportJobRequest |
StartFHIRExportJobRequest.withClientToken(String clientToken)
An optional user provided token used for ensuring idempotency.
|
StartFHIRExportJobRequest |
StartFHIRExportJobRequest.withDataAccessRoleArn(String dataAccessRoleArn)
The Amazon Resource Name used during the initiation of the job.
|
StartFHIRExportJobRequest |
StartFHIRExportJobRequest.withDatastoreId(String datastoreId)
The AWS generated ID for the data store from which files are being exported for an export job.
|
StartFHIRExportJobRequest |
StartFHIRExportJobRequest.withJobName(String jobName)
The user generated name for an export job.
|
StartFHIRExportJobRequest |
StartFHIRExportJobRequest.withOutputDataConfig(OutputDataConfig outputDataConfig)
The output data configuration that was supplied when the export job was created.
|
Copyright © 2024. All rights reserved.