Uses of Class
com.amazonaws.services.cloudtrail.model.Tag
Packages that use Tag
-
Uses of Tag in com.amazonaws.services.cloudtrail.model
Methods in com.amazonaws.services.cloudtrail.model that return TagModifier and TypeMethodDescriptionTag.clone()The key in a key-value pair.The value in a key-value pair of a tag.Methods in com.amazonaws.services.cloudtrail.model that return types with arguments of type TagModifier and TypeMethodDescriptionAddTagsRequest.getTagsList()Contains a list of CloudTrail tags, up to a limit of 10.RemoveTagsRequest.getTagsList()Specifies a list of tags to be removed.ResourceTag.getTagsList()Methods in com.amazonaws.services.cloudtrail.model with parameters of type TagModifier and TypeMethodDescriptionAddTagsRequest.withTagsList(Tag... tagsList) Contains a list of CloudTrail tags, up to a limit of 10.RemoveTagsRequest.withTagsList(Tag... tagsList) Specifies a list of tags to be removed.ResourceTag.withTagsList(Tag... tagsList) NOTE: This method appends the values to the existing list (if any).Method parameters in com.amazonaws.services.cloudtrail.model with type arguments of type TagModifier and TypeMethodDescriptionvoidAddTagsRequest.setTagsList(Collection<Tag> tagsList) Contains a list of CloudTrail tags, up to a limit of 10.voidRemoveTagsRequest.setTagsList(Collection<Tag> tagsList) Specifies a list of tags to be removed.voidResourceTag.setTagsList(Collection<Tag> tagsList) AddTagsRequest.withTagsList(Collection<Tag> tagsList) Contains a list of CloudTrail tags, up to a limit of 10.RemoveTagsRequest.withTagsList(Collection<Tag> tagsList) Specifies a list of tags to be removed.ResourceTag.withTagsList(Collection<Tag> tagsList)