Uses of Class
com.amazonaws.services.elasticsearch.model.Tag
-
Packages that use Tag Package Description com.amazonaws.services.elasticsearch.model -
-
Uses of Tag in com.amazonaws.services.elasticsearch.model
Methods in com.amazonaws.services.elasticsearch.model that return Tag Modifier and Type Method Description TagTag. clone()TagTag. withKey(String key)Specifies theTagKey, the name of the tag.TagTag. withValue(String value)Specifies theTagValue, the value assigned to the corresponding tag key.Methods in com.amazonaws.services.elasticsearch.model that return types with arguments of type Tag Modifier and Type Method Description List<Tag>AddTagsRequest. getTagList()List ofTagthat need to be added for the Elasticsearch domain.List<Tag>ListTagsResult. getTagList()List ofTagfor the requested Elasticsearch domain.Methods in com.amazonaws.services.elasticsearch.model with parameters of type Tag Modifier and Type Method Description AddTagsRequestAddTagsRequest. withTagList(Tag... tagList)List ofTagthat need to be added for the Elasticsearch domain.ListTagsResultListTagsResult. withTagList(Tag... tagList)List ofTagfor the requested Elasticsearch domain.Method parameters in com.amazonaws.services.elasticsearch.model with type arguments of type Tag Modifier and Type Method Description voidAddTagsRequest. setTagList(Collection<Tag> tagList)List ofTagthat need to be added for the Elasticsearch domain.voidListTagsResult. setTagList(Collection<Tag> tagList)List ofTagfor the requested Elasticsearch domain.AddTagsRequestAddTagsRequest. withTagList(Collection<Tag> tagList)List ofTagthat need to be added for the Elasticsearch domain.ListTagsResultListTagsResult. withTagList(Collection<Tag> tagList)List ofTagfor the requested Elasticsearch domain.
-