Uses of Class
software.amazon.awssdk.services.codepipeline.model.Result
-
Packages that use Result Package Description software.amazon.awssdk.services.codepipeline.model -
-
Uses of Result in software.amazon.awssdk.services.codepipeline.model
Methods in software.amazon.awssdk.services.codepipeline.model that return Result Modifier and Type Method Description static ResultResult. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ResultCondition. result()The action to be done when the condition is met.ResultFailureConditions. result()The specified result for when the failure conditions are met, such as rolling back the stage.static ResultResult. valueOf(String name)Returns the enum constant of this type with the specified name.static Result[]Result. 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 Result Modifier and Type Method Description static Set<Result>Result. knownValues()Methods in software.amazon.awssdk.services.codepipeline.model with parameters of type Result Modifier and Type Method Description Condition.BuilderCondition.Builder. result(Result result)The action to be done when the condition is met.FailureConditions.BuilderFailureConditions.Builder. result(Result result)The specified result for when the failure conditions are met, such as rolling back the stage.
-