Uses of Class
com.amazonaws.services.cloudformation.model.ExecutionStatus
-
Packages that use ExecutionStatus Package Description com.amazonaws.services.cloudformation.model -
-
Uses of ExecutionStatus in com.amazonaws.services.cloudformation.model
Methods in com.amazonaws.services.cloudformation.model that return ExecutionStatus Modifier and Type Method Description static ExecutionStatus
ExecutionStatus. fromValue(String value)
Use this in place of valueOf.static ExecutionStatus
ExecutionStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static ExecutionStatus[]
ExecutionStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.cloudformation.model with parameters of type ExecutionStatus Modifier and Type Method Description void
ChangeSetSummary. setExecutionStatus(ExecutionStatus executionStatus)
If the change set execution status isAVAILABLE
, you can execute the change set.void
DescribeChangeSetResult. setExecutionStatus(ExecutionStatus executionStatus)
If the change set execution status isAVAILABLE
, you can execute the change set.ChangeSetSummary
ChangeSetSummary. withExecutionStatus(ExecutionStatus executionStatus)
If the change set execution status isAVAILABLE
, you can execute the change set.DescribeChangeSetResult
DescribeChangeSetResult. withExecutionStatus(ExecutionStatus executionStatus)
If the change set execution status isAVAILABLE
, you can execute the change set.
-