| Package | Description |
|---|---|
| com.amazonaws.services.organizations.model |
| Modifier and Type | Method and Description |
|---|---|
Tag |
Tag.clone() |
Tag |
Tag.withKey(String key)
The key identifier, or name, of the tag.
|
Tag |
Tag.withValue(String value)
The string value that's associated with the key of the tag.
|
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
TagResourceRequest.getTags()
The tag to add to the specified resource.
|
List<Tag> |
ListTagsForResourceResult.getTags()
The tags that are assigned to the resource.
|
| Modifier and Type | Method and Description |
|---|---|
TagResourceRequest |
TagResourceRequest.withTags(Tag... tags)
The tag to add to the specified resource.
|
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Tag... tags)
The tags that are assigned to the resource.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TagResourceRequest.setTags(Collection<Tag> tags)
The tag to add to the specified resource.
|
void |
ListTagsForResourceResult.setTags(Collection<Tag> tags)
The tags that are assigned to the resource.
|
TagResourceRequest |
TagResourceRequest.withTags(Collection<Tag> tags)
The tag to add to the specified resource.
|
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Collection<Tag> tags)
The tags that are assigned to the resource.
|
Copyright © 2019. All rights reserved.