Uses of Class
software.amazon.awssdk.services.codepipeline.model.PipelineDeclaration
-
Packages that use PipelineDeclaration Package Description software.amazon.awssdk.services.codepipeline.model -
-
Uses of PipelineDeclaration in software.amazon.awssdk.services.codepipeline.model
Methods in software.amazon.awssdk.services.codepipeline.model that return PipelineDeclaration Modifier and Type Method Description PipelineDeclarationCreatePipelineRequest. pipeline()Represents the structure of actions and stages to be performed in the pipeline.PipelineDeclarationCreatePipelineResponse. pipeline()Represents the structure of actions and stages to be performed in the pipeline.PipelineDeclarationGetPipelineResponse. pipeline()Represents the structure of actions and stages to be performed in the pipeline.PipelineDeclarationUpdatePipelineRequest. pipeline()The name of the pipeline to be updated.PipelineDeclarationUpdatePipelineResponse. pipeline()The structure of the updated pipeline.Methods in software.amazon.awssdk.services.codepipeline.model with parameters of type PipelineDeclaration Modifier and Type Method Description CreatePipelineRequest.BuilderCreatePipelineRequest.Builder. pipeline(PipelineDeclaration pipeline)Represents the structure of actions and stages to be performed in the pipeline.CreatePipelineResponse.BuilderCreatePipelineResponse.Builder. pipeline(PipelineDeclaration pipeline)Represents the structure of actions and stages to be performed in the pipeline.GetPipelineResponse.BuilderGetPipelineResponse.Builder. pipeline(PipelineDeclaration pipeline)Represents the structure of actions and stages to be performed in the pipeline.UpdatePipelineRequest.BuilderUpdatePipelineRequest.Builder. pipeline(PipelineDeclaration pipeline)The name of the pipeline to be updated.UpdatePipelineResponse.BuilderUpdatePipelineResponse.Builder. pipeline(PipelineDeclaration pipeline)The structure of the updated pipeline.
-