Package | Description |
---|---|
com.amazonaws.services.route53domains.model |
Modifier and Type | Method and Description |
---|---|
Tag |
Tag.clone() |
Tag |
Tag.withKey(String key)
The key (name) of a tag.
|
Tag |
Tag.withValue(String value)
The value of a tag.
|
Modifier and Type | Method and Description |
---|---|
List<Tag> |
ListTagsForDomainResult.getTagList()
A list of the tags that are associated with the specified domain.
|
List<Tag> |
UpdateTagsForDomainRequest.getTagsToUpdate()
A list of the tag keys and values that you want to add or update.
|
Modifier and Type | Method and Description |
---|---|
ListTagsForDomainResult |
ListTagsForDomainResult.withTagList(Tag... tagList)
A list of the tags that are associated with the specified domain.
|
UpdateTagsForDomainRequest |
UpdateTagsForDomainRequest.withTagsToUpdate(Tag... tagsToUpdate)
A list of the tag keys and values that you want to add or update.
|
Modifier and Type | Method and Description |
---|---|
void |
ListTagsForDomainResult.setTagList(Collection<Tag> tagList)
A list of the tags that are associated with the specified domain.
|
void |
UpdateTagsForDomainRequest.setTagsToUpdate(Collection<Tag> tagsToUpdate)
A list of the tag keys and values that you want to add or update.
|
ListTagsForDomainResult |
ListTagsForDomainResult.withTagList(Collection<Tag> tagList)
A list of the tags that are associated with the specified domain.
|
UpdateTagsForDomainRequest |
UpdateTagsForDomainRequest.withTagsToUpdate(Collection<Tag> tagsToUpdate)
A list of the tag keys and values that you want to add or update.
|
Copyright © 2018. All rights reserved.