Uses of Class
software.amazon.awssdk.services.cloudformation.model.Tag
-
Packages that use Tag Package Description software.amazon.awssdk.services.cloudformation.model -
-
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 Tag Modifier and Type Method Description List<Tag>StackRefactorAction. tagResources()Assigns one or more tags to specified resources.List<Tag>CreateChangeSetRequest. tags()Key-value pairs to associate with this stack.List<Tag>CreateStackRequest. tags()Key-value pairs to associate with this stack.List<Tag>CreateStackSetRequest. tags()The key-value pairs to associate with this stack set and the stacks created from it.List<Tag>DescribeChangeSetResponse. tags()If you execute the change set, the tags that will be associated with the stack.List<Tag>Stack. tags()A list ofTags that specify information about the stack.List<Tag>StackSet. tags()A list of tags that specify information about the stack set.List<Tag>UpdateStackRequest. tags()Key-value pairs to associate with this stack.List<Tag>UpdateStackSetRequest. tags()The key-value pairs to associate with this stack set and the stacks created from it.Methods in software.amazon.awssdk.services.cloudformation.model with parameters of type Tag Modifier and Type Method Description StackRefactorAction.BuilderStackRefactorAction.Builder. tagResources(Tag... tagResources)Assigns one or more tags to specified resources.CreateChangeSetRequest.BuilderCreateChangeSetRequest.Builder. tags(Tag... tags)Key-value pairs to associate with this stack.CreateStackRequest.BuilderCreateStackRequest.Builder. tags(Tag... tags)Key-value pairs to associate with this stack.CreateStackSetRequest.BuilderCreateStackSetRequest.Builder. tags(Tag... tags)The key-value pairs to associate with this stack set and the stacks created from it.DescribeChangeSetResponse.BuilderDescribeChangeSetResponse.Builder. tags(Tag... tags)If you execute the change set, the tags that will be associated with the stack.Stack.BuilderStack.Builder. tags(Tag... tags)A list ofTags that specify information about the stack.StackSet.BuilderStackSet.Builder. tags(Tag... tags)A list of tags that specify information about the stack set.UpdateStackRequest.BuilderUpdateStackRequest.Builder. tags(Tag... tags)Key-value pairs to associate with this stack.UpdateStackSetRequest.BuilderUpdateStackSetRequest.Builder. tags(Tag... tags)The key-value pairs to associate with this stack set and the stacks created from it.Method parameters in software.amazon.awssdk.services.cloudformation.model with type arguments of type Tag Modifier and Type Method Description StackRefactorAction.BuilderStackRefactorAction.Builder. tagResources(Collection<Tag> tagResources)Assigns one or more tags to specified resources.CreateChangeSetRequest.BuilderCreateChangeSetRequest.Builder. tags(Collection<Tag> tags)Key-value pairs to associate with this stack.CreateStackRequest.BuilderCreateStackRequest.Builder. tags(Collection<Tag> tags)Key-value pairs to associate with this stack.CreateStackSetRequest.BuilderCreateStackSetRequest.Builder. tags(Collection<Tag> tags)The key-value pairs to associate with this stack set and the stacks created from it.DescribeChangeSetResponse.BuilderDescribeChangeSetResponse.Builder. tags(Collection<Tag> tags)If you execute the change set, the tags that will be associated with the stack.Stack.BuilderStack.Builder. tags(Collection<Tag> tags)A list ofTags that specify information about the stack.StackSet.BuilderStackSet.Builder. tags(Collection<Tag> tags)A list of tags that specify information about the stack set.UpdateStackRequest.BuilderUpdateStackRequest.Builder. tags(Collection<Tag> tags)Key-value pairs to associate with this stack.UpdateStackSetRequest.BuilderUpdateStackSetRequest.Builder. tags(Collection<Tag> tags)The key-value pairs to associate with this stack set and the stacks created from it.
-