Package | Description |
---|---|
com.amazonaws.services.route53.model | |
com.amazonaws.services.route53.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<Tag> |
ChangeTagsForResourceRequest.addTags
A complex type that contains a list of
Tag elements. |
private SdkInternalList<Tag> |
ResourceTagSet.tags
The tags associated with the specified resource.
|
Modifier and Type | Method and Description |
---|---|
Tag |
Tag.clone() |
Tag |
Tag.withKey(java.lang.String key)
The key for a
Tag . |
Tag |
Tag.withValue(java.lang.String value)
The value for a
Tag . |
Modifier and Type | Method and Description |
---|---|
java.util.List<Tag> |
ChangeTagsForResourceRequest.getAddTags()
A complex type that contains a list of
Tag elements. |
java.util.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(java.util.Collection<Tag> addTags)
A complex type that contains a list of
Tag elements. |
void |
ResourceTagSet.setTags(java.util.Collection<Tag> tags)
The tags associated with the specified resource.
|
ChangeTagsForResourceRequest |
ChangeTagsForResourceRequest.withAddTags(java.util.Collection<Tag> addTags)
A complex type that contains a list of
Tag elements. |
ResourceTagSet |
ResourceTagSet.withTags(java.util.Collection<Tag> tags)
The tags associated with the specified resource.
|
Modifier and Type | Method and Description |
---|---|
Tag |
TagStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |