Uses of Class
com.amazonaws.services.elasticsearch.model.Tag
Packages that use Tag
-
Uses of Tag in com.amazonaws.services.elasticsearch.model
Methods in com.amazonaws.services.elasticsearch.model that return TagModifier and TypeMethodDescriptionTag.clone()Specifies theTagKey, the name of the tag.Specifies theTagValue, the value assigned to the corresponding tag key.Methods in com.amazonaws.services.elasticsearch.model that return types with arguments of type TagModifier and TypeMethodDescriptionAddTagsRequest.getTagList()List ofTagthat need to be added for the Elasticsearch domain.ListTagsResult.getTagList()List ofTagfor the requested Elasticsearch domain.Methods in com.amazonaws.services.elasticsearch.model with parameters of type TagModifier and TypeMethodDescriptionAddTagsRequest.withTagList(Tag... tagList) List ofTagthat need to be added for the Elasticsearch domain.ListTagsResult.withTagList(Tag... tagList) List ofTagfor the requested Elasticsearch domain.Method parameters in com.amazonaws.services.elasticsearch.model with type arguments of type TagModifier and TypeMethodDescriptionvoidAddTagsRequest.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.AddTagsRequest.withTagList(Collection<Tag> tagList) List ofTagthat need to be added for the Elasticsearch domain.ListTagsResult.withTagList(Collection<Tag> tagList) List ofTagfor the requested Elasticsearch domain.