Uses of Class
software.amazon.awssdk.services.healthlake.model.TagResourceRequest
-
Packages that use TagResourceRequest 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.software.amazon.awssdk.services.healthlake.transform -
-
Uses of TagResourceRequest in software.amazon.awssdk.services.healthlake
Methods in software.amazon.awssdk.services.healthlake with parameters of type TagResourceRequest Modifier and Type Method Description default CompletableFuture<TagResourceResponse>HealthLakeAsyncClient. tagResource(TagResourceRequest 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. -
Uses of TagResourceRequest in software.amazon.awssdk.services.healthlake.transform
Methods in software.amazon.awssdk.services.healthlake.transform with parameters of type TagResourceRequest Modifier and Type Method Description SdkHttpFullRequestTagResourceRequestMarshaller. marshall(TagResourceRequest tagResourceRequest)
-