Uses of Class
software.amazon.awssdk.services.healthlake.model.UntagResourceResponse
-
Packages that use UntagResourceResponse Package Description software.amazon.awssdk.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. -
-
Uses of UntagResourceResponse in software.amazon.awssdk.services.healthlake
Methods in software.amazon.awssdk.services.healthlake that return UntagResourceResponse Modifier and Type Method Description default UntagResourceResponseHealthLakeClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes tags from a data store.default UntagResourceResponseHealthLakeClient. untagResource(UntagResourceRequest untagResourceRequest)Removes tags from a data store.Methods in software.amazon.awssdk.services.healthlake that return types with arguments of type UntagResourceResponse Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>HealthLakeAsyncClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes tags from a data store.default CompletableFuture<UntagResourceResponse>HealthLakeAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Removes tags from a data store.
-