| 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> |
Cluster.getTagList() |
List<Tag> |
CopyBackupToRegionRequest.getTagList() |
List<Tag> |
ListTagsResult.getTagList()
A list of tags.
|
List<Tag> |
Backup.getTagList() |
List<Tag> |
CreateClusterRequest.getTagList() |
| Modifier and Type | Method and Description |
|---|---|
TagResourceRequest |
TagResourceRequest.withTagList(Tag... tagList)
A list of one or more tags.
|
Cluster |
Cluster.withTagList(Tag... tagList)
NOTE: This method appends the values to the existing list (if any).
|
CopyBackupToRegionRequest |
CopyBackupToRegionRequest.withTagList(Tag... tagList)
NOTE: This method appends the values to the existing list (if any).
|
ListTagsResult |
ListTagsResult.withTagList(Tag... tagList)
A list of tags.
|
Backup |
Backup.withTagList(Tag... tagList)
NOTE: This method appends the values to the existing list (if any).
|
CreateClusterRequest |
CreateClusterRequest.withTagList(Tag... tagList)
NOTE: This method appends the values to the existing list (if any).
|
| Modifier and Type | Method and Description |
|---|---|
void |
TagResourceRequest.setTagList(Collection<Tag> tagList)
A list of one or more tags.
|
void |
Cluster.setTagList(Collection<Tag> tagList) |
void |
CopyBackupToRegionRequest.setTagList(Collection<Tag> tagList) |
void |
ListTagsResult.setTagList(Collection<Tag> tagList)
A list of tags.
|
void |
Backup.setTagList(Collection<Tag> tagList) |
void |
CreateClusterRequest.setTagList(Collection<Tag> tagList) |
TagResourceRequest |
TagResourceRequest.withTagList(Collection<Tag> tagList)
A list of one or more tags.
|
Cluster |
Cluster.withTagList(Collection<Tag> tagList) |
CopyBackupToRegionRequest |
CopyBackupToRegionRequest.withTagList(Collection<Tag> tagList) |
ListTagsResult |
ListTagsResult.withTagList(Collection<Tag> tagList)
A list of tags.
|
Backup |
Backup.withTagList(Collection<Tag> tagList) |
CreateClusterRequest |
CreateClusterRequest.withTagList(Collection<Tag> tagList) |
Copyright © 2020. All rights reserved.