| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudformation.model |
| Modifier and Type | Method and Description |
|---|---|
ExecutionStatus |
DescribeChangeSetResponse.executionStatus()
If the change set execution status is
AVAILABLE, you can execute the change set. |
ExecutionStatus |
ChangeSetSummary.executionStatus()
If the change set execution status is
AVAILABLE, you can execute the change set. |
static ExecutionStatus |
ExecutionStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
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 |
|---|---|
static Set<ExecutionStatus> |
ExecutionStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
DescribeChangeSetResponse.Builder |
DescribeChangeSetResponse.Builder.executionStatus(ExecutionStatus executionStatus)
If the change set execution status is
AVAILABLE, you can execute the change set. |
ChangeSetSummary.Builder |
ChangeSetSummary.Builder.executionStatus(ExecutionStatus executionStatus)
If the change set execution status is
AVAILABLE, you can execute the change set. |
Copyright © 2020. All rights reserved.