Uses of Class
com.amazonaws.services.cloudformation.model.Tag
-
Packages that use Tag Package Description com.amazonaws.services.cloudformation.model -
-
Uses of Tag in com.amazonaws.services.cloudformation.model
Methods in com.amazonaws.services.cloudformation.model that return Tag Modifier and Type Method Description Tag
Tag. clone()
Tag
Tag. withKey(String key)
Required.Tag
Tag. withValue(String value)
Required.Methods in com.amazonaws.services.cloudformation.model that return types with arguments of type Tag Modifier and Type Method Description List<Tag>
CreateChangeSetRequest. getTags()
Key-value pairs to associate with this stack.List<Tag>
CreateStackRequest. getTags()
Key-value pairs to associate with this stack.List<Tag>
DescribeChangeSetResult. getTags()
If you execute the change set, the tags that will be associated with the stack.List<Tag>
Stack. getTags()
A list ofTag
s that specify information about the stack.List<Tag>
UpdateStackRequest. getTags()
Key-value pairs to associate with this stack.Methods in com.amazonaws.services.cloudformation.model with parameters of type Tag Modifier and Type Method Description CreateChangeSetRequest
CreateChangeSetRequest. withTags(Tag... tags)
Key-value pairs to associate with this stack.CreateStackRequest
CreateStackRequest. withTags(Tag... tags)
Key-value pairs to associate with this stack.DescribeChangeSetResult
DescribeChangeSetResult. withTags(Tag... tags)
If you execute the change set, the tags that will be associated with the stack.Stack
Stack. withTags(Tag... tags)
A list ofTag
s that specify information about the stack.UpdateStackRequest
UpdateStackRequest. withTags(Tag... tags)
Key-value pairs to associate with this stack.Method parameters in com.amazonaws.services.cloudformation.model with type arguments of type Tag Modifier and Type Method Description void
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
CreateChangeSetRequest. withTags(Collection<Tag> tags)
Key-value pairs to associate with this stack.CreateStackRequest
CreateStackRequest. withTags(Collection<Tag> tags)
Key-value pairs to associate with this stack.DescribeChangeSetResult
DescribeChangeSetResult. withTags(Collection<Tag> tags)
If you execute the change set, the tags that will be associated with the stack.Stack
Stack. withTags(Collection<Tag> tags)
A list ofTag
s that specify information about the stack.UpdateStackRequest
UpdateStackRequest. withTags(Collection<Tag> tags)
Key-value pairs to associate with this stack.
-