Uses of Class
software.amazon.awssdk.services.codepipeline.model.ExecutionType
-
Packages that use ExecutionType Package Description software.amazon.awssdk.services.codepipeline.model -
-
Uses of ExecutionType in software.amazon.awssdk.services.codepipeline.model
Methods in software.amazon.awssdk.services.codepipeline.model that return ExecutionType Modifier and Type Method Description ExecutionTypePipelineExecution. executionType()The type of the pipeline execution.ExecutionTypePipelineExecutionSummary. executionType()Type of the pipeline execution.static ExecutionTypeExecutionType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ExecutionTypeStageExecution. type()The type of pipeline execution for the stage, such as a rollback pipeline execution.static ExecutionTypeExecutionType. valueOf(String name)Returns the enum constant of this type with the specified name.static ExecutionType[]ExecutionType. 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 ExecutionType Modifier and Type Method Description static Set<ExecutionType>ExecutionType. knownValues()Methods in software.amazon.awssdk.services.codepipeline.model with parameters of type ExecutionType Modifier and Type Method Description PipelineExecution.BuilderPipelineExecution.Builder. executionType(ExecutionType executionType)The type of the pipeline execution.PipelineExecutionSummary.BuilderPipelineExecutionSummary.Builder. executionType(ExecutionType executionType)Type of the pipeline execution.StageExecution.BuilderStageExecution.Builder. type(ExecutionType type)The type of pipeline execution for the stage, such as a rollback pipeline execution.
-