| 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.
|
default ListActionExecutionsResponse |
CodePipelineClient.listActionExecutions(Consumer<ListActionExecutionsRequest.Builder> listActionExecutionsRequest)
Lists the action executions that have occurred in a pipeline.
|
default ListActionExecutionsResponse |
CodePipelineClient.listActionExecutions(ListActionExecutionsRequest listActionExecutionsRequest)
Lists the action executions that have occurred in a pipeline.
|
default ListActionExecutionsIterable |
CodePipelineClient.listActionExecutionsPaginator(Consumer<ListActionExecutionsRequest.Builder> listActionExecutionsRequest)
Lists the action executions that have occurred in a pipeline.
|
default ListActionExecutionsIterable |
CodePipelineClient.listActionExecutionsPaginator(ListActionExecutionsRequest listActionExecutionsRequest)
Lists the action executions that have occurred in a pipeline.
|
Copyright © 2023. All rights reserved.