| Package | Description |
|---|---|
| com.amazonaws.services.cloudformation.model |
| Modifier and Type | Method and Description |
|---|---|
Tag |
Tag.clone() |
Tag |
Tag.withKey(String key)
Required.
|
Tag |
Tag.withValue(String value)
Required.
|
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
Stack.getTags()
A list of
Tags that specify information about the stack. |
List<Tag> |
UpdateStackSetRequest.getTags()
The key-value pairs to associate with this stack set and the stacks created from it.
|
List<Tag> |
UpdateStackRequest.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> |
CreateStackSetRequest.getTags()
The key-value pairs to associate with this stack set and the stacks created from it.
|
List<Tag> |
CreateStackRequest.getTags()
Key-value pairs to associate with this stack.
|
List<Tag> |
CreateChangeSetRequest.getTags()
Key-value pairs to associate with this stack.
|
List<Tag> |
StackSet.getTags()
A list of tags that specify information about the stack set.
|
| Modifier and Type | Method and Description |
|---|---|
Stack |
Stack.withTags(Tag... tags)
A list of
Tags that specify information about the stack. |
UpdateStackSetRequest |
UpdateStackSetRequest.withTags(Tag... tags)
The key-value pairs to associate with this stack set and the stacks created from it.
|
UpdateStackRequest |
UpdateStackRequest.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.
|
CreateStackSetRequest |
CreateStackSetRequest.withTags(Tag... tags)
The key-value pairs to associate with this stack set and the stacks created from it.
|
CreateStackRequest |
CreateStackRequest.withTags(Tag... tags)
Key-value pairs to associate with this stack.
|
CreateChangeSetRequest |
CreateChangeSetRequest.withTags(Tag... tags)
Key-value pairs to associate with this stack.
|
StackSet |
StackSet.withTags(Tag... tags)
A list of tags that specify information about the stack set.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Stack.setTags(Collection<Tag> tags)
A list of
Tags that specify information about the stack. |
void |
UpdateStackSetRequest.setTags(Collection<Tag> tags)
The key-value pairs to associate with this stack set and the stacks created from it.
|
void |
UpdateStackRequest.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 |
CreateStackSetRequest.setTags(Collection<Tag> tags)
The key-value pairs to associate with this stack set and the stacks created from it.
|
void |
CreateStackRequest.setTags(Collection<Tag> tags)
Key-value pairs to associate with this stack.
|
void |
CreateChangeSetRequest.setTags(Collection<Tag> tags)
Key-value pairs to associate with this stack.
|
void |
StackSet.setTags(Collection<Tag> tags)
A list of tags that specify information about the stack set.
|
Stack |
Stack.withTags(Collection<Tag> tags)
A list of
Tags that specify information about the stack. |
UpdateStackSetRequest |
UpdateStackSetRequest.withTags(Collection<Tag> tags)
The key-value pairs to associate with this stack set and the stacks created from it.
|
UpdateStackRequest |
UpdateStackRequest.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.
|
CreateStackSetRequest |
CreateStackSetRequest.withTags(Collection<Tag> tags)
The key-value pairs to associate with this stack set and the stacks created from it.
|
CreateStackRequest |
CreateStackRequest.withTags(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.
|
StackSet |
StackSet.withTags(Collection<Tag> tags)
A list of tags that specify information about the stack set.
|
Copyright © 2023. All rights reserved.