| Package | Description |
|---|---|
| software.amazon.awssdk.services.codepipeline |
|
| Modifier and Type | Method and Description |
|---|---|
default GetPipelineExecutionResponse |
CodePipelineClient.getPipelineExecution(Consumer<GetPipelineExecutionRequest.Builder> getPipelineExecutionRequest)
Returns information about an execution of a pipeline, including details about artifacts, the pipeline execution
ID, and the name, version, and status of the pipeline.
|
default GetPipelineExecutionResponse |
CodePipelineClient.getPipelineExecution(GetPipelineExecutionRequest getPipelineExecutionRequest)
Returns information about an execution of a pipeline, including details about artifacts, the pipeline execution
ID, and the name, version, and status of the pipeline.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetPipelineExecutionResponse> |
CodePipelineAsyncClient.getPipelineExecution(Consumer<GetPipelineExecutionRequest.Builder> getPipelineExecutionRequest)
Returns information about an execution of a pipeline, including details about artifacts, the pipeline execution
ID, and the name, version, and status of the pipeline.
|
default CompletableFuture<GetPipelineExecutionResponse> |
CodePipelineAsyncClient.getPipelineExecution(GetPipelineExecutionRequest getPipelineExecutionRequest)
Returns information about an execution of a pipeline, including details about artifacts, the pipeline execution
ID, and the name, version, and status of the pipeline.
|
Copyright © 2023. All rights reserved.