| Package | Description |
|---|---|
| com.amazonaws.services.clouddirectory.model |
| Modifier and Type | Method and Description |
|---|---|
Tag |
Tag.clone() |
Tag |
Tag.withKey(String key)
The key that is associated with the tag.
|
Tag |
Tag.withValue(String value)
The value that is associated with the tag.
|
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
TagResourceRequest.getTags()
A list of tag key-value pairs.
|
List<Tag> |
ListTagsForResourceResult.getTags()
A list of tag key value pairs that are associated with the response.
|
| Modifier and Type | Method and Description |
|---|---|
TagResourceRequest |
TagResourceRequest.withTags(Tag... tags)
A list of tag key-value pairs.
|
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Tag... tags)
A list of tag key value pairs that are associated with the response.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TagResourceRequest.setTags(Collection<Tag> tags)
A list of tag key-value pairs.
|
void |
ListTagsForResourceResult.setTags(Collection<Tag> tags)
A list of tag key value pairs that are associated with the response.
|
TagResourceRequest |
TagResourceRequest.withTags(Collection<Tag> tags)
A list of tag key-value pairs.
|
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Collection<Tag> tags)
A list of tag key value pairs that are associated with the response.
|
Copyright © 2018. All rights reserved.