| Package | Description |
|---|---|
| software.amazon.awssdk.services.opensearch.model |
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
CreateDomainRequest.tagList()
List of tags to add to the domain upon creation.
|
List<Tag> |
ListTagsResponse.tagList()
List of resource tags associated with the specified domain.
|
List<Tag> |
AddTagsRequest.tagList()
List of resource tags.
|
| Modifier and Type | Method and Description |
|---|---|
CreateDomainRequest.Builder |
CreateDomainRequest.Builder.tagList(Tag... tagList)
List of tags to add to the domain upon creation.
|
ListTagsResponse.Builder |
ListTagsResponse.Builder.tagList(Tag... tagList)
List of resource tags associated with the specified domain.
|
AddTagsRequest.Builder |
AddTagsRequest.Builder.tagList(Tag... tagList)
List of resource tags.
|
| Modifier and Type | Method and Description |
|---|---|
CreateDomainRequest.Builder |
CreateDomainRequest.Builder.tagList(Collection<Tag> tagList)
List of tags to add to the domain upon creation.
|
ListTagsResponse.Builder |
ListTagsResponse.Builder.tagList(Collection<Tag> tagList)
List of resource tags associated with the specified domain.
|
AddTagsRequest.Builder |
AddTagsRequest.Builder.tagList(Collection<Tag> tagList)
List of resource tags.
|
Copyright © 2023. All rights reserved.