Package | Description |
---|---|
com.amazonaws.services.codepipeline.model |
Modifier and Type | Method and Description |
---|---|
static ExecutionMode |
ExecutionMode.fromValue(String value)
Use this in place of valueOf.
|
static ExecutionMode |
ExecutionMode.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.
|
Modifier and Type | Method and Description |
---|---|
void |
PipelineExecutionSummary.setExecutionMode(ExecutionMode executionMode)
The method that the pipeline will use to handle multiple executions.
|
void |
PipelineExecution.setExecutionMode(ExecutionMode executionMode)
The method that the pipeline will use to handle multiple executions.
|
PipelineSummary |
PipelineSummary.withExecutionMode(ExecutionMode executionMode)
The method that the pipeline will use to handle multiple executions.
|
PipelineExecutionSummary |
PipelineExecutionSummary.withExecutionMode(ExecutionMode executionMode)
The method that the pipeline will use to handle multiple executions.
|
PipelineExecution |
PipelineExecution.withExecutionMode(ExecutionMode executionMode)
The method that the pipeline will use to handle multiple executions.
|
PipelineDeclaration |
PipelineDeclaration.withExecutionMode(ExecutionMode executionMode)
The method that the pipeline will use to handle multiple executions.
|
Copyright © 2024. All rights reserved.