Package | Description |
---|---|
com.amazonaws.services.cloudformation.model |
Modifier and Type | Method and Description |
---|---|
StackSummary |
StackSummary.clone() |
StackSummary |
StackSummary.withCreationTime(Date creationTime)
The time the stack was created.
|
StackSummary |
StackSummary.withDeletionTime(Date deletionTime)
The time the stack was deleted.
|
StackSummary |
StackSummary.withDriftInformation(StackDriftInformationSummary driftInformation)
Summarizes information about whether a stack's actual configuration differs, or has drifted, from it's
expected configuration, as defined in the stack template and any values specified as template parameters.
|
StackSummary |
StackSummary.withLastUpdatedTime(Date lastUpdatedTime)
The time the stack was last updated.
|
StackSummary |
StackSummary.withParentId(String parentId)
For nested stacks--stacks created as resources for another stack--the stack ID of the direct parent of this
stack.
|
StackSummary |
StackSummary.withRootId(String rootId)
For nested stacks--stacks created as resources for another stack--the stack ID of the top-level stack to which
the nested stack ultimately belongs.
|
StackSummary |
StackSummary.withStackId(String stackId)
Unique stack identifier.
|
StackSummary |
StackSummary.withStackName(String stackName)
The name associated with the stack.
|
StackSummary |
StackSummary.withStackStatus(StackStatus stackStatus)
The current status of the stack.
|
StackSummary |
StackSummary.withStackStatus(String stackStatus)
The current status of the stack.
|
StackSummary |
StackSummary.withStackStatusReason(String stackStatusReason)
Success/Failure message associated with the stack status.
|
StackSummary |
StackSummary.withTemplateDescription(String templateDescription)
The template description of the template used to create the stack.
|
Modifier and Type | Method and Description |
---|---|
List<StackSummary> |
ListStacksResult.getStackSummaries()
A list of
StackSummary structures containing information about the specified stacks. |
Modifier and Type | Method and Description |
---|---|
ListStacksResult |
ListStacksResult.withStackSummaries(StackSummary... stackSummaries)
A list of
StackSummary structures containing information about the specified stacks. |
Modifier and Type | Method and Description |
---|---|
void |
ListStacksResult.setStackSummaries(Collection<StackSummary> stackSummaries)
A list of
StackSummary structures containing information about the specified stacks. |
ListStacksResult |
ListStacksResult.withStackSummaries(Collection<StackSummary> stackSummaries)
A list of
StackSummary structures containing information about the specified stacks. |
Copyright © 2023. All rights reserved.