| Package | Description |
|---|---|
| com.amazonaws.services.codepipeline |
|
| com.amazonaws.services.codepipeline.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListActionExecutionsResult> |
AbstractAWSCodePipelineAsync.listActionExecutionsAsync(ListActionExecutionsRequest request,
AsyncHandler<ListActionExecutionsRequest,ListActionExecutionsResult> asyncHandler) |
Future<ListActionExecutionsResult> |
AWSCodePipelineAsyncClient.listActionExecutionsAsync(ListActionExecutionsRequest request,
AsyncHandler<ListActionExecutionsRequest,ListActionExecutionsResult> asyncHandler) |
Future<ListActionExecutionsResult> |
AWSCodePipelineAsync.listActionExecutionsAsync(ListActionExecutionsRequest listActionExecutionsRequest,
AsyncHandler<ListActionExecutionsRequest,ListActionExecutionsResult> asyncHandler)
Lists the action executions that have occurred in a pipeline.
|
| Modifier and Type | Method and Description |
|---|---|
ListActionExecutionsRequest |
ListActionExecutionsRequest.clone() |
ListActionExecutionsRequest |
ListActionExecutionsRequest.withFilter(ActionExecutionFilter filter)
Input information used to filter action execution history.
|
ListActionExecutionsRequest |
ListActionExecutionsRequest.withMaxResults(Integer maxResults)
The maximum number of results to return in a single call.
|
ListActionExecutionsRequest |
ListActionExecutionsRequest.withNextToken(String nextToken)
The token that was returned from the previous
ListActionExecutions call, which can be used to return
the next set of action executions in the list. |
ListActionExecutionsRequest |
ListActionExecutionsRequest.withPipelineName(String pipelineName)
The name of the pipeline for which you want to list action execution history.
|
Copyright © 2023. All rights reserved.