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> |
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 of
Tag s that specify information about the stack. |
List<Tag> |
CreateChangeSetRequest.getTags()
Key-value pairs to associate with this stack.
|
List<Tag> |
UpdateStackRequest.getTags()
Key-value pairs to associate with this stack.
|
Modifier and Type | Method and Description |
---|---|
CreateStackRequest |
CreateStackRequest.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.
|
Stack |
Stack.withTags(Tag... tags)
A list of
Tag s that specify information about the stack. |
CreateChangeSetRequest |
CreateChangeSetRequest.withTags(Tag... tags)
Key-value pairs to associate with this stack.
|
UpdateStackRequest |
UpdateStackRequest.withTags(Tag... tags)
Key-value pairs to associate with this stack.
|
Modifier and Type | Method and Description |
---|---|
void |
CreateStackRequest.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 |
Stack.setTags(Collection<Tag> tags)
A list of
Tag s that specify information about the stack. |
void |
CreateChangeSetRequest.setTags(Collection<Tag> tags)
Key-value pairs to associate with this stack.
|
void |
UpdateStackRequest.setTags(Collection<Tag> tags)
Key-value pairs to associate with this stack.
|
CreateStackRequest |
CreateStackRequest.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.
|
Stack |
Stack.withTags(Collection<Tag> tags)
A list of
Tag s that specify information about the stack. |
CreateChangeSetRequest |
CreateChangeSetRequest.withTags(Collection<Tag> tags)
Key-value pairs to associate with this stack.
|
UpdateStackRequest |
UpdateStackRequest.withTags(Collection<Tag> tags)
Key-value pairs to associate with this stack.
|
Copyright © 2018. All rights reserved.