Package | Description |
---|---|
com.amazonaws.services.cloudformation.model | |
com.amazonaws.services.cloudformation.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<Tag> |
UpdateStackRequest.tags
Key-value pairs to associate with this stack.
|
private SdkInternalList<Tag> |
Stack.tags
A list of
Tag s that specify information about the stack. |
private SdkInternalList<Tag> |
DescribeChangeSetResult.tags
If you execute the change set, the tags that will be associated with the
stack.
|
private SdkInternalList<Tag> |
CreateStackRequest.tags
Key-value pairs to associate with this stack.
|
private SdkInternalList<Tag> |
CreateChangeSetRequest.tags
Key-value pairs to associate with this stack.
|
Modifier and Type | Method and Description |
---|---|
Tag |
Tag.clone() |
Tag |
Tag.withKey(java.lang.String key)
Required.
|
Tag |
Tag.withValue(java.lang.String value)
Required.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Tag> |
UpdateStackRequest.getTags()
Key-value pairs to associate with this stack.
|
java.util.List<Tag> |
Stack.getTags()
A list of
Tag s that specify information about the stack. |
java.util.List<Tag> |
DescribeChangeSetResult.getTags()
If you execute the change set, the tags that will be associated with the
stack.
|
java.util.List<Tag> |
CreateStackRequest.getTags()
Key-value pairs to associate with this stack.
|
java.util.List<Tag> |
CreateChangeSetRequest.getTags()
Key-value pairs to associate with this stack.
|
Modifier and Type | Method and Description |
---|---|
UpdateStackRequest |
UpdateStackRequest.withTags(Tag... tags)
Key-value pairs to associate with this stack.
|
Stack |
Stack.withTags(Tag... tags)
A list of
Tag s that specify information about the stack. |
DescribeChangeSetResult |
DescribeChangeSetResult.withTags(Tag... tags)
If you execute the change set, the tags that will be associated with the
stack.
|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
UpdateStackRequest.setTags(java.util.Collection<Tag> tags)
Key-value pairs to associate with this stack.
|
void |
Stack.setTags(java.util.Collection<Tag> tags)
A list of
Tag s that specify information about the stack. |
void |
DescribeChangeSetResult.setTags(java.util.Collection<Tag> tags)
If you execute the change set, the tags that will be associated with the
stack.
|
void |
CreateStackRequest.setTags(java.util.Collection<Tag> tags)
Key-value pairs to associate with this stack.
|
void |
CreateChangeSetRequest.setTags(java.util.Collection<Tag> tags)
Key-value pairs to associate with this stack.
|
UpdateStackRequest |
UpdateStackRequest.withTags(java.util.Collection<Tag> tags)
Key-value pairs to associate with this stack.
|
Stack |
Stack.withTags(java.util.Collection<Tag> tags)
A list of
Tag s that specify information about the stack. |
DescribeChangeSetResult |
DescribeChangeSetResult.withTags(java.util.Collection<Tag> tags)
If you execute the change set, the tags that will be associated with the
stack.
|
CreateStackRequest |
CreateStackRequest.withTags(java.util.Collection<Tag> tags)
Key-value pairs to associate with this stack.
|
CreateChangeSetRequest |
CreateChangeSetRequest.withTags(java.util.Collection<Tag> tags)
Key-value pairs to associate with this stack.
|
Modifier and Type | Method and Description |
---|---|
Tag |
TagStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |