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 TypeMethodDescriptionvoidAddTagsToResourceResult.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.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.