Uses of Class
software.amazon.awssdk.services.healthlake.model.TagResourceResponse
-
Packages that use TagResourceResponse 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 TagResourceResponse in software.amazon.awssdk.services.healthlake
Methods in software.amazon.awssdk.services.healthlake that return TagResourceResponse Modifier and Type Method Description default TagResourceResponseHealthLakeClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Adds a user specified key and value tag to a data store.default TagResourceResponseHealthLakeClient. tagResource(TagResourceRequest tagResourceRequest)Adds a user specified key and value tag to a data store.Methods in software.amazon.awssdk.services.healthlake that return types with arguments of type TagResourceResponse Modifier and Type Method Description default CompletableFuture<TagResourceResponse>HealthLakeAsyncClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Adds a user specified key and value tag to a data store.default CompletableFuture<TagResourceResponse>HealthLakeAsyncClient. tagResource(TagResourceRequest tagResourceRequest)Adds a user specified key and value tag to a data store.
-