Uses of Class
software.amazon.awssdk.services.codepipeline.model.StageConditionsExecution
-
Packages that use StageConditionsExecution Package Description software.amazon.awssdk.services.codepipeline.model -
-
Uses of StageConditionsExecution in software.amazon.awssdk.services.codepipeline.model
Methods in software.amazon.awssdk.services.codepipeline.model that return StageConditionsExecution Modifier and Type Method Description StageConditionsExecutionStageConditionState. latestExecution()Represents information about the latest run of a condition for a stage.Methods in software.amazon.awssdk.services.codepipeline.model with parameters of type StageConditionsExecution Modifier and Type Method Description StageConditionState.BuilderStageConditionState.Builder. latestExecution(StageConditionsExecution latestExecution)Represents information about the latest run of a condition for a stage.
-