Uses of Class
software.amazon.awssdk.services.codepipeline.model.ExecutionMode
-
Packages that use ExecutionMode Package Description software.amazon.awssdk.services.codepipeline.model -
-
Uses of ExecutionMode in software.amazon.awssdk.services.codepipeline.model
Methods in software.amazon.awssdk.services.codepipeline.model that return ExecutionMode Modifier and Type Method Description ExecutionModePipelineDeclaration. executionMode()The method that the pipeline will use to handle multiple executions.ExecutionModePipelineExecution. executionMode()The method that the pipeline will use to handle multiple executions.ExecutionModePipelineExecutionSummary. executionMode()The method that the pipeline will use to handle multiple executions.ExecutionModePipelineSummary. executionMode()The method that the pipeline will use to handle multiple executions.static ExecutionModeExecutionMode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ExecutionModeExecutionMode. valueOf(String name)Returns the enum constant of this type with the specified name.static ExecutionMode[]ExecutionMode. 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 ExecutionMode Modifier and Type Method Description static Set<ExecutionMode>ExecutionMode. knownValues()Methods in software.amazon.awssdk.services.codepipeline.model with parameters of type ExecutionMode Modifier and Type Method Description PipelineDeclaration.BuilderPipelineDeclaration.Builder. executionMode(ExecutionMode executionMode)The method that the pipeline will use to handle multiple executions.PipelineExecution.BuilderPipelineExecution.Builder. executionMode(ExecutionMode executionMode)The method that the pipeline will use to handle multiple executions.PipelineExecutionSummary.BuilderPipelineExecutionSummary.Builder. executionMode(ExecutionMode executionMode)The method that the pipeline will use to handle multiple executions.PipelineSummary.BuilderPipelineSummary.Builder. executionMode(ExecutionMode executionMode)The method that the pipeline will use to handle multiple executions.
-