Uses of Class
com.amazonaws.services.codepipeline.model.StageDeclaration
-
Packages that use StageDeclaration Package Description com.amazonaws.services.codepipeline.model -
-
Uses of StageDeclaration in com.amazonaws.services.codepipeline.model
Methods in com.amazonaws.services.codepipeline.model that return StageDeclaration Modifier and Type Method Description StageDeclarationStageDeclaration. clone()StageDeclarationStageDeclaration. withActions(ActionDeclaration... actions)The actions included in a stage.StageDeclarationStageDeclaration. withActions(Collection<ActionDeclaration> actions)The actions included in a stage.StageDeclarationStageDeclaration. withBlockers(BlockerDeclaration... blockers)Reserved for future use.StageDeclarationStageDeclaration. withBlockers(Collection<BlockerDeclaration> blockers)Reserved for future use.StageDeclarationStageDeclaration. withName(String name)The name of the stage.Methods in com.amazonaws.services.codepipeline.model that return types with arguments of type StageDeclaration Modifier and Type Method Description List<StageDeclaration>PipelineDeclaration. getStages()The stage in which to perform the action.Methods in com.amazonaws.services.codepipeline.model with parameters of type StageDeclaration Modifier and Type Method Description PipelineDeclarationPipelineDeclaration. withStages(StageDeclaration... stages)The stage in which to perform the action.Method parameters in com.amazonaws.services.codepipeline.model with type arguments of type StageDeclaration Modifier and Type Method Description voidPipelineDeclaration. setStages(Collection<StageDeclaration> stages)The stage in which to perform the action.PipelineDeclarationPipelineDeclaration. withStages(Collection<StageDeclaration> stages)The stage in which to perform the action.
-