Uses of Class
com.amazonaws.services.codepipeline.model.ActionExecutionStatus
-
Packages that use ActionExecutionStatus Package Description com.amazonaws.services.codepipeline.model -
-
Uses of ActionExecutionStatus in com.amazonaws.services.codepipeline.model
Methods in com.amazonaws.services.codepipeline.model that return ActionExecutionStatus Modifier and Type Method 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.Methods in com.amazonaws.services.codepipeline.model with parameters of type ActionExecutionStatus Modifier and Type Method 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.
-