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 ActionExecutionStatusUse this in place of valueOf.static ActionExecutionStatusReturns 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 TypeMethodDescriptionvoidActionExecution.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.