Uses of Class
com.amazonaws.services.cloudhsm.model.Tag
-
Packages that use Tag Package Description com.amazonaws.services.cloudhsm.model -
-
Uses of Tag in com.amazonaws.services.cloudhsm.model
Methods in com.amazonaws.services.cloudhsm.model that return Tag Modifier and Type Method Description Tag
Tag. clone()
Tag
Tag. withKey(String key)
The key of the tag.Tag
Tag. withValue(String value)
The value of the tag.Methods in com.amazonaws.services.cloudhsm.model that return types with arguments of type Tag Modifier and Type Method Description List<Tag>
AddTagsToResourceRequest. getTagList()
One or more tags.List<Tag>
ListTagsForResourceResult. getTagList()
One or more tags.Methods in com.amazonaws.services.cloudhsm.model with parameters of type Tag Modifier and Type Method Description AddTagsToResourceRequest
AddTagsToResourceRequest. withTagList(Tag... tagList)
One or more tags.ListTagsForResourceResult
ListTagsForResourceResult. withTagList(Tag... tagList)
One or more tags.Method parameters in com.amazonaws.services.cloudhsm.model with type arguments of type Tag Modifier and Type Method Description void
AddTagsToResourceRequest. setTagList(Collection<Tag> tagList)
One or more tags.void
ListTagsForResourceResult. setTagList(Collection<Tag> tagList)
One or more tags.AddTagsToResourceRequest
AddTagsToResourceRequest. withTagList(Collection<Tag> tagList)
One or more tags.ListTagsForResourceResult
ListTagsForResourceResult. withTagList(Collection<Tag> tagList)
One or more tags.
-