| Package | Description |
|---|---|
| com.amazonaws.services.cloudformation.model |
| Modifier and Type | Method and Description |
|---|---|
StackSet |
StackSet.clone() |
StackSet |
DescribeStackSetResult.getStackSet()
The specified stack set.
|
StackSet |
StackSet.withCapabilities(Capability... capabilities)
The capabilities that are allowed in the stack set.
|
StackSet |
StackSet.withCapabilities(Collection<String> capabilities)
The capabilities that are allowed in the stack set.
|
StackSet |
StackSet.withCapabilities(String... capabilities)
The capabilities that are allowed in the stack set.
|
StackSet |
StackSet.withDescription(String description)
A description of the stack set that you specify when the stack set is created or updated.
|
StackSet |
StackSet.withParameters(Collection<Parameter> parameters)
A list of input parameters for a stack set.
|
StackSet |
StackSet.withParameters(Parameter... parameters)
A list of input parameters for a stack set.
|
StackSet |
StackSet.withStackSetId(String stackSetId)
The ID of the stack set.
|
StackSet |
StackSet.withStackSetName(String stackSetName)
The name that's associated with the stack set.
|
StackSet |
StackSet.withStatus(StackSetStatus status)
The status of the stack set.
|
StackSet |
StackSet.withStatus(String status)
The status of the stack set.
|
StackSet |
StackSet.withTags(Collection<Tag> tags)
A list of tags that specify information about the stack set.
|
StackSet |
StackSet.withTags(Tag... tags)
A list of tags that specify information about the stack set.
|
StackSet |
StackSet.withTemplateBody(String templateBody)
The structure that contains the body of the template that was used to create or update the stack set.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeStackSetResult.setStackSet(StackSet stackSet)
The specified stack set.
|
DescribeStackSetResult |
DescribeStackSetResult.withStackSet(StackSet stackSet)
The specified stack set.
|
Copyright © 2017. All rights reserved.