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 TagTag. clone()TagTag. withKey(String key)The key of the tag.TagTag. 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 AddTagsToResourceRequestAddTagsToResourceRequest. withTagList(Tag... tagList)One or more tags.ListTagsForResourceResultListTagsForResourceResult. 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 voidAddTagsToResourceRequest. setTagList(Collection<Tag> tagList)One or more tags.voidListTagsForResourceResult. setTagList(Collection<Tag> tagList)One or more tags.AddTagsToResourceRequestAddTagsToResourceRequest. withTagList(Collection<Tag> tagList)One or more tags.ListTagsForResourceResultListTagsForResourceResult. withTagList(Collection<Tag> tagList)One or more tags.
-