Uses of Class
com.amazonaws.services.cloudformation.model.ChangeSetSummary
-
Packages that use ChangeSetSummary Package Description com.amazonaws.services.cloudformation.model -
-
Uses of ChangeSetSummary in com.amazonaws.services.cloudformation.model
Methods in com.amazonaws.services.cloudformation.model that return ChangeSetSummary Modifier and Type Method Description ChangeSetSummaryChangeSetSummary. clone()ChangeSetSummaryChangeSetSummary. withChangeSetId(String changeSetId)The ID of the change set.ChangeSetSummaryChangeSetSummary. withChangeSetName(String changeSetName)The name of the change set.ChangeSetSummaryChangeSetSummary. withCreationTime(Date creationTime)The start time when the change set was created, in UTC.ChangeSetSummaryChangeSetSummary. withDescription(String description)Descriptive information about the change set.ChangeSetSummaryChangeSetSummary. withExecutionStatus(ExecutionStatus executionStatus)If the change set execution status isAVAILABLE, you can execute the change set.ChangeSetSummaryChangeSetSummary. withExecutionStatus(String executionStatus)If the change set execution status isAVAILABLE, you can execute the change set.ChangeSetSummaryChangeSetSummary. withStackId(String stackId)The ID of the stack with which the change set is associated.ChangeSetSummaryChangeSetSummary. withStackName(String stackName)The name of the stack with which the change set is associated.ChangeSetSummaryChangeSetSummary. withStatus(ChangeSetStatus status)The state of the change set, such asCREATE_IN_PROGRESS,CREATE_COMPLETE, orFAILED.ChangeSetSummaryChangeSetSummary. withStatus(String status)The state of the change set, such asCREATE_IN_PROGRESS,CREATE_COMPLETE, orFAILED.ChangeSetSummaryChangeSetSummary. withStatusReason(String statusReason)A description of the change set's status.Methods in com.amazonaws.services.cloudformation.model that return types with arguments of type ChangeSetSummary Modifier and Type Method Description List<ChangeSetSummary>ListChangeSetsResult. getSummaries()A list ofChangeSetSummarystructures that provides the ID and status of each change set for the specified stack.Methods in com.amazonaws.services.cloudformation.model with parameters of type ChangeSetSummary Modifier and Type Method Description ListChangeSetsResultListChangeSetsResult. withSummaries(ChangeSetSummary... summaries)A list ofChangeSetSummarystructures that provides the ID and status of each change set for the specified stack.Method parameters in com.amazonaws.services.cloudformation.model with type arguments of type ChangeSetSummary Modifier and Type Method Description voidListChangeSetsResult. setSummaries(Collection<ChangeSetSummary> summaries)A list ofChangeSetSummarystructures that provides the ID and status of each change set for the specified stack.ListChangeSetsResultListChangeSetsResult. withSummaries(Collection<ChangeSetSummary> summaries)A list ofChangeSetSummarystructures that provides the ID and status of each change set for the specified stack.
-