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 ofTag
s 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 ofTag
s 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 TypeMethodDescriptionvoid
CreateChangeSetRequest.setTags
(Collection<Tag> tags) Key-value pairs to associate with this stack.void
CreateStackRequest.setTags
(Collection<Tag> tags) Key-value pairs to associate with this stack.void
DescribeChangeSetResult.setTags
(Collection<Tag> tags) If you execute the change set, the tags that will be associated with the stack.void
Stack.setTags
(Collection<Tag> tags) A list ofTag
s that specify information about the stack.void
UpdateStackRequest.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 ofTag
s that specify information about the stack.UpdateStackRequest.withTags
(Collection<Tag> tags) Key-value pairs to associate with this stack.