Uses of Class
com.amazonaws.services.cloudformation.model.StackSummary
Packages that use StackSummary
-
Uses of StackSummary in com.amazonaws.services.cloudformation.model
Methods in com.amazonaws.services.cloudformation.model that return StackSummaryModifier and TypeMethodDescriptionStackSummary.clone()
StackSummary.withCreationTime
(Date creationTime) The time the stack was created.StackSummary.withDeletionTime
(Date deletionTime) The time the stack was deleted.StackSummary.withLastUpdatedTime
(Date lastUpdatedTime) The time the stack was last updated.StackSummary.withStackId
(String stackId) Unique stack identifier.StackSummary.withStackName
(String stackName) The name associated with the stack.StackSummary.withStackStatus
(StackStatus stackStatus) The current status of the stack.StackSummary.withStackStatus
(String stackStatus) The current status of the stack.StackSummary.withStackStatusReason
(String stackStatusReason) Success/Failure message associated with the stack status.StackSummary.withTemplateDescription
(String templateDescription) The template description of the template used to create the stack.Methods in com.amazonaws.services.cloudformation.model that return types with arguments of type StackSummaryModifier and TypeMethodDescriptionListStacksResult.getStackSummaries()
A list ofStackSummary
structures containing information about the specified stacks.Methods in com.amazonaws.services.cloudformation.model with parameters of type StackSummaryModifier and TypeMethodDescriptionListStacksResult.withStackSummaries
(StackSummary... stackSummaries) A list ofStackSummary
structures containing information about the specified stacks.Method parameters in com.amazonaws.services.cloudformation.model with type arguments of type StackSummaryModifier and TypeMethodDescriptionvoid
ListStacksResult.setStackSummaries
(Collection<StackSummary> stackSummaries) A list ofStackSummary
structures containing information about the specified stacks.ListStacksResult.withStackSummaries
(Collection<StackSummary> stackSummaries) A list ofStackSummary
structures containing information about the specified stacks.