Uses of Class
software.amazon.awssdk.services.codepipeline.model.ActionExecutionResult
-
Packages that use ActionExecutionResult Package Description software.amazon.awssdk.services.codepipeline.model -
-
Uses of ActionExecutionResult in software.amazon.awssdk.services.codepipeline.model
Methods in software.amazon.awssdk.services.codepipeline.model that return ActionExecutionResult Modifier and Type Method Description ActionExecutionResultActionExecutionOutput. executionResult()Execution result information listed in the output details for an action execution.Methods in software.amazon.awssdk.services.codepipeline.model with parameters of type ActionExecutionResult Modifier and Type Method Description ActionExecutionOutput.BuilderActionExecutionOutput.Builder. executionResult(ActionExecutionResult executionResult)Execution result information listed in the output details for an action execution.
-