Package | Description |
---|---|
com.amazonaws.services.route53domains.model | |
com.amazonaws.services.route53domains.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<Tag> |
ListTagsForDomainResult.tagList
A list of the tags that are associated with the specified domain.
|
private SdkInternalList<Tag> |
UpdateTagsForDomainRequest.tagsToUpdate
A list of the tag keys and values that you want to add or update.
|
Modifier and Type | Method and Description |
---|---|
Tag |
Tag.clone() |
Tag |
Tag.withKey(java.lang.String key)
The key (name) of a tag.
|
Tag |
Tag.withValue(java.lang.String value)
The value of a tag.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Tag> |
ListTagsForDomainResult.getTagList()
A list of the tags that are associated with the specified domain.
|
java.util.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(java.util.Collection<Tag> tagList)
A list of the tags that are associated with the specified domain.
|
void |
UpdateTagsForDomainRequest.setTagsToUpdate(java.util.Collection<Tag> tagsToUpdate)
A list of the tag keys and values that you want to add or update.
|
ListTagsForDomainResult |
ListTagsForDomainResult.withTagList(java.util.Collection<Tag> tagList)
A list of the tags that are associated with the specified domain.
|
UpdateTagsForDomainRequest |
UpdateTagsForDomainRequest.withTagsToUpdate(java.util.Collection<Tag> tagsToUpdate)
A list of the tag keys and values that you want to add or update.
|
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
|