| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudformation.model |
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
Stack.tags()
A list of
Tags that specify information about the stack. |
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> |
DescribeChangeSetResponse.tags()
If you execute the change set, the tags that will be associated with the stack.
|
List<Tag> |
UpdateStackSetRequest.tags()
The key-value pairs to associate with this stack set and the stacks created from it.
|
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> |
CreateStackSetRequest.tags()
The key-value pairs to associate with this stack set and the stacks created from it.
|
| Modifier and Type | Method and Description |
|---|---|
Stack.Builder |
Stack.Builder.tags(Tag... tags)
A list of
Tags that specify information about the stack. |
CreateChangeSetRequest.Builder |
CreateChangeSetRequest.Builder.tags(Tag... tags)
Key-value pairs to associate with this stack.
|
CreateStackRequest.Builder |
CreateStackRequest.Builder.tags(Tag... tags)
Key-value pairs to associate with this stack.
|
DescribeChangeSetResponse.Builder |
DescribeChangeSetResponse.Builder.tags(Tag... tags)
If you execute the change set, the tags that will be associated with the stack.
|
UpdateStackSetRequest.Builder |
UpdateStackSetRequest.Builder.tags(Tag... tags)
The key-value pairs to associate with this stack set and the stacks created from it.
|
StackSet.Builder |
StackSet.Builder.tags(Tag... tags)
A list of tags that specify information about the stack set.
|
UpdateStackRequest.Builder |
UpdateStackRequest.Builder.tags(Tag... tags)
Key-value pairs to associate with this stack.
|
CreateStackSetRequest.Builder |
CreateStackSetRequest.Builder.tags(Tag... tags)
The key-value pairs to associate with this stack set and the stacks created from it.
|
| Modifier and Type | Method and Description |
|---|---|
Stack.Builder |
Stack.Builder.tags(Collection<Tag> tags)
A list of
Tags that specify information about the stack. |
CreateChangeSetRequest.Builder |
CreateChangeSetRequest.Builder.tags(Collection<Tag> tags)
Key-value pairs to associate with this stack.
|
CreateStackRequest.Builder |
CreateStackRequest.Builder.tags(Collection<Tag> tags)
Key-value pairs to associate with this stack.
|
DescribeChangeSetResponse.Builder |
DescribeChangeSetResponse.Builder.tags(Collection<Tag> tags)
If you execute the change set, the tags that will be associated with the stack.
|
UpdateStackSetRequest.Builder |
UpdateStackSetRequest.Builder.tags(Collection<Tag> tags)
The key-value pairs to associate with this stack set and the stacks created from it.
|
StackSet.Builder |
StackSet.Builder.tags(Collection<Tag> tags)
A list of tags that specify information about the stack set.
|
UpdateStackRequest.Builder |
UpdateStackRequest.Builder.tags(Collection<Tag> tags)
Key-value pairs to associate with this stack.
|
CreateStackSetRequest.Builder |
CreateStackSetRequest.Builder.tags(Collection<Tag> tags)
The key-value pairs to associate with this stack set and the stacks created from it.
|
Copyright © 2023. All rights reserved.