Package | Description |
---|---|
com.amazonaws.services.route53.model |
Modifier and Type | Method and Description |
---|---|
Tag |
Tag.clone() |
Tag |
Tag.withKey(String key)
The key for a
Tag . |
Tag |
Tag.withValue(String value)
The value for a
Tag . |
Modifier and Type | Method and Description |
---|---|
List<Tag> |
ChangeTagsForResourceRequest.getAddTags()
A complex type that contains a list of
Tag elements. |
List<Tag> |
ResourceTagSet.getTags()
The tags associated with the specified resource.
|
Modifier and Type | Method and Description |
---|---|
ChangeTagsForResourceRequest |
ChangeTagsForResourceRequest.withAddTags(Tag... addTags)
A complex type that contains a list of
Tag elements. |
ResourceTagSet |
ResourceTagSet.withTags(Tag... tags)
The tags associated with the specified resource.
|
Modifier and Type | Method and Description |
---|---|
void |
ChangeTagsForResourceRequest.setAddTags(Collection<Tag> addTags)
A complex type that contains a list of
Tag elements. |
void |
ResourceTagSet.setTags(Collection<Tag> tags)
The tags associated with the specified resource.
|
ChangeTagsForResourceRequest |
ChangeTagsForResourceRequest.withAddTags(Collection<Tag> addTags)
A complex type that contains a list of
Tag elements. |
ResourceTagSet |
ResourceTagSet.withTags(Collection<Tag> tags)
The tags associated with the specified resource.
|
Copyright © 2018. All rights reserved.