Uses of Class
com.amazonaws.services.cloudformation.model.Stack
Packages that use Stack
-
Uses of Stack in com.amazonaws.services.cloudformation.model
Methods in com.amazonaws.services.cloudformation.model that return StackModifier and TypeMethodDescriptionStack.clone()
Stack.withCapabilities
(Capability... capabilities) The capabilities allowed in the stack.Stack.withCapabilities
(String... capabilities) The capabilities allowed in the stack.Stack.withCapabilities
(Collection<String> capabilities) The capabilities allowed in the stack.Stack.withCreationTime
(Date creationTime) The time at which the stack was created.Stack.withDescription
(String description) A user-defined description associated with the stack.Stack.withDisableRollback
(Boolean disableRollback) Boolean to enable or disable rollback on stack creation failures:Stack.withLastUpdatedTime
(Date lastUpdatedTime) The time the stack was last updated.Stack.withNotificationARNs
(String... notificationARNs) SNS topic ARNs to which stack related events are published.Stack.withNotificationARNs
(Collection<String> notificationARNs) SNS topic ARNs to which stack related events are published.Stack.withOutputs
(Output... outputs) A list of output structures.Stack.withOutputs
(Collection<Output> outputs) A list of output structures.Stack.withParameters
(Parameter... parameters) A list ofParameter
structures.Stack.withParameters
(Collection<Parameter> parameters) A list ofParameter
structures.Stack.withStackId
(String stackId) Unique identifier of the stack.Stack.withStackName
(String stackName) The name associated with the stack.Stack.withStackStatus
(StackStatus stackStatus) Current status of the stack.Stack.withStackStatus
(String stackStatus) Current status of the stack.Stack.withStackStatusReason
(String stackStatusReason) Success/failure message associated with the stack status.A list ofTag
s that specify information about the stack.Stack.withTags
(Collection<Tag> tags) A list ofTag
s that specify information about the stack.Stack.withTimeoutInMinutes
(Integer timeoutInMinutes) The amount of time within which stack creation should complete.Methods in com.amazonaws.services.cloudformation.model that return types with arguments of type StackMethods in com.amazonaws.services.cloudformation.model with parameters of type StackModifier and TypeMethodDescriptionDescribeStacksResult.withStacks
(Stack... stacks) A list of stack structures.Method parameters in com.amazonaws.services.cloudformation.model with type arguments of type StackModifier and TypeMethodDescriptionvoid
DescribeStacksResult.setStacks
(Collection<Stack> stacks) A list of stack structures.DescribeStacksResult.withStacks
(Collection<Stack> stacks) A list of stack structures.