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 ActionExecutionStatusActionExecutionStatus. fromValue(String value)Use this in place of valueOf.static ActionExecutionStatusActionExecutionStatus. 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 voidActionExecution. setStatus(ActionExecutionStatus status)The status of the action, or for a completed action, the last status of the action.ActionExecutionActionExecution. withStatus(ActionExecutionStatus status)The status of the action, or for a completed action, the last status of the action.
-