Uses of Class
software.amazon.awssdk.services.cloudhsmv2.model.Tag
-
Packages that use Tag Package Description software.amazon.awssdk.services.cloudhsmv2.model -
-
Uses of Tag in software.amazon.awssdk.services.cloudhsmv2.model
Methods in software.amazon.awssdk.services.cloudhsmv2.model that return types with arguments of type Tag Modifier and Type Method Description List<Tag>Backup. tagList()The list of tags for the backup.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>CreateClusterRequest. tagList()Tags to apply to the CloudHSM cluster during creation.List<Tag>ListTagsResponse. tagList()A list of tags.List<Tag>TagResourceRequest. tagList()A list of one or more tags.Methods in software.amazon.awssdk.services.cloudhsmv2.model with parameters of type Tag Modifier and Type Method Description Backup.BuilderBackup.Builder. tagList(Tag... tagList)The list of tags for the backup.Cluster.BuilderCluster.Builder. tagList(Tag... tagList)The list of tags for the cluster.CopyBackupToRegionRequest.BuilderCopyBackupToRegionRequest.Builder. tagList(Tag... tagList)Tags to apply to the destination backup during creation.CreateClusterRequest.BuilderCreateClusterRequest.Builder. tagList(Tag... tagList)Tags to apply to the CloudHSM cluster during creation.ListTagsResponse.BuilderListTagsResponse.Builder. tagList(Tag... tagList)A list of tags.TagResourceRequest.BuilderTagResourceRequest.Builder. tagList(Tag... tagList)A list of one or more tags.Method parameters in software.amazon.awssdk.services.cloudhsmv2.model with type arguments of type Tag Modifier and Type Method Description Backup.BuilderBackup.Builder. tagList(Collection<Tag> tagList)The list of tags for the backup.Cluster.BuilderCluster.Builder. tagList(Collection<Tag> tagList)The list of tags for the cluster.CopyBackupToRegionRequest.BuilderCopyBackupToRegionRequest.Builder. tagList(Collection<Tag> tagList)Tags to apply to the destination backup during creation.CreateClusterRequest.BuilderCreateClusterRequest.Builder. tagList(Collection<Tag> tagList)Tags to apply to the CloudHSM cluster during creation.ListTagsResponse.BuilderListTagsResponse.Builder. tagList(Collection<Tag> tagList)A list of tags.TagResourceRequest.BuilderTagResourceRequest.Builder. tagList(Collection<Tag> tagList)A list of one or more tags.
-