Package | Description |
---|---|
com.amazonaws.services.cloudformation.model | |
com.amazonaws.services.cloudformation.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<Stack> |
DescribeStacksResult.stacks
A list of stack structures.
|
Modifier and Type | Method and Description |
---|---|
Stack |
Stack.clone() |
Stack |
Stack.withCapabilities(Capability... capabilities)
The capabilities allowed in the stack.
|
Stack |
Stack.withCapabilities(java.util.Collection<java.lang.String> capabilities)
The capabilities allowed in the stack.
|
Stack |
Stack.withCapabilities(java.lang.String... capabilities)
The capabilities allowed in the stack.
|
Stack |
Stack.withCreationTime(java.util.Date creationTime)
The time at which the stack was created.
|
Stack |
Stack.withDescription(java.lang.String description)
A user-defined description associated with the stack.
|
Stack |
Stack.withDisableRollback(java.lang.Boolean disableRollback)
Boolean to enable or disable rollback on stack creation failures:
|
Stack |
Stack.withLastUpdatedTime(java.util.Date lastUpdatedTime)
The time the stack was last updated.
|
Stack |
Stack.withNotificationARNs(java.util.Collection<java.lang.String> notificationARNs)
SNS topic ARNs to which stack related events are published.
|
Stack |
Stack.withNotificationARNs(java.lang.String... notificationARNs)
SNS topic ARNs to which stack related events are published.
|
Stack |
Stack.withOutputs(java.util.Collection<Output> outputs)
A list of output structures.
|
Stack |
Stack.withOutputs(Output... outputs)
A list of output structures.
|
Stack |
Stack.withParameters(java.util.Collection<Parameter> parameters)
A list of
Parameter structures. |
Stack |
Stack.withParameters(Parameter... parameters)
A list of
Parameter structures. |
Stack |
Stack.withStackId(java.lang.String stackId)
Unique identifier of the stack.
|
Stack |
Stack.withStackName(java.lang.String stackName)
The name associated with the stack.
|
Stack |
Stack.withStackStatus(StackStatus stackStatus)
Current status of the stack.
|
Stack |
Stack.withStackStatus(java.lang.String stackStatus)
Current status of the stack.
|
Stack |
Stack.withStackStatusReason(java.lang.String stackStatusReason)
Success/failure message associated with the stack status.
|
Stack |
Stack.withTags(java.util.Collection<Tag> tags)
A list of
Tag s that specify information about the stack. |
Stack |
Stack.withTags(Tag... tags)
A list of
Tag s that specify information about the stack. |
Stack |
Stack.withTimeoutInMinutes(java.lang.Integer timeoutInMinutes)
The amount of time within which stack creation should complete.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Stack> |
DescribeStacksResult.getStacks()
A list of stack structures.
|
Modifier and Type | Method and Description |
---|---|
DescribeStacksResult |
DescribeStacksResult.withStacks(Stack... stacks)
A list of stack structures.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeStacksResult.setStacks(java.util.Collection<Stack> stacks)
A list of stack structures.
|
DescribeStacksResult |
DescribeStacksResult.withStacks(java.util.Collection<Stack> stacks)
A list of stack structures.
|
Modifier and Type | Method and Description |
---|---|
Stack |
StackStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |