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 Tag
Tag. clone()
Tag
Tag. withKey(String key)
Specifies theTagKey
, the name of the tag.Tag
Tag. 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 ofTag
that need to be added for the Elasticsearch domain.List<Tag>
ListTagsResult. getTagList()
List ofTag
for the requested Elasticsearch domain.Methods in com.amazonaws.services.elasticsearch.model with parameters of type Tag Modifier and Type Method Description AddTagsRequest
AddTagsRequest. withTagList(Tag... tagList)
List ofTag
that need to be added for the Elasticsearch domain.ListTagsResult
ListTagsResult. withTagList(Tag... tagList)
List ofTag
for the requested Elasticsearch domain.Method parameters in com.amazonaws.services.elasticsearch.model with type arguments of type Tag Modifier and Type Method Description void
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
AddTagsRequest. withTagList(Collection<Tag> tagList)
List ofTag
that need to be added for the Elasticsearch domain.ListTagsResult
ListTagsResult. withTagList(Collection<Tag> tagList)
List ofTag
for the requested Elasticsearch domain.
-