Uses of Class
com.amazonaws.services.elasticache.model.Tag
-
Packages that use Tag Package Description com.amazonaws.services.elasticache.model -
-
Uses of Tag in com.amazonaws.services.elasticache.model
Methods in com.amazonaws.services.elasticache.model that return Tag Modifier and Type Method Description Tag
Tag. clone()
Tag
Tag. withKey(String key)
The key for the tag.Tag
Tag. withValue(String value)
The tag's value.Methods in com.amazonaws.services.elasticache.model that return types with arguments of type Tag Modifier and Type Method Description List<Tag>
AddTagsToResourceResult. getTagList()
A list of cost allocation tags as key-value pairs.List<Tag>
ListTagsForResourceResult. getTagList()
A list of cost allocation tags as key-value pairs.List<Tag>
RemoveTagsFromResourceResult. getTagList()
A list of cost allocation tags as key-value pairs.List<Tag>
AddTagsToResourceRequest. getTags()
A list of cost allocation tags to be added to this resource.List<Tag>
CreateCacheClusterRequest. getTags()
A list of cost allocation tags to be added to this resource.List<Tag>
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 Tag Modifier and Type Method Description AddTagsToResourceResult
AddTagsToResourceResult. withTagList(Tag... tagList)
A list of cost allocation tags as key-value pairs.ListTagsForResourceResult
ListTagsForResourceResult. withTagList(Tag... tagList)
A list of cost allocation tags as key-value pairs.RemoveTagsFromResourceResult
RemoveTagsFromResourceResult. withTagList(Tag... tagList)
A list of cost allocation tags as key-value pairs.AddTagsToResourceRequest
AddTagsToResourceRequest. withTags(Tag... tags)
A list of cost allocation tags to be added to this resource.CreateCacheClusterRequest
CreateCacheClusterRequest. withTags(Tag... tags)
A list of cost allocation tags to be added to this resource.CreateReplicationGroupRequest
CreateReplicationGroupRequest. withTags(Tag... tags)
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 Tag Modifier and Type Method Description void
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
AddTagsToResourceResult. withTagList(Collection<Tag> tagList)
A list of cost allocation tags as key-value pairs.ListTagsForResourceResult
ListTagsForResourceResult. withTagList(Collection<Tag> tagList)
A list of cost allocation tags as key-value pairs.RemoveTagsFromResourceResult
RemoveTagsFromResourceResult. withTagList(Collection<Tag> tagList)
A list of cost allocation tags as key-value pairs.AddTagsToResourceRequest
AddTagsToResourceRequest. withTags(Collection<Tag> tags)
A list of cost allocation tags to be added to this resource.CreateCacheClusterRequest
CreateCacheClusterRequest. withTags(Collection<Tag> tags)
A list of cost allocation tags to be added to this resource.CreateReplicationGroupRequest
CreateReplicationGroupRequest. withTags(Collection<Tag> tags)
A list of cost allocation tags to be added to this resource.
-