Uses of Class
software.amazon.awssdk.services.codepipeline.model.RuleExecutionResult
-
Packages that use RuleExecutionResult Package Description software.amazon.awssdk.services.codepipeline.model -
-
Uses of RuleExecutionResult in software.amazon.awssdk.services.codepipeline.model
Methods in software.amazon.awssdk.services.codepipeline.model that return RuleExecutionResult Modifier and Type Method Description RuleExecutionResultRuleExecutionOutput. executionResult()Execution result information listed in the output details for a rule execution.Methods in software.amazon.awssdk.services.codepipeline.model with parameters of type RuleExecutionResult Modifier and Type Method Description RuleExecutionOutput.BuilderRuleExecutionOutput.Builder. executionResult(RuleExecutionResult executionResult)Execution result information listed in the output details for a rule execution.
-