Uses of Class
com.amazonaws.services.cloudtrail.model.Tag
-
Packages that use Tag Package Description com.amazonaws.services.cloudtrail.model -
-
Uses of Tag in com.amazonaws.services.cloudtrail.model
Methods in com.amazonaws.services.cloudtrail.model that return Tag Modifier and Type Method Description TagTag. clone()TagTag. withKey(String key)The key in a key-value pair.TagTag. withValue(String value)The value in a key-value pair of a tag.Methods in com.amazonaws.services.cloudtrail.model that return types with arguments of type Tag Modifier and Type Method Description List<Tag>AddTagsRequest. getTagsList()Contains a list of CloudTrail tags, up to a limit of 10.List<Tag>RemoveTagsRequest. getTagsList()Specifies a list of tags to be removed.List<Tag>ResourceTag. getTagsList()Methods in com.amazonaws.services.cloudtrail.model with parameters of type Tag Modifier and Type Method Description AddTagsRequestAddTagsRequest. withTagsList(Tag... tagsList)Contains a list of CloudTrail tags, up to a limit of 10.RemoveTagsRequestRemoveTagsRequest. withTagsList(Tag... tagsList)Specifies a list of tags to be removed.ResourceTagResourceTag. 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 Tag Modifier and Type Method Description voidAddTagsRequest. 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)AddTagsRequestAddTagsRequest. withTagsList(Collection<Tag> tagsList)Contains a list of CloudTrail tags, up to a limit of 10.RemoveTagsRequestRemoveTagsRequest. withTagsList(Collection<Tag> tagsList)Specifies a list of tags to be removed.ResourceTagResourceTag. withTagsList(Collection<Tag> tagsList)
-