| Package | Description |
|---|---|
| com.amazonaws.services.codepipeline |
|
| com.amazonaws.services.codepipeline.model |
| Modifier and Type | Method and Description |
|---|---|
Future<RollbackStageResult> |
AWSCodePipelineAsyncClient.rollbackStageAsync(RollbackStageRequest request,
AsyncHandler<RollbackStageRequest,RollbackStageResult> asyncHandler) |
Future<RollbackStageResult> |
AWSCodePipelineAsync.rollbackStageAsync(RollbackStageRequest rollbackStageRequest,
AsyncHandler<RollbackStageRequest,RollbackStageResult> asyncHandler)
Rolls back a stage execution.
|
Future<RollbackStageResult> |
AbstractAWSCodePipelineAsync.rollbackStageAsync(RollbackStageRequest request,
AsyncHandler<RollbackStageRequest,RollbackStageResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
RollbackStageRequest |
RollbackStageRequest.clone() |
RollbackStageRequest |
RollbackStageRequest.withPipelineName(String pipelineName)
The name of the pipeline for which the stage will be rolled back.
|
RollbackStageRequest |
RollbackStageRequest.withStageName(String stageName)
The name of the stage in the pipeline to be rolled back.
|
RollbackStageRequest |
RollbackStageRequest.withTargetPipelineExecutionId(String targetPipelineExecutionId)
The pipeline execution ID for the stage to be rolled back to.
|
Copyright © 2024. All rights reserved.