| Package | Description |
|---|---|
| software.amazon.awssdk.services.codepipeline.model |
| Modifier and Type | Method and Description |
|---|---|
static ActionExecutionStatus |
ActionExecutionStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ActionExecutionStatus |
ActionExecutionDetail.status()
The status of the action execution.
|
ActionExecutionStatus |
ActionExecution.status()
The status of the action, or for a completed action, the last status of the action.
|
static ActionExecutionStatus |
ActionExecutionStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ActionExecutionStatus[] |
ActionExecutionStatus.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<ActionExecutionStatus> |
ActionExecutionStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ActionExecutionDetail.Builder |
ActionExecutionDetail.Builder.status(ActionExecutionStatus status)
The status of the action execution.
|
ActionExecution.Builder |
ActionExecution.Builder.status(ActionExecutionStatus status)
The status of the action, or for a completed action, the last status of the action.
|
Copyright © 2023. All rights reserved.