Uses of Class
software.amazon.awssdk.services.codepipeline.model.ActionState
-
Packages that use ActionState Package Description software.amazon.awssdk.services.codepipeline.model -
-
Uses of ActionState in software.amazon.awssdk.services.codepipeline.model
Methods in software.amazon.awssdk.services.codepipeline.model that return types with arguments of type ActionState Modifier and Type Method Description List<ActionState>StageState. actionStates()The state of the stage.Methods in software.amazon.awssdk.services.codepipeline.model with parameters of type ActionState Modifier and Type Method Description StageState.BuilderStageState.Builder. actionStates(ActionState... actionStates)The state of the stage.Method parameters in software.amazon.awssdk.services.codepipeline.model with type arguments of type ActionState Modifier and Type Method Description StageState.BuilderStageState.Builder. actionStates(Collection<ActionState> actionStates)The state of the stage.
-