| Package | Description | 
|---|---|
| com.amazonaws.services.codepipeline.model | 
| Modifier and Type | Method and Description | 
|---|---|
static ActionExecutionStatus | 
ActionExecutionStatus.fromValue(String value)
Use this in place of valueOf. 
 | 
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 | 
|---|---|
void | 
ActionExecution.setStatus(ActionExecutionStatus status)
 The status of the action, or for a completed action, the last status of the action. 
 | 
ActionExecution | 
ActionExecution.withStatus(ActionExecutionStatus status)
 The status of the action, or for a completed action, the last status of the action. 
 | 
ActionExecutionDetail | 
ActionExecutionDetail.withStatus(ActionExecutionStatus status)
 The status of the action execution. 
 | 
Copyright © 2019. All rights reserved.