Uses of Class
software.amazon.awssdk.services.codepipeline.model.SucceededInStageFilter
-
Packages that use SucceededInStageFilter Package Description software.amazon.awssdk.services.codepipeline.model -
-
Uses of SucceededInStageFilter in software.amazon.awssdk.services.codepipeline.model
Methods in software.amazon.awssdk.services.codepipeline.model that return SucceededInStageFilter Modifier and Type Method Description SucceededInStageFilterPipelineExecutionFilter. succeededInStage()Filter for pipeline executions where the stage was successful in the current pipeline version.Methods in software.amazon.awssdk.services.codepipeline.model with parameters of type SucceededInStageFilter Modifier and Type Method Description PipelineExecutionFilter.BuilderPipelineExecutionFilter.Builder. succeededInStage(SucceededInStageFilter succeededInStage)Filter for pipeline executions where the stage was successful in the current pipeline version.
-