| Package | Description |
|---|---|
| com.amazonaws.services.codepipeline |
|
| com.amazonaws.services.codepipeline.model |
| Modifier and Type | Method and Description |
|---|---|
RollbackStageResult |
AWSCodePipelineClient.rollbackStage(RollbackStageRequest request)
Rolls back a stage execution.
|
RollbackStageResult |
AbstractAWSCodePipeline.rollbackStage(RollbackStageRequest request) |
RollbackStageResult |
AWSCodePipeline.rollbackStage(RollbackStageRequest rollbackStageRequest)
Rolls back a stage execution.
|
| Modifier and Type | Method and Description |
|---|---|
Future<RollbackStageResult> |
AWSCodePipelineAsyncClient.rollbackStageAsync(RollbackStageRequest request,
AsyncHandler<RollbackStageRequest,RollbackStageResult> asyncHandler) |
Future<RollbackStageResult> |
AbstractAWSCodePipelineAsync.rollbackStageAsync(RollbackStageRequest request,
AsyncHandler<RollbackStageRequest,RollbackStageResult> asyncHandler) |
Future<RollbackStageResult> |
AWSCodePipelineAsync.rollbackStageAsync(RollbackStageRequest rollbackStageRequest,
AsyncHandler<RollbackStageRequest,RollbackStageResult> asyncHandler)
Rolls back a stage execution.
|
| Modifier and Type | Method and Description |
|---|---|
RollbackStageResult |
RollbackStageResult.clone() |
RollbackStageResult |
RollbackStageResult.withPipelineExecutionId(String pipelineExecutionId)
The execution ID of the pipeline execution for the stage that has been rolled back.
|
Copyright © 2024. All rights reserved.