| Package | Description |
|---|---|
| software.amazon.awssdk.services.route53domains.model |
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
ListTagsForDomainResponse.tagList()
A list of the tags that are associated with the specified domain.
|
List<Tag> |
UpdateTagsForDomainRequest.tagsToUpdate()
A list of the tag keys and values that you want to add or update.
|
| Modifier and Type | Method and Description |
|---|---|
ListTagsForDomainResponse.Builder |
ListTagsForDomainResponse.Builder.tagList(Tag... tagList)
A list of the tags that are associated with the specified domain.
|
UpdateTagsForDomainRequest.Builder |
UpdateTagsForDomainRequest.Builder.tagsToUpdate(Tag... tagsToUpdate)
A list of the tag keys and values that you want to add or update.
|
| Modifier and Type | Method and Description |
|---|---|
ListTagsForDomainResponse.Builder |
ListTagsForDomainResponse.Builder.tagList(Collection<Tag> tagList)
A list of the tags that are associated with the specified domain.
|
UpdateTagsForDomainRequest.Builder |
UpdateTagsForDomainRequest.Builder.tagsToUpdate(Collection<Tag> tagsToUpdate)
A list of the tag keys and values that you want to add or update.
|
Copyright © 2023. All rights reserved.