Package | Description |
---|---|
com.amazonaws.services.cloudformation.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeChangeSetResult.setExecutionStatus(ExecutionStatus executionStatus)
If the change set execution status is
AVAILABLE , you can
execute the change set. |
void |
ChangeSetSummary.setExecutionStatus(ExecutionStatus executionStatus)
If the change set execution status is
AVAILABLE , you can
execute the change set. |
DescribeChangeSetResult |
DescribeChangeSetResult.withExecutionStatus(ExecutionStatus executionStatus)
If the change set execution status is
AVAILABLE , you can
execute the change set. |
ChangeSetSummary |
ChangeSetSummary.withExecutionStatus(ExecutionStatus executionStatus)
If the change set execution status is
AVAILABLE , you can
execute the change set. |
Copyright © 2018. All rights reserved.