Package | Description |
---|---|
com.amazonaws.services.elasticsearch.model |
Modifier and Type | Method and Description |
---|---|
Tag |
Tag.clone() |
Tag |
Tag.withKey(String key)
Specifies the
TagKey , the name of the tag. |
Tag |
Tag.withValue(String value)
Specifies the
TagValue , the value assigned to the
corresponding tag key. |
Modifier and Type | Method and Description |
---|---|
List<Tag> |
AddTagsRequest.getTagList()
List of
Tag that need to be added for the Elasticsearch
domain. |
List<Tag> |
ListTagsResult.getTagList()
List of
Tag for the requested Elasticsearch domain. |
Modifier and Type | Method and Description |
---|---|
AddTagsRequest |
AddTagsRequest.withTagList(Tag... tagList)
List of
Tag that need to be added for the Elasticsearch
domain. |
ListTagsResult |
ListTagsResult.withTagList(Tag... tagList)
List of
Tag for the requested Elasticsearch domain. |
Modifier and Type | Method and Description |
---|---|
void |
AddTagsRequest.setTagList(Collection<Tag> tagList)
List of
Tag that need to be added for the Elasticsearch
domain. |
void |
ListTagsResult.setTagList(Collection<Tag> tagList)
List of
Tag for the requested Elasticsearch domain. |
AddTagsRequest |
AddTagsRequest.withTagList(Collection<Tag> tagList)
List of
Tag that need to be added for the Elasticsearch
domain. |
ListTagsResult |
ListTagsResult.withTagList(Collection<Tag> tagList)
List of
Tag for the requested Elasticsearch domain. |
Copyright © 2018. All rights reserved.