| Package | Description |
|---|---|
| com.amazonaws.services.cloudhsmv2.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> |
TagResourceRequest.getTagList()
A list of one or more tags.
|
List<Tag> |
ListTagsResult.getTagList()
A list of tags.
|
| Modifier and Type | Method and Description |
|---|---|
TagResourceRequest |
TagResourceRequest.withTagList(Tag... tagList)
A list of one or more tags.
|
ListTagsResult |
ListTagsResult.withTagList(Tag... tagList)
A list of tags.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TagResourceRequest.setTagList(Collection<Tag> tagList)
A list of one or more tags.
|
void |
ListTagsResult.setTagList(Collection<Tag> tagList)
A list of tags.
|
TagResourceRequest |
TagResourceRequest.withTagList(Collection<Tag> tagList)
A list of one or more tags.
|
ListTagsResult |
ListTagsResult.withTagList(Collection<Tag> tagList)
A list of tags.
|
Copyright © 2019. All rights reserved.