Uses of Class
software.amazon.awssdk.services.codepipeline.model.StageDeclaration
-
Packages that use StageDeclaration Package Description software.amazon.awssdk.services.codepipeline.model -
-
Uses of StageDeclaration in software.amazon.awssdk.services.codepipeline.model
Methods in software.amazon.awssdk.services.codepipeline.model that return types with arguments of type StageDeclaration Modifier and Type Method Description List<StageDeclaration>PipelineDeclaration. stages()The stage in which to perform the action.Methods in software.amazon.awssdk.services.codepipeline.model with parameters of type StageDeclaration Modifier and Type Method Description PipelineDeclaration.BuilderPipelineDeclaration.Builder. stages(StageDeclaration... stages)The stage in which to perform the action.Method parameters in software.amazon.awssdk.services.codepipeline.model with type arguments of type StageDeclaration Modifier and Type Method Description PipelineDeclaration.BuilderPipelineDeclaration.Builder. stages(Collection<StageDeclaration> stages)The stage in which to perform the action.
-