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 ChangeSetSummary
ChangeSetSummary. clone()
ChangeSetSummary
ChangeSetSummary. withChangeSetId(String changeSetId)
The ID of the change set.ChangeSetSummary
ChangeSetSummary. withChangeSetName(String changeSetName)
The name of the change set.ChangeSetSummary
ChangeSetSummary. withCreationTime(Date creationTime)
The start time when the change set was created, in UTC.ChangeSetSummary
ChangeSetSummary. withDescription(String description)
Descriptive information about the change set.ChangeSetSummary
ChangeSetSummary. withExecutionStatus(ExecutionStatus executionStatus)
If the change set execution status isAVAILABLE
, you can execute the change set.ChangeSetSummary
ChangeSetSummary. withExecutionStatus(String executionStatus)
If the change set execution status isAVAILABLE
, you can execute the change set.ChangeSetSummary
ChangeSetSummary. withStackId(String stackId)
The ID of the stack with which the change set is associated.ChangeSetSummary
ChangeSetSummary. withStackName(String stackName)
The name of the stack with which the change set is associated.ChangeSetSummary
ChangeSetSummary. withStatus(ChangeSetStatus status)
The state of the change set, such asCREATE_IN_PROGRESS
,CREATE_COMPLETE
, orFAILED
.ChangeSetSummary
ChangeSetSummary. withStatus(String status)
The state of the change set, such asCREATE_IN_PROGRESS
,CREATE_COMPLETE
, orFAILED
.ChangeSetSummary
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 ChangeSetSummary Modifier and Type Method Description List<ChangeSetSummary>
ListChangeSetsResult. 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 ChangeSetSummary Modifier and Type Method Description ListChangeSetsResult
ListChangeSetsResult. 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 ChangeSetSummary Modifier and Type Method Description void
ListChangeSetsResult. setSummaries(Collection<ChangeSetSummary> summaries)
A list ofChangeSetSummary
structures that provides the ID and status of each change set for the specified stack.ListChangeSetsResult
ListChangeSetsResult. withSummaries(Collection<ChangeSetSummary> summaries)
A list ofChangeSetSummary
structures that provides the ID and status of each change set for the specified stack.
-