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 TagTag. clone()TagTag. withKey(String key)The key for the tag.TagTag. 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 AddTagsToResourceResultAddTagsToResourceResult. withTagList(Tag... tagList)A list of cost allocation tags as key-value pairs.ListTagsForResourceResultListTagsForResourceResult. withTagList(Tag... tagList)A list of cost allocation tags as key-value pairs.RemoveTagsFromResourceResultRemoveTagsFromResourceResult. withTagList(Tag... tagList)A list of cost allocation tags as key-value pairs.AddTagsToResourceRequestAddTagsToResourceRequest. withTags(Tag... tags)A list of cost allocation tags to be added to this resource.CreateCacheClusterRequestCreateCacheClusterRequest. withTags(Tag... tags)A list of cost allocation tags to be added to this resource.CreateReplicationGroupRequestCreateReplicationGroupRequest. 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 voidAddTagsToResourceResult. setTagList(Collection<Tag> tagList)A list of cost allocation tags as key-value pairs.voidListTagsForResourceResult. setTagList(Collection<Tag> tagList)A list of cost allocation tags as key-value pairs.voidRemoveTagsFromResourceResult. setTagList(Collection<Tag> tagList)A list of cost allocation tags as key-value pairs.voidAddTagsToResourceRequest. setTags(Collection<Tag> tags)A list of cost allocation tags to be added to this resource.voidCreateCacheClusterRequest. setTags(Collection<Tag> tags)A list of cost allocation tags to be added to this resource.voidCreateReplicationGroupRequest. setTags(Collection<Tag> tags)A list of cost allocation tags to be added to this resource.AddTagsToResourceResultAddTagsToResourceResult. withTagList(Collection<Tag> tagList)A list of cost allocation tags as key-value pairs.ListTagsForResourceResultListTagsForResourceResult. withTagList(Collection<Tag> tagList)A list of cost allocation tags as key-value pairs.RemoveTagsFromResourceResultRemoveTagsFromResourceResult. withTagList(Collection<Tag> tagList)A list of cost allocation tags as key-value pairs.AddTagsToResourceRequestAddTagsToResourceRequest. withTags(Collection<Tag> tags)A list of cost allocation tags to be added to this resource.CreateCacheClusterRequestCreateCacheClusterRequest. withTags(Collection<Tag> tags)A list of cost allocation tags to be added to this resource.CreateReplicationGroupRequestCreateReplicationGroupRequest. withTags(Collection<Tag> tags)A list of cost allocation tags to be added to this resource.
-