@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAmazonHealthLake extends Object implements AmazonHealthLake
AmazonHealthLake. Convenient method forms pass through to the corresponding
overload that takes a request object, which throws an UnsupportedOperationException.ENDPOINT_PREFIX| Modifier and Type | Method and Description |
|---|---|
CreateFHIRDatastoreResult |
createFHIRDatastore(CreateFHIRDatastoreRequest request)
Creates a data store that can ingest and export FHIR formatted data.
|
DeleteFHIRDatastoreResult |
deleteFHIRDatastore(DeleteFHIRDatastoreRequest request)
Deletes a data store.
|
DescribeFHIRDatastoreResult |
describeFHIRDatastore(DescribeFHIRDatastoreRequest request)
Gets the properties associated with the FHIR data store, including the data store ID, data store ARN, data store
name, data store status, when the data store was created, data store type version, and the data store's endpoint.
|
DescribeFHIRExportJobResult |
describeFHIRExportJob(DescribeFHIRExportJobRequest request)
Displays the properties of a FHIR export job, including the ID, ARN, name, and the status of the job.
|
DescribeFHIRImportJobResult |
describeFHIRImportJob(DescribeFHIRImportJobRequest request)
Displays the properties of a FHIR import job, including the ID, ARN, name, and the status of the job.
|
ResponseMetadata |
getCachedResponseMetadata(AmazonWebServiceRequest request)
Returns additional metadata for a previously executed successful request, typically used for debugging issues
where a service isn't acting as expected.
|
ListFHIRDatastoresResult |
listFHIRDatastores(ListFHIRDatastoresRequest request)
Lists all FHIR data stores that are in the user’s account, regardless of data store status.
|
ListFHIRExportJobsResult |
listFHIRExportJobs(ListFHIRExportJobsRequest request)
Lists all FHIR export jobs associated with an account and their statuses.
|
ListFHIRImportJobsResult |
listFHIRImportJobs(ListFHIRImportJobsRequest request)
Lists all FHIR import jobs associated with an account and their statuses.
|
ListTagsForResourceResult |
listTagsForResource(ListTagsForResourceRequest request)
Returns a list of all existing tags associated with a data store.
|
void |
shutdown()
Shuts down this client object, releasing any resources that might be held open.
|
StartFHIRExportJobResult |
startFHIRExportJob(StartFHIRExportJobRequest request)
Begins a FHIR export job.
|
StartFHIRImportJobResult |
startFHIRImportJob(StartFHIRImportJobRequest request)
Begins a FHIR Import job.
|
TagResourceResult |
tagResource(TagResourceRequest request)
Adds a user specified key and value tag to a data store.
|
UntagResourceResult |
untagResource(UntagResourceRequest request)
Removes tags from a data store.
|
public CreateFHIRDatastoreResult createFHIRDatastore(CreateFHIRDatastoreRequest request)
AmazonHealthLakeCreates a data store that can ingest and export FHIR formatted data.
createFHIRDatastore in interface AmazonHealthLakepublic DeleteFHIRDatastoreResult deleteFHIRDatastore(DeleteFHIRDatastoreRequest request)
AmazonHealthLakeDeletes a data store.
deleteFHIRDatastore in interface AmazonHealthLakepublic DescribeFHIRDatastoreResult describeFHIRDatastore(DescribeFHIRDatastoreRequest request)
AmazonHealthLakeGets the properties associated with the FHIR data store, including the data store ID, data store ARN, data store name, data store status, when the data store was created, data store type version, and the data store's endpoint.
describeFHIRDatastore in interface AmazonHealthLakepublic DescribeFHIRExportJobResult describeFHIRExportJob(DescribeFHIRExportJobRequest request)
AmazonHealthLakeDisplays the properties of a FHIR export job, including the ID, ARN, name, and the status of the job.
describeFHIRExportJob in interface AmazonHealthLakepublic DescribeFHIRImportJobResult describeFHIRImportJob(DescribeFHIRImportJobRequest request)
AmazonHealthLakeDisplays the properties of a FHIR import job, including the ID, ARN, name, and the status of the job.
describeFHIRImportJob in interface AmazonHealthLakepublic ListFHIRDatastoresResult listFHIRDatastores(ListFHIRDatastoresRequest request)
AmazonHealthLakeLists all FHIR data stores that are in the user’s account, regardless of data store status.
listFHIRDatastores in interface AmazonHealthLakepublic ListFHIRExportJobsResult listFHIRExportJobs(ListFHIRExportJobsRequest request)
AmazonHealthLakeLists all FHIR export jobs associated with an account and their statuses.
listFHIRExportJobs in interface AmazonHealthLakepublic ListFHIRImportJobsResult listFHIRImportJobs(ListFHIRImportJobsRequest request)
AmazonHealthLakeLists all FHIR import jobs associated with an account and their statuses.
listFHIRImportJobs in interface AmazonHealthLakepublic ListTagsForResourceResult listTagsForResource(ListTagsForResourceRequest request)
AmazonHealthLakeReturns a list of all existing tags associated with a data store.
listTagsForResource in interface AmazonHealthLakepublic StartFHIRExportJobResult startFHIRExportJob(StartFHIRExportJobRequest request)
AmazonHealthLakeBegins a FHIR export job.
startFHIRExportJob in interface AmazonHealthLakepublic StartFHIRImportJobResult startFHIRImportJob(StartFHIRImportJobRequest request)
AmazonHealthLakeBegins a FHIR Import job.
startFHIRImportJob in interface AmazonHealthLakepublic TagResourceResult tagResource(TagResourceRequest request)
AmazonHealthLakeAdds a user specified key and value tag to a data store.
tagResource in interface AmazonHealthLakepublic UntagResourceResult untagResource(UntagResourceRequest request)
AmazonHealthLakeRemoves tags from a data store.
untagResource in interface AmazonHealthLakepublic void shutdown()
AmazonHealthLakeshutdown in interface AmazonHealthLakepublic ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request)
AmazonHealthLakeResponse metadata is only cached for a limited period of time, so if you need to access this extra diagnostic information for an executed request, you should use this method to retrieve it as soon as possible after executing a request.
getCachedResponseMetadata in interface AmazonHealthLakerequest - The originally executed request.