Uses of Class
com.amazonaws.services.elasticache.model.Tag
Packages that use Tag
-
Uses of Tag in com.amazonaws.services.elasticache.model
Methods in com.amazonaws.services.elasticache.model that return TagMethods in com.amazonaws.services.elasticache.model that return types with arguments of type TagModifier and TypeMethodDescriptionAddTagsToResourceResult.getTagList()
A list of cost allocation tags as key-value pairs.ListTagsForResourceResult.getTagList()
A list of cost allocation tags as key-value pairs.RemoveTagsFromResourceResult.getTagList()
A list of cost allocation tags as key-value pairs.AddTagsToResourceRequest.getTags()
A list of cost allocation tags to be added to this resource.CreateCacheClusterRequest.getTags()
A list of cost allocation tags to be added to this resource.CreateReplicationGroupRequest.getTags()
A list of cost allocation tags to be added to this resource.Methods in com.amazonaws.services.elasticache.model with parameters of type TagModifier and TypeMethodDescriptionAddTagsToResourceResult.withTagList
(Tag... tagList) A list of cost allocation tags as key-value pairs.ListTagsForResourceResult.withTagList
(Tag... tagList) A list of cost allocation tags as key-value pairs.RemoveTagsFromResourceResult.withTagList
(Tag... tagList) A list of cost allocation tags as key-value pairs.A list of cost allocation tags to be added to this resource.A list of cost allocation tags to be added to this resource.A list of cost allocation tags to be added to this resource.Method parameters in com.amazonaws.services.elasticache.model with type arguments of type TagModifier and TypeMethodDescriptionvoid
AddTagsToResourceResult.setTagList
(Collection<Tag> tagList) A list of cost allocation tags as key-value pairs.void
ListTagsForResourceResult.setTagList
(Collection<Tag> tagList) A list of cost allocation tags as key-value pairs.void
RemoveTagsFromResourceResult.setTagList
(Collection<Tag> tagList) A list of cost allocation tags as key-value pairs.void
AddTagsToResourceRequest.setTags
(Collection<Tag> tags) A list of cost allocation tags to be added to this resource.void
CreateCacheClusterRequest.setTags
(Collection<Tag> tags) A list of cost allocation tags to be added to this resource.void
CreateReplicationGroupRequest.setTags
(Collection<Tag> tags) A list of cost allocation tags to be added to this resource.AddTagsToResourceResult.withTagList
(Collection<Tag> tagList) A list of cost allocation tags as key-value pairs.ListTagsForResourceResult.withTagList
(Collection<Tag> tagList) A list of cost allocation tags as key-value pairs.RemoveTagsFromResourceResult.withTagList
(Collection<Tag> tagList) A list of cost allocation tags as key-value pairs.AddTagsToResourceRequest.withTags
(Collection<Tag> tags) A list of cost allocation tags to be added to this resource.CreateCacheClusterRequest.withTags
(Collection<Tag> tags) A list of cost allocation tags to be added to this resource.CreateReplicationGroupRequest.withTags
(Collection<Tag> tags) A list of cost allocation tags to be added to this resource.