| 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> |
CreateElasticsearchDomainRequest.getTagList()
A list of
Tag added during domain creation. |
List<Tag> |
ListTagsResult.getTagList()
List of
Tag for the requested Elasticsearch domain. |
List<Tag> |
AddTagsRequest.getTagList()
List of
Tag that need to be added for the Elasticsearch domain. |
| Modifier and Type | Method and Description |
|---|---|
CreateElasticsearchDomainRequest |
CreateElasticsearchDomainRequest.withTagList(Tag... tagList)
A list of
Tag added during domain creation. |
ListTagsResult |
ListTagsResult.withTagList(Tag... tagList)
List of
Tag for the requested Elasticsearch domain. |
AddTagsRequest |
AddTagsRequest.withTagList(Tag... tagList)
List of
Tag that need to be added for the Elasticsearch domain. |
| Modifier and Type | Method and Description |
|---|---|
void |
CreateElasticsearchDomainRequest.setTagList(Collection<Tag> tagList)
A list of
Tag added during domain creation. |
void |
ListTagsResult.setTagList(Collection<Tag> tagList)
List of
Tag for the requested Elasticsearch domain. |
void |
AddTagsRequest.setTagList(Collection<Tag> tagList)
List of
Tag that need to be added for the Elasticsearch domain. |
CreateElasticsearchDomainRequest |
CreateElasticsearchDomainRequest.withTagList(Collection<Tag> tagList)
A list of
Tag added during domain creation. |
ListTagsResult |
ListTagsResult.withTagList(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. |
Copyright © 2024. All rights reserved.