| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudhsmv2.model |
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
CreateClusterRequest.tagList()
Tags to apply to the CloudHSM cluster during creation.
|
List<Tag> |
TagResourceRequest.tagList()
A list of one or more tags.
|
List<Tag> |
Cluster.tagList()
The list of tags for the cluster.
|
List<Tag> |
CopyBackupToRegionRequest.tagList()
Tags to apply to the destination backup during creation.
|
List<Tag> |
Backup.tagList()
The list of tags for the backup.
|
List<Tag> |
ListTagsResponse.tagList()
A list of tags.
|
| Modifier and Type | Method and Description |
|---|---|
CreateClusterRequest.Builder |
CreateClusterRequest.Builder.tagList(Tag... tagList)
Tags to apply to the CloudHSM cluster during creation.
|
TagResourceRequest.Builder |
TagResourceRequest.Builder.tagList(Tag... tagList)
A list of one or more tags.
|
Cluster.Builder |
Cluster.Builder.tagList(Tag... tagList)
The list of tags for the cluster.
|
CopyBackupToRegionRequest.Builder |
CopyBackupToRegionRequest.Builder.tagList(Tag... tagList)
Tags to apply to the destination backup during creation.
|
Backup.Builder |
Backup.Builder.tagList(Tag... tagList)
The list of tags for the backup.
|
ListTagsResponse.Builder |
ListTagsResponse.Builder.tagList(Tag... tagList)
A list of tags.
|
| Modifier and Type | Method and Description |
|---|---|
CreateClusterRequest.Builder |
CreateClusterRequest.Builder.tagList(Collection<Tag> tagList)
Tags to apply to the CloudHSM cluster during creation.
|
TagResourceRequest.Builder |
TagResourceRequest.Builder.tagList(Collection<Tag> tagList)
A list of one or more tags.
|
Cluster.Builder |
Cluster.Builder.tagList(Collection<Tag> tagList)
The list of tags for the cluster.
|
CopyBackupToRegionRequest.Builder |
CopyBackupToRegionRequest.Builder.tagList(Collection<Tag> tagList)
Tags to apply to the destination backup during creation.
|
Backup.Builder |
Backup.Builder.tagList(Collection<Tag> tagList)
The list of tags for the backup.
|
ListTagsResponse.Builder |
ListTagsResponse.Builder.tagList(Collection<Tag> tagList)
A list of tags.
|
Copyright © 2023. All rights reserved.