| Package | Description |
|---|---|
| com.amazonaws.services.cloudformation.model |
Classes modeling the various types represented by AmazonCloudFormation.
|
| 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 cost allocation information
for the stack. |
List<Tag> |
CreateStackRequest.getTags()
A set of user-defined
Tags to associate with this stack,
represented by key/value pairs. |
| Modifier and Type | Method and Description |
|---|---|
Stack |
Stack.withTags(Tag... tags)
A list of
Tags that specify cost allocation information
for the stack. |
CreateStackRequest |
CreateStackRequest.withTags(Tag... tags)
A set of user-defined
Tags to associate with this stack,
represented by key/value pairs. |
| Modifier and Type | Method and Description |
|---|---|
void |
Stack.setTags(Collection<Tag> tags)
A list of
Tags that specify cost allocation information
for the stack. |
void |
CreateStackRequest.setTags(Collection<Tag> tags)
A set of user-defined
Tags to associate with this stack,
represented by key/value pairs. |
Stack |
Stack.withTags(Collection<Tag> tags)
A list of
Tags that specify cost allocation information
for the stack. |
CreateStackRequest |
CreateStackRequest.withTags(Collection<Tag> tags)
A set of user-defined
Tags to associate with this stack,
represented by key/value pairs. |
Copyright © 2015. All rights reserved.