| Package | Description |
|---|---|
| software.amazon.awssdk.services.swf.model |
| Modifier and Type | Method and Description |
|---|---|
static ListClosedWorkflowExecutionsResponse.Builder |
ListClosedWorkflowExecutionsResponse.builder() |
ListClosedWorkflowExecutionsResponse.Builder |
ListClosedWorkflowExecutionsResponse.Builder.executionInfos(Collection<WorkflowExecutionInfo> executionInfos)
The list of workflow information structures.
|
ListClosedWorkflowExecutionsResponse.Builder |
ListClosedWorkflowExecutionsResponse.Builder.executionInfos(Consumer<WorkflowExecutionInfo.Builder>... executionInfos)
The list of workflow information structures.
|
ListClosedWorkflowExecutionsResponse.Builder |
ListClosedWorkflowExecutionsResponse.Builder.executionInfos(WorkflowExecutionInfo... executionInfos)
The list of workflow information structures.
|
ListClosedWorkflowExecutionsResponse.Builder |
ListClosedWorkflowExecutionsResponse.Builder.nextPageToken(String nextPageToken)
If a
NextPageToken was returned by a previous call, there are more results available. |
ListClosedWorkflowExecutionsResponse.Builder |
ListClosedWorkflowExecutionsResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListClosedWorkflowExecutionsResponse.Builder> |
ListClosedWorkflowExecutionsResponse.serializableBuilderClass() |
Copyright © 2019. All rights reserved.