| Package | Description |
|---|---|
| software.amazon.awssdk.services.codepipeline |
|
| software.amazon.awssdk.services.codepipeline.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListPipelineExecutionsResponse |
CodePipelineClient.listPipelineExecutions(Consumer<ListPipelineExecutionsRequest.Builder> listPipelineExecutionsRequest)
Gets a summary of the most recent executions for a pipeline.
|
default ListPipelineExecutionsResponse |
CodePipelineClient.listPipelineExecutions(ListPipelineExecutionsRequest listPipelineExecutionsRequest)
Gets a summary of the most recent executions for a pipeline.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListPipelineExecutionsResponse> |
CodePipelineAsyncClient.listPipelineExecutions(Consumer<ListPipelineExecutionsRequest.Builder> listPipelineExecutionsRequest)
Gets a summary of the most recent executions for a pipeline.
|
default CompletableFuture<ListPipelineExecutionsResponse> |
CodePipelineAsyncClient.listPipelineExecutions(ListPipelineExecutionsRequest listPipelineExecutionsRequest)
Gets a summary of the most recent executions for a pipeline.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListPipelineExecutionsResponse> |
ListPipelineExecutionsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListPipelineExecutionsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListPipelineExecutionsResponse> subscriber) |
Copyright © 2023. All rights reserved.