| Package | Description |
|---|---|
| software.amazon.awssdk.services.codepipeline.model |
| Modifier and Type | Method and Description |
|---|---|
ListActionExecutionsResponse.Builder |
ListActionExecutionsResponse.Builder.actionExecutionDetails(ActionExecutionDetail... actionExecutionDetails)
The details for a list of recent executions, such as action execution ID.
|
ListActionExecutionsResponse.Builder |
ListActionExecutionsResponse.Builder.actionExecutionDetails(Collection<ActionExecutionDetail> actionExecutionDetails)
The details for a list of recent executions, such as action execution ID.
|
ListActionExecutionsResponse.Builder |
ListActionExecutionsResponse.Builder.actionExecutionDetails(Consumer<ActionExecutionDetail.Builder>... actionExecutionDetails)
The details for a list of recent executions, such as action execution ID.
|
static ListActionExecutionsResponse.Builder |
ListActionExecutionsResponse.builder() |
ListActionExecutionsResponse.Builder |
ListActionExecutionsResponse.Builder.nextToken(String nextToken)
If the amount of returned information is significantly large, an identifier is also returned and can be used
in a subsequent
ListActionExecutions call to return the next set of action executions in the
list. |
ListActionExecutionsResponse.Builder |
ListActionExecutionsResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListActionExecutionsResponse.Builder> |
ListActionExecutionsResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.