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 Tag
Tag. clone()
Tag
Tag. withKey(String key)
The key in a key-value pair.Tag
Tag. 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 AddTagsRequest
AddTagsRequest. withTagsList(Tag... tagsList)
Contains a list of CloudTrail tags, up to a limit of 10.RemoveTagsRequest
RemoveTagsRequest. withTagsList(Tag... tagsList)
Specifies a list of tags to be removed.ResourceTag
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 Tag Modifier and Type Method Description void
AddTagsRequest. setTagsList(Collection<Tag> tagsList)
Contains a list of CloudTrail tags, up to a limit of 10.void
RemoveTagsRequest. setTagsList(Collection<Tag> tagsList)
Specifies a list of tags to be removed.void
ResourceTag. setTagsList(Collection<Tag> tagsList)
AddTagsRequest
AddTagsRequest. withTagsList(Collection<Tag> tagsList)
Contains a list of CloudTrail tags, up to a limit of 10.RemoveTagsRequest
RemoveTagsRequest. withTagsList(Collection<Tag> tagsList)
Specifies a list of tags to be removed.ResourceTag
ResourceTag. withTagsList(Collection<Tag> tagsList)
-