| Package | Description |
|---|---|
| com.amazonaws.services.cloudhsm.model |
| Modifier and Type | Method and Description |
|---|---|
Tag |
Tag.clone() |
Tag |
Tag.withKey(String key)
The key of the tag.
|
Tag |
Tag.withValue(String value)
The value of the tag.
|
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
ListTagsForResourceResult.getTagList()
One or more tags.
|
List<Tag> |
AddTagsToResourceRequest.getTagList()
One or more tags.
|
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourceResult |
ListTagsForResourceResult.withTagList(Tag... tagList)
One or more tags.
|
AddTagsToResourceRequest |
AddTagsToResourceRequest.withTagList(Tag... tagList)
One or more tags.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListTagsForResourceResult.setTagList(Collection<Tag> tagList)
One or more tags.
|
void |
AddTagsToResourceRequest.setTagList(Collection<Tag> tagList)
One or more tags.
|
ListTagsForResourceResult |
ListTagsForResourceResult.withTagList(Collection<Tag> tagList)
One or more tags.
|
AddTagsToResourceRequest |
AddTagsToResourceRequest.withTagList(Collection<Tag> tagList)
One or more tags.
|
Copyright © 2016. All rights reserved.