Uses of Class
software.amazon.awssdk.services.codepipeline.model.ActionDeclaration
-
Packages that use ActionDeclaration Package Description software.amazon.awssdk.services.codepipeline.model -
-
Uses of ActionDeclaration in software.amazon.awssdk.services.codepipeline.model
Methods in software.amazon.awssdk.services.codepipeline.model that return types with arguments of type ActionDeclaration Modifier and Type Method Description List<ActionDeclaration>StageDeclaration. actions()The actions included in a stage.Methods in software.amazon.awssdk.services.codepipeline.model with parameters of type ActionDeclaration Modifier and Type Method Description StageDeclaration.BuilderStageDeclaration.Builder. actions(ActionDeclaration... actions)The actions included in a stage.Method parameters in software.amazon.awssdk.services.codepipeline.model with type arguments of type ActionDeclaration Modifier and Type Method Description StageDeclaration.BuilderStageDeclaration.Builder. actions(Collection<ActionDeclaration> actions)The actions included in a stage.
-