| Package | Description |
|---|---|
| com.amazonaws.services.simplesystemsmanagement.model |
| Modifier and Type | Method and Description |
|---|---|
Tag |
Tag.clone() |
Tag |
Tag.withKey(String key)
The name of the tag.
|
Tag |
Tag.withValue(String value)
The value of the tag.
|
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
ListTagsForResourceResult.getTagList()
A list of tags.
|
List<Tag> |
AddTagsToResourceRequest.getTags()
One or more tags.
|
List<Tag> |
DocumentDescription.getTags()
The tags, or metadata, that have been applied to the document.
|
List<Tag> |
DocumentIdentifier.getTags()
The tags, or metadata, that have been applied to the document.
|
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourceResult |
ListTagsForResourceResult.withTagList(Tag... tagList)
A list of tags.
|
AddTagsToResourceRequest |
AddTagsToResourceRequest.withTags(Tag... tags)
One or more tags.
|
DocumentDescription |
DocumentDescription.withTags(Tag... tags)
The tags, or metadata, that have been applied to the document.
|
DocumentIdentifier |
DocumentIdentifier.withTags(Tag... tags)
The tags, or metadata, that have been applied to the document.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListTagsForResourceResult.setTagList(Collection<Tag> tagList)
A list of tags.
|
void |
AddTagsToResourceRequest.setTags(Collection<Tag> tags)
One or more tags.
|
void |
DocumentDescription.setTags(Collection<Tag> tags)
The tags, or metadata, that have been applied to the document.
|
void |
DocumentIdentifier.setTags(Collection<Tag> tags)
The tags, or metadata, that have been applied to the document.
|
ListTagsForResourceResult |
ListTagsForResourceResult.withTagList(Collection<Tag> tagList)
A list of tags.
|
AddTagsToResourceRequest |
AddTagsToResourceRequest.withTags(Collection<Tag> tags)
One or more tags.
|
DocumentDescription |
DocumentDescription.withTags(Collection<Tag> tags)
The tags, or metadata, that have been applied to the document.
|
DocumentIdentifier |
DocumentIdentifier.withTags(Collection<Tag> tags)
The tags, or metadata, that have been applied to the document.
|
Copyright © 2018. All rights reserved.