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 that return types with arguments of type StageExecution Modifier and Type Method Description List<StageExecution>StageState. inboundExecutions()The inbound executions for a stage.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. inboundExecutions(StageExecution... inboundExecutions)The inbound executions for a stage.StageState.BuilderStageState.Builder. latestExecution(StageExecution latestExecution)Information about the latest execution in the stage, including its ID and status.Method parameters in software.amazon.awssdk.services.codepipeline.model with type arguments of type StageExecution Modifier and Type Method Description StageState.BuilderStageState.Builder. inboundExecutions(Collection<StageExecution> inboundExecutions)The inbound executions for a stage.
-