Uses of Enum
com.amazonaws.services.codepipeline.model.ActionExecutionStatus
Packages that use ActionExecutionStatus
-
Uses of ActionExecutionStatus in com.amazonaws.services.codepipeline.model
Methods in com.amazonaws.services.codepipeline.model that return ActionExecutionStatusModifier and TypeMethodDescriptionstatic ActionExecutionStatus
Use this in place of valueOf.static ActionExecutionStatus
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 ActionExecutionStatusModifier and TypeMethodDescriptionvoid
ActionExecution.setStatus
(ActionExecutionStatus status) The status of the action, or for a completed action, the last status of the action.ActionExecution.withStatus
(ActionExecutionStatus status) The status of the action, or for a completed action, the last status of the action.