Uses of Class
com.amazonaws.services.cloudformation.model.StackSummary
-
Packages that use StackSummary Package Description com.amazonaws.services.cloudformation.model -
-
Uses of StackSummary in com.amazonaws.services.cloudformation.model
Methods in com.amazonaws.services.cloudformation.model that return StackSummary Modifier and Type Method Description StackSummaryStackSummary. clone()StackSummaryStackSummary. withCreationTime(Date creationTime)The time the stack was created.StackSummaryStackSummary. withDeletionTime(Date deletionTime)The time the stack was deleted.StackSummaryStackSummary. withLastUpdatedTime(Date lastUpdatedTime)The time the stack was last updated.StackSummaryStackSummary. withStackId(String stackId)Unique stack identifier.StackSummaryStackSummary. withStackName(String stackName)The name associated with the stack.StackSummaryStackSummary. withStackStatus(StackStatus stackStatus)The current status of the stack.StackSummaryStackSummary. withStackStatus(String stackStatus)The current status of the stack.StackSummaryStackSummary. withStackStatusReason(String stackStatusReason)Success/Failure message associated with the stack status.StackSummaryStackSummary. 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 StackSummary Modifier and Type Method Description List<StackSummary>ListStacksResult. getStackSummaries()A list ofStackSummarystructures containing information about the specified stacks.Methods in com.amazonaws.services.cloudformation.model with parameters of type StackSummary Modifier and Type Method Description ListStacksResultListStacksResult. withStackSummaries(StackSummary... stackSummaries)A list ofStackSummarystructures containing information about the specified stacks.Method parameters in com.amazonaws.services.cloudformation.model with type arguments of type StackSummary Modifier and Type Method Description voidListStacksResult. setStackSummaries(Collection<StackSummary> stackSummaries)A list ofStackSummarystructures containing information about the specified stacks.ListStacksResultListStacksResult. withStackSummaries(Collection<StackSummary> stackSummaries)A list ofStackSummarystructures containing information about the specified stacks.
-