| 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> |
ListTagsResult.getTagList()
A list of tags.
|
List<Tag> |
CopyBackupToRegionRequest.getTagList()
Tags to apply to the destination backup during creation.
|
List<Tag> |
CreateClusterRequest.getTagList()
Tags to apply to the CloudHSM cluster during creation.
|
List<Tag> |
TagResourceRequest.getTagList()
A list of one or more tags.
|
List<Tag> |
Cluster.getTagList()
The list of tags for the cluster.
|
List<Tag> |
Backup.getTagList()
The list of tags for the backup.
|
| Modifier and Type | Method and Description |
|---|---|
ListTagsResult |
ListTagsResult.withTagList(Tag... tagList)
A list of tags.
|
CopyBackupToRegionRequest |
CopyBackupToRegionRequest.withTagList(Tag... tagList)
Tags to apply to the destination backup during creation.
|
CreateClusterRequest |
CreateClusterRequest.withTagList(Tag... tagList)
Tags to apply to the CloudHSM cluster during creation.
|
TagResourceRequest |
TagResourceRequest.withTagList(Tag... tagList)
A list of one or more tags.
|
Cluster |
Cluster.withTagList(Tag... tagList)
The list of tags for the cluster.
|
Backup |
Backup.withTagList(Tag... tagList)
The list of tags for the backup.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListTagsResult.setTagList(Collection<Tag> tagList)
A list of tags.
|
void |
CopyBackupToRegionRequest.setTagList(Collection<Tag> tagList)
Tags to apply to the destination backup during creation.
|
void |
CreateClusterRequest.setTagList(Collection<Tag> tagList)
Tags to apply to the CloudHSM cluster during creation.
|
void |
TagResourceRequest.setTagList(Collection<Tag> tagList)
A list of one or more tags.
|
void |
Cluster.setTagList(Collection<Tag> tagList)
The list of tags for the cluster.
|
void |
Backup.setTagList(Collection<Tag> tagList)
The list of tags for the backup.
|
ListTagsResult |
ListTagsResult.withTagList(Collection<Tag> tagList)
A list of tags.
|
CopyBackupToRegionRequest |
CopyBackupToRegionRequest.withTagList(Collection<Tag> tagList)
Tags to apply to the destination backup during creation.
|
CreateClusterRequest |
CreateClusterRequest.withTagList(Collection<Tag> tagList)
Tags to apply to the CloudHSM cluster during creation.
|
TagResourceRequest |
TagResourceRequest.withTagList(Collection<Tag> tagList)
A list of one or more tags.
|
Cluster |
Cluster.withTagList(Collection<Tag> tagList)
The list of tags for the cluster.
|
Backup |
Backup.withTagList(Collection<Tag> tagList)
The list of tags for the backup.
|
Copyright © 2023. All rights reserved.