Uses of Class
software.amazon.awssdk.services.healthlake.model.Tag
-
Packages that use Tag Package Description software.amazon.awssdk.services.healthlake.model -
-
Uses of Tag in software.amazon.awssdk.services.healthlake.model
Methods in software.amazon.awssdk.services.healthlake.model that return types with arguments of type Tag Modifier and Type Method Description List<Tag>CreateFhirDatastoreRequest. tags()Resource tags that are applied to a data store when it is created.List<Tag>ListTagsForResourceResponse. tags()Returns a list of tags associated with a data store.List<Tag>TagResourceRequest. tags()The user specified key and value pair tags being added to a data store.Methods in software.amazon.awssdk.services.healthlake.model with parameters of type Tag Modifier and Type Method Description CreateFhirDatastoreRequest.BuilderCreateFhirDatastoreRequest.Builder. tags(Tag... tags)Resource tags that are applied to a data store when it is created.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Tag... tags)Returns a list of tags associated with a data store.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Tag... tags)The user specified key and value pair tags being added to a data store.Method parameters in software.amazon.awssdk.services.healthlake.model with type arguments of type Tag Modifier and Type Method Description CreateFhirDatastoreRequest.BuilderCreateFhirDatastoreRequest.Builder. tags(Collection<Tag> tags)Resource tags that are applied to a data store when it is created.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Collection<Tag> tags)Returns a list of tags associated with a data store.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Collection<Tag> tags)The user specified key and value pair tags being added to a data store.
-