Uses of Class
software.amazon.awssdk.services.cloudformation.model.Tag
Packages that use Tag
-
Uses of Tag in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type TagModifier and TypeMethodDescriptionStackRefactorAction.tagResources()Assigns one or more tags to specified resources.CreateChangeSetRequest.tags()Key-value pairs to associate with this stack.CreateStackRequest.tags()Key-value pairs to associate with this stack.CreateStackSetRequest.tags()The key-value pairs to associate with this StackSet and the stacks created from it.DescribeChangeSetResponse.tags()If you execute the change set, the tags that will be associated with the stack.Stack.tags()A list ofTags that specify information about the stack.StackSet.tags()A list of tags that specify information about the StackSet.UpdateStackRequest.tags()Key-value pairs to associate with this stack.UpdateStackSetRequest.tags()The key-value pairs to associate with this StackSet and the stacks created from it.Methods in software.amazon.awssdk.services.cloudformation.model with parameters of type TagModifier and TypeMethodDescriptionStackRefactorAction.Builder.tagResources(Tag... tagResources) Assigns one or more tags to specified resources.Key-value pairs to associate with this stack.Key-value pairs to associate with this stack.The key-value pairs to associate with this StackSet and the stacks created from it.If you execute the change set, the tags that will be associated with the stack.A list ofTags that specify information about the stack.A list of tags that specify information about the StackSet.Key-value pairs to associate with this stack.The key-value pairs to associate with this StackSet and the stacks created from it.Method parameters in software.amazon.awssdk.services.cloudformation.model with type arguments of type TagModifier and TypeMethodDescriptionStackRefactorAction.Builder.tagResources(Collection<Tag> tagResources) Assigns one or more tags to specified resources.CreateChangeSetRequest.Builder.tags(Collection<Tag> tags) Key-value pairs to associate with this stack.CreateStackRequest.Builder.tags(Collection<Tag> tags) Key-value pairs to associate with this stack.CreateStackSetRequest.Builder.tags(Collection<Tag> tags) The key-value pairs to associate with this StackSet and the stacks created from it.DescribeChangeSetResponse.Builder.tags(Collection<Tag> tags) If you execute the change set, the tags that will be associated with the stack.Stack.Builder.tags(Collection<Tag> tags) A list ofTags that specify information about the stack.StackSet.Builder.tags(Collection<Tag> tags) A list of tags that specify information about the StackSet.UpdateStackRequest.Builder.tags(Collection<Tag> tags) Key-value pairs to associate with this stack.UpdateStackSetRequest.Builder.tags(Collection<Tag> tags) The key-value pairs to associate with this StackSet and the stacks created from it.