Uses of Class
com.amazonaws.services.cloudhsm.model.Tag
Packages that use Tag
-
Uses of Tag in com.amazonaws.services.cloudhsm.model
Methods in com.amazonaws.services.cloudhsm.model that return TagMethods in com.amazonaws.services.cloudhsm.model that return types with arguments of type TagModifier and TypeMethodDescriptionAddTagsToResourceRequest.getTagList()One or more tags.ListTagsForResourceResult.getTagList()One or more tags.Methods in com.amazonaws.services.cloudhsm.model with parameters of type TagModifier and TypeMethodDescriptionAddTagsToResourceRequest.withTagList(Tag... tagList) One or more tags.ListTagsForResourceResult.withTagList(Tag... tagList) One or more tags.Method parameters in com.amazonaws.services.cloudhsm.model with type arguments of type TagModifier and TypeMethodDescriptionvoidAddTagsToResourceRequest.setTagList(Collection<Tag> tagList) One or more tags.voidListTagsForResourceResult.setTagList(Collection<Tag> tagList) One or more tags.AddTagsToResourceRequest.withTagList(Collection<Tag> tagList) One or more tags.ListTagsForResourceResult.withTagList(Collection<Tag> tagList) One or more tags.