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 TagTag. clone()TagTag. withKey(String key)Required.TagTag. 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 ofTags 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 CreateChangeSetRequestCreateChangeSetRequest. withTags(Tag... tags)Key-value pairs to associate with this stack.CreateStackRequestCreateStackRequest. withTags(Tag... tags)Key-value pairs to associate with this stack.DescribeChangeSetResultDescribeChangeSetResult. withTags(Tag... tags)If you execute the change set, the tags that will be associated with the stack.StackStack. withTags(Tag... tags)A list ofTags that specify information about the stack.UpdateStackRequestUpdateStackRequest. 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 voidCreateChangeSetRequest. 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.CreateChangeSetRequestCreateChangeSetRequest. withTags(Collection<Tag> tags)Key-value pairs to associate with this stack.CreateStackRequestCreateStackRequest. withTags(Collection<Tag> tags)Key-value pairs to associate with this stack.DescribeChangeSetResultDescribeChangeSetResult. withTags(Collection<Tag> tags)If you execute the change set, the tags that will be associated with the stack.StackStack. withTags(Collection<Tag> tags)A list ofTags that specify information about the stack.UpdateStackRequestUpdateStackRequest. withTags(Collection<Tag> tags)Key-value pairs to associate with this stack.
-