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 ofTag
that need to be added for the Elasticsearch domain.ListTagsResult.getTagList()
List ofTag
for the requested Elasticsearch domain.Methods in com.amazonaws.services.elasticsearch.model with parameters of type TagModifier and TypeMethodDescriptionAddTagsRequest.withTagList
(Tag... tagList) List ofTag
that need to be added for the Elasticsearch domain.ListTagsResult.withTagList
(Tag... tagList) List ofTag
for the requested Elasticsearch domain.Method parameters in com.amazonaws.services.elasticsearch.model with type arguments of type TagModifier and TypeMethodDescriptionvoid
AddTagsRequest.setTagList
(Collection<Tag> tagList) List ofTag
that need to be added for the Elasticsearch domain.void
ListTagsResult.setTagList
(Collection<Tag> tagList) List ofTag
for the requested Elasticsearch domain.AddTagsRequest.withTagList
(Collection<Tag> tagList) List ofTag
that need to be added for the Elasticsearch domain.ListTagsResult.withTagList
(Collection<Tag> tagList) List ofTag
for the requested Elasticsearch domain.