| 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 |
|---|---|
CreateFHIRDatastoreResult |
AbstractAmazonHealthLake.createFHIRDatastore(CreateFHIRDatastoreRequest request) |
CreateFHIRDatastoreResult |
AmazonHealthLake.createFHIRDatastore(CreateFHIRDatastoreRequest createFHIRDatastoreRequest)
Creates a Data Store that can ingest and export FHIR formatted data.
|
CreateFHIRDatastoreResult |
AmazonHealthLakeClient.createFHIRDatastore(CreateFHIRDatastoreRequest request)
Creates a Data Store that can ingest and export FHIR formatted data.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateFHIRDatastoreResult> |
AbstractAmazonHealthLakeAsync.createFHIRDatastoreAsync(CreateFHIRDatastoreRequest request,
AsyncHandler<CreateFHIRDatastoreRequest,CreateFHIRDatastoreResult> asyncHandler) |
Future<CreateFHIRDatastoreResult> |
AmazonHealthLakeAsync.createFHIRDatastoreAsync(CreateFHIRDatastoreRequest createFHIRDatastoreRequest,
AsyncHandler<CreateFHIRDatastoreRequest,CreateFHIRDatastoreResult> asyncHandler)
Creates a Data Store that can ingest and export FHIR formatted data.
|
Future<CreateFHIRDatastoreResult> |
AmazonHealthLakeAsyncClient.createFHIRDatastoreAsync(CreateFHIRDatastoreRequest request,
AsyncHandler<CreateFHIRDatastoreRequest,CreateFHIRDatastoreResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateFHIRDatastoreResult |
CreateFHIRDatastoreResult.clone() |
CreateFHIRDatastoreResult |
CreateFHIRDatastoreResult.withDatastoreArn(String datastoreArn)
The datastore ARN is generated during the creation of the Data Store and can be found in the output from the
initial Data Store creation call.
|
CreateFHIRDatastoreResult |
CreateFHIRDatastoreResult.withDatastoreEndpoint(String datastoreEndpoint)
The AWS endpoint for the created Data Store.
|
CreateFHIRDatastoreResult |
CreateFHIRDatastoreResult.withDatastoreId(String datastoreId)
The AWS-generated Data Store id.
|
CreateFHIRDatastoreResult |
CreateFHIRDatastoreResult.withDatastoreStatus(DatastoreStatus datastoreStatus)
The status of the FHIR Data Store.
|
CreateFHIRDatastoreResult |
CreateFHIRDatastoreResult.withDatastoreStatus(String datastoreStatus)
The status of the FHIR Data Store.
|
Copyright © 2022. All rights reserved.