| 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<UntagResourceResult> |
AbstractAmazonHealthLakeAsync.untagResourceAsync(UntagResourceRequest request,
AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler) |
Future<UntagResourceResult> |
AmazonHealthLakeAsync.untagResourceAsync(UntagResourceRequest untagResourceRequest,
AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler)
Removes tags from a data store.
|
Future<UntagResourceResult> |
AmazonHealthLakeAsyncClient.untagResourceAsync(UntagResourceRequest request,
AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UntagResourceRequest |
UntagResourceRequest.clone() |
UntagResourceRequest |
UntagResourceRequest.withResourceARN(String resourceARN)
The Amazon Resource Name(ARN) of the data store for which tags are being removed.
|
UntagResourceRequest |
UntagResourceRequest.withTagKeys(Collection<String> tagKeys)
The keys for the tags to be removed from the HealthLake data store.
|
UntagResourceRequest |
UntagResourceRequest.withTagKeys(String... tagKeys)
The keys for the tags to be removed from the HealthLake data store.
|
Copyright © 2024. All rights reserved.