| Package | Description |
|---|---|
| com.amazonaws.services.codepipeline |
|
| com.amazonaws.services.codepipeline.model |
| Modifier and Type | Method and Description |
|---|---|
Future<OverrideStageConditionResult> |
AbstractAWSCodePipelineAsync.overrideStageConditionAsync(OverrideStageConditionRequest request,
AsyncHandler<OverrideStageConditionRequest,OverrideStageConditionResult> asyncHandler) |
Future<OverrideStageConditionResult> |
AWSCodePipelineAsync.overrideStageConditionAsync(OverrideStageConditionRequest overrideStageConditionRequest,
AsyncHandler<OverrideStageConditionRequest,OverrideStageConditionResult> asyncHandler)
Used to override a stage condition.
|
Future<OverrideStageConditionResult> |
AWSCodePipelineAsyncClient.overrideStageConditionAsync(OverrideStageConditionRequest request,
AsyncHandler<OverrideStageConditionRequest,OverrideStageConditionResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
OverrideStageConditionRequest |
OverrideStageConditionRequest.clone() |
OverrideStageConditionRequest |
OverrideStageConditionRequest.withConditionType(ConditionType conditionType)
The type of condition to override for the stage, such as entry conditions, failure conditions, or success
conditions.
|
OverrideStageConditionRequest |
OverrideStageConditionRequest.withConditionType(String conditionType)
The type of condition to override for the stage, such as entry conditions, failure conditions, or success
conditions.
|
OverrideStageConditionRequest |
OverrideStageConditionRequest.withPipelineExecutionId(String pipelineExecutionId)
The ID of the pipeline execution for the override.
|
OverrideStageConditionRequest |
OverrideStageConditionRequest.withPipelineName(String pipelineName)
The name of the pipeline with the stage that will override the condition.
|
OverrideStageConditionRequest |
OverrideStageConditionRequest.withStageName(String stageName)
The name of the stage for the override.
|
Copyright © 2025. All rights reserved.