Uses of Class
software.amazon.awssdk.services.codepipeline.model.StageExecution
-
Packages that use StageExecution Package Description software.amazon.awssdk.services.codepipeline.model -
-
Uses of StageExecution in software.amazon.awssdk.services.codepipeline.model
Methods in software.amazon.awssdk.services.codepipeline.model that return StageExecution Modifier and Type Method Description StageExecutionStageState. inboundExecution()Returns the value of the InboundExecution property for this object.StageExecutionStageState. latestExecution()Information about the latest execution in the stage, including its ID and status.Methods in software.amazon.awssdk.services.codepipeline.model with parameters of type StageExecution Modifier and Type Method Description StageState.BuilderStageState.Builder. inboundExecution(StageExecution inboundExecution)Sets the value of the InboundExecution property for this object.StageState.BuilderStageState.Builder. latestExecution(StageExecution latestExecution)Information about the latest execution in the stage, including its ID and status.
-