Uses of Class
software.amazon.awssdk.services.codepipeline.model.RuleExecutionStatus
-
Packages that use RuleExecutionStatus Package Description software.amazon.awssdk.services.codepipeline.model -
-
Uses of RuleExecutionStatus in software.amazon.awssdk.services.codepipeline.model
Methods in software.amazon.awssdk.services.codepipeline.model that return RuleExecutionStatus Modifier and Type Method Description static RuleExecutionStatusRuleExecutionStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.RuleExecutionStatusRuleExecution. status()The status of the run of the rule, such as FAILED.RuleExecutionStatusRuleExecutionDetail. status()The status of the rule execution.static RuleExecutionStatusRuleExecutionStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static RuleExecutionStatus[]RuleExecutionStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.codepipeline.model that return types with arguments of type RuleExecutionStatus Modifier and Type Method Description static Set<RuleExecutionStatus>RuleExecutionStatus. knownValues()Methods in software.amazon.awssdk.services.codepipeline.model with parameters of type RuleExecutionStatus Modifier and Type Method Description RuleExecution.BuilderRuleExecution.Builder. status(RuleExecutionStatus status)The status of the run of the rule, such as FAILED.RuleExecutionDetail.BuilderRuleExecutionDetail.Builder. status(RuleExecutionStatus status)The status of the rule execution.
-