@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)
AmazonHealthLake
Creates a data store that can ingest and export FHIR formatted data.
createFHIRDatastore
in interface AmazonHealthLake
public DeleteFHIRDatastoreResult deleteFHIRDatastore(DeleteFHIRDatastoreRequest request)
AmazonHealthLake
Deletes a data store.
deleteFHIRDatastore
in interface AmazonHealthLake
public DescribeFHIRDatastoreResult describeFHIRDatastore(DescribeFHIRDatastoreRequest request)
AmazonHealthLake
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.
describeFHIRDatastore
in interface AmazonHealthLake
public DescribeFHIRExportJobResult describeFHIRExportJob(DescribeFHIRExportJobRequest request)
AmazonHealthLake
Displays the properties of a FHIR export job, including the ID, ARN, name, and the status of the job.
describeFHIRExportJob
in interface AmazonHealthLake
public DescribeFHIRImportJobResult describeFHIRImportJob(DescribeFHIRImportJobRequest request)
AmazonHealthLake
Displays the properties of a FHIR import job, including the ID, ARN, name, and the status of the job.
describeFHIRImportJob
in interface AmazonHealthLake
public ListFHIRDatastoresResult listFHIRDatastores(ListFHIRDatastoresRequest request)
AmazonHealthLake
Lists all FHIR data stores that are in the user’s account, regardless of data store status.
listFHIRDatastores
in interface AmazonHealthLake
public ListFHIRExportJobsResult listFHIRExportJobs(ListFHIRExportJobsRequest request)
AmazonHealthLake
Lists all FHIR export jobs associated with an account and their statuses.
listFHIRExportJobs
in interface AmazonHealthLake
public ListFHIRImportJobsResult listFHIRImportJobs(ListFHIRImportJobsRequest request)
AmazonHealthLake
Lists all FHIR import jobs associated with an account and their statuses.
listFHIRImportJobs
in interface AmazonHealthLake
public ListTagsForResourceResult listTagsForResource(ListTagsForResourceRequest request)
AmazonHealthLake
Returns a list of all existing tags associated with a data store.
listTagsForResource
in interface AmazonHealthLake
public StartFHIRExportJobResult startFHIRExportJob(StartFHIRExportJobRequest request)
AmazonHealthLake
Begins a FHIR export job.
startFHIRExportJob
in interface AmazonHealthLake
public StartFHIRImportJobResult startFHIRImportJob(StartFHIRImportJobRequest request)
AmazonHealthLake
Begins a FHIR Import job.
startFHIRImportJob
in interface AmazonHealthLake
public TagResourceResult tagResource(TagResourceRequest request)
AmazonHealthLake
Adds a user specified key and value tag to a data store.
tagResource
in interface AmazonHealthLake
public UntagResourceResult untagResource(UntagResourceRequest request)
AmazonHealthLake
Removes tags from a data store.
untagResource
in interface AmazonHealthLake
public void shutdown()
AmazonHealthLake
shutdown
in interface AmazonHealthLake
public ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request)
AmazonHealthLake
Response 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 AmazonHealthLake
request
- The originally executed request.