Uses of Class
com.amazonaws.services.cloudformation.model.Tag
Packages that use Tag
-
Uses of Tag in com.amazonaws.services.cloudformation.model
Methods in com.amazonaws.services.cloudformation.model that return TagMethods in com.amazonaws.services.cloudformation.model that return types with arguments of type TagModifier and TypeMethodDescriptionCreateChangeSetRequest.getTags()Key-value pairs to associate with this stack.CreateStackRequest.getTags()Key-value pairs to associate with this stack.DescribeChangeSetResult.getTags()If you execute the change set, the tags that will be associated with the stack.Stack.getTags()A list ofTags that specify information about the stack.UpdateStackRequest.getTags()Key-value pairs to associate with this stack.Methods in com.amazonaws.services.cloudformation.model with parameters of type TagModifier and TypeMethodDescriptionKey-value pairs to associate with this stack.Key-value pairs to associate with this stack.If you execute the change set, the tags that will be associated with the stack.A list ofTags that specify information about the stack.Key-value pairs to associate with this stack.Method parameters in com.amazonaws.services.cloudformation.model with type arguments of type TagModifier and TypeMethodDescriptionvoidCreateChangeSetRequest.setTags(Collection<Tag> tags) Key-value pairs to associate with this stack.voidCreateStackRequest.setTags(Collection<Tag> tags) Key-value pairs to associate with this stack.voidDescribeChangeSetResult.setTags(Collection<Tag> tags) If you execute the change set, the tags that will be associated with the stack.voidStack.setTags(Collection<Tag> tags) A list ofTags that specify information about the stack.voidUpdateStackRequest.setTags(Collection<Tag> tags) Key-value pairs to associate with this stack.CreateChangeSetRequest.withTags(Collection<Tag> tags) Key-value pairs to associate with this stack.CreateStackRequest.withTags(Collection<Tag> tags) Key-value pairs to associate with this stack.DescribeChangeSetResult.withTags(Collection<Tag> tags) If you execute the change set, the tags that will be associated with the stack.Stack.withTags(Collection<Tag> tags) A list ofTags that specify information about the stack.UpdateStackRequest.withTags(Collection<Tag> tags) Key-value pairs to associate with this stack.