Uses of Class
software.amazon.awssdk.services.codepipeline.model.StageExecutionStatus
-
Packages that use StageExecutionStatus Package Description software.amazon.awssdk.services.codepipeline.model -
-
Uses of StageExecutionStatus in software.amazon.awssdk.services.codepipeline.model
Methods in software.amazon.awssdk.services.codepipeline.model that return StageExecutionStatus Modifier and Type Method Description static StageExecutionStatusStageExecutionStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.StageExecutionStatusStageExecution. status()The status of the stage, or for a completed stage, the last status of the stage.static StageExecutionStatusStageExecutionStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static StageExecutionStatus[]StageExecutionStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.codepipeline.model that return types with arguments of type StageExecutionStatus Modifier and Type Method Description static Set<StageExecutionStatus>StageExecutionStatus. knownValues()Methods in software.amazon.awssdk.services.codepipeline.model with parameters of type StageExecutionStatus Modifier and Type Method Description StageExecution.BuilderStageExecution.Builder. status(StageExecutionStatus status)The status of the stage, or for a completed stage, the last status of the stage.
-