| Package | Description |
|---|---|
| com.amazonaws.services.opensearch.model |
| Modifier and Type | Method and Description |
|---|---|
Tag |
Tag.clone() |
Tag |
Tag.withKey(String key)
The tag key.
|
Tag |
Tag.withValue(String value)
The value assigned to the corresponding tag key.
|
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
ListTagsResult.getTagList()
List of resource tags associated with the specified domain.
|
List<Tag> |
CreateDomainRequest.getTagList()
List of tags to add to the domain upon creation.
|
List<Tag> |
AddTagsRequest.getTagList()
List of resource tags.
|
| Modifier and Type | Method and Description |
|---|---|
ListTagsResult |
ListTagsResult.withTagList(Tag... tagList)
List of resource tags associated with the specified domain.
|
CreateDomainRequest |
CreateDomainRequest.withTagList(Tag... tagList)
List of tags to add to the domain upon creation.
|
AddTagsRequest |
AddTagsRequest.withTagList(Tag... tagList)
List of resource tags.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListTagsResult.setTagList(Collection<Tag> tagList)
List of resource tags associated with the specified domain.
|
void |
CreateDomainRequest.setTagList(Collection<Tag> tagList)
List of tags to add to the domain upon creation.
|
void |
AddTagsRequest.setTagList(Collection<Tag> tagList)
List of resource tags.
|
ListTagsResult |
ListTagsResult.withTagList(Collection<Tag> tagList)
List of resource tags associated with the specified domain.
|
CreateDomainRequest |
CreateDomainRequest.withTagList(Collection<Tag> tagList)
List of tags to add to the domain upon creation.
|
AddTagsRequest |
AddTagsRequest.withTagList(Collection<Tag> tagList)
List of resource tags.
|
Copyright © 2024. All rights reserved.