| Package | Description | 
|---|---|
| com.amazonaws.services.codepipeline | 
 | 
| com.amazonaws.services.codepipeline.model | 
| Modifier and Type | Method and Description | 
|---|---|
Future<ListPipelineExecutionsResult> | 
AWSCodePipelineAsyncClient.listPipelineExecutionsAsync(ListPipelineExecutionsRequest request,
                           AsyncHandler<ListPipelineExecutionsRequest,ListPipelineExecutionsResult> asyncHandler)  | 
Future<ListPipelineExecutionsResult> | 
AWSCodePipelineAsync.listPipelineExecutionsAsync(ListPipelineExecutionsRequest listPipelineExecutionsRequest,
                           AsyncHandler<ListPipelineExecutionsRequest,ListPipelineExecutionsResult> asyncHandler)
 Gets a summary of the most recent executions for a pipeline. 
 | 
Future<ListPipelineExecutionsResult> | 
AbstractAWSCodePipelineAsync.listPipelineExecutionsAsync(ListPipelineExecutionsRequest request,
                           AsyncHandler<ListPipelineExecutionsRequest,ListPipelineExecutionsResult> asyncHandler)  | 
| Modifier and Type | Method and Description | 
|---|---|
ListPipelineExecutionsRequest | 
ListPipelineExecutionsRequest.clone()  | 
ListPipelineExecutionsRequest | 
ListPipelineExecutionsRequest.withMaxResults(Integer maxResults)
 The maximum number of results to return in a single call. 
 | 
ListPipelineExecutionsRequest | 
ListPipelineExecutionsRequest.withNextToken(String nextToken)
 The token that was returned from the previous ListPipelineExecutions call, which can be used to return the next
 set of pipeline executions in the list. 
 | 
ListPipelineExecutionsRequest | 
ListPipelineExecutionsRequest.withPipelineName(String pipelineName)
 The name of the pipeline for which you want to get execution summary information. 
 | 
Copyright © 2019. All rights reserved.