Package | Description |
---|---|
com.amazonaws.services.cloudformation.model | |
com.amazonaws.services.cloudformation.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<StackSummary> |
ListStacksResult.stackSummaries
A list of
StackSummary structures containing information
about the specified stacks. |
Modifier and Type | Method and Description |
---|---|
StackSummary |
StackSummary.clone() |
StackSummary |
StackSummary.withCreationTime(java.util.Date creationTime)
The time the stack was created.
|
StackSummary |
StackSummary.withDeletionTime(java.util.Date deletionTime)
The time the stack was deleted.
|
StackSummary |
StackSummary.withLastUpdatedTime(java.util.Date lastUpdatedTime)
The time the stack was last updated.
|
StackSummary |
StackSummary.withStackId(java.lang.String stackId)
Unique stack identifier.
|
StackSummary |
StackSummary.withStackName(java.lang.String stackName)
The name associated with the stack.
|
StackSummary |
StackSummary.withStackStatus(StackStatus stackStatus)
The current status of the stack.
|
StackSummary |
StackSummary.withStackStatus(java.lang.String stackStatus)
The current status of the stack.
|
StackSummary |
StackSummary.withStackStatusReason(java.lang.String stackStatusReason)
Success/Failure message associated with the stack status.
|
StackSummary |
StackSummary.withTemplateDescription(java.lang.String templateDescription)
The template description of the template used to create the stack.
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<StackSummary> stackSummaries)
A list of
StackSummary structures containing information
about the specified stacks. |
ListStacksResult |
ListStacksResult.withStackSummaries(java.util.Collection<StackSummary> stackSummaries)
A list of
StackSummary structures containing information
about the specified stacks. |
Modifier and Type | Method and Description |
---|---|
StackSummary |
StackSummaryStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |