Uses of Class
com.amazonaws.services.cloudformation.model.ChangeSetSummary
Packages that use ChangeSetSummary
-
Uses of ChangeSetSummary in com.amazonaws.services.cloudformation.model
Methods in com.amazonaws.services.cloudformation.model that return ChangeSetSummaryModifier and TypeMethodDescriptionChangeSetSummary.clone()
ChangeSetSummary.withChangeSetId
(String changeSetId) The ID of the change set.ChangeSetSummary.withChangeSetName
(String changeSetName) The name of the change set.ChangeSetSummary.withCreationTime
(Date creationTime) The start time when the change set was created, in UTC.ChangeSetSummary.withDescription
(String description) Descriptive information about the change set.ChangeSetSummary.withExecutionStatus
(ExecutionStatus executionStatus) If the change set execution status isAVAILABLE
, you can execute the change set.ChangeSetSummary.withExecutionStatus
(String executionStatus) If the change set execution status isAVAILABLE
, you can execute the change set.ChangeSetSummary.withStackId
(String stackId) The ID of the stack with which the change set is associated.ChangeSetSummary.withStackName
(String stackName) The name of the stack with which the change set is associated.ChangeSetSummary.withStatus
(ChangeSetStatus status) The state of the change set, such asCREATE_IN_PROGRESS
,CREATE_COMPLETE
, orFAILED
.ChangeSetSummary.withStatus
(String status) The state of the change set, such asCREATE_IN_PROGRESS
,CREATE_COMPLETE
, orFAILED
.ChangeSetSummary.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 ChangeSetSummaryModifier and TypeMethodDescriptionListChangeSetsResult.getSummaries()
A list ofChangeSetSummary
structures 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 ChangeSetSummaryModifier and TypeMethodDescriptionListChangeSetsResult.withSummaries
(ChangeSetSummary... summaries) A list ofChangeSetSummary
structures 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 ChangeSetSummaryModifier and TypeMethodDescriptionvoid
ListChangeSetsResult.setSummaries
(Collection<ChangeSetSummary> summaries) A list ofChangeSetSummary
structures that provides the ID and status of each change set for the specified stack.ListChangeSetsResult.withSummaries
(Collection<ChangeSetSummary> summaries) A list ofChangeSetSummary
structures that provides the ID and status of each change set for the specified stack.