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 StageDeclaration
StageDeclaration. clone()
StageDeclaration
StageDeclaration. withActions(ActionDeclaration... actions)
The actions included in a stage.StageDeclaration
StageDeclaration. withActions(Collection<ActionDeclaration> actions)
The actions included in a stage.StageDeclaration
StageDeclaration. withBlockers(BlockerDeclaration... blockers)
Reserved for future use.StageDeclaration
StageDeclaration. withBlockers(Collection<BlockerDeclaration> blockers)
Reserved for future use.StageDeclaration
StageDeclaration. 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 PipelineDeclaration
PipelineDeclaration. 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 void
PipelineDeclaration. setStages(Collection<StageDeclaration> stages)
The stage in which to perform the action.PipelineDeclaration
PipelineDeclaration. withStages(Collection<StageDeclaration> stages)
The stage in which to perform the action.
-