Package | Description |
---|---|
com.amazonaws.services.elasticsearch.model | |
com.amazonaws.services.elasticsearch.model.transform |
Modifier and Type | Field and Description |
---|---|
private java.util.List<Tag> |
ListTagsResult.tagList
List of
Tag for the requested Elasticsearch domain. |
private java.util.List<Tag> |
AddTagsRequest.tagList
List of
Tag that need to be added for the Elasticsearch
domain. |
Modifier and Type | Method and Description |
---|---|
Tag |
Tag.clone() |
Tag |
Tag.withKey(java.lang.String key)
Specifies the
TagKey , the name of the tag. |
Tag |
Tag.withValue(java.lang.String value)
Specifies the
TagValue , the value assigned to the
corresponding tag key. |
Modifier and Type | Method and Description |
---|---|
java.util.List<Tag> |
ListTagsResult.getTagList()
List of
Tag for the requested Elasticsearch domain. |
java.util.List<Tag> |
AddTagsRequest.getTagList()
List of
Tag that need to be added for the Elasticsearch
domain. |
Modifier and Type | Method and Description |
---|---|
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 |
ListTagsResult.setTagList(java.util.Collection<Tag> tagList)
List of
Tag for the requested Elasticsearch domain. |
void |
AddTagsRequest.setTagList(java.util.Collection<Tag> tagList)
List of
Tag that need to be added for the Elasticsearch
domain. |
ListTagsResult |
ListTagsResult.withTagList(java.util.Collection<Tag> tagList)
List of
Tag for the requested Elasticsearch domain. |
AddTagsRequest |
AddTagsRequest.withTagList(java.util.Collection<Tag> tagList)
List of
Tag that need to be added for the Elasticsearch
domain. |
Modifier and Type | Method and Description |
---|---|
Tag |
TagJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
TagJsonMarshaller.marshall(Tag tag,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|