| Package | Description |
|---|---|
| software.amazon.awssdk.services.swf.model | |
| software.amazon.awssdk.services.swf.paginators |
| Modifier and Type | Method and Description |
|---|---|
WorkflowExecutionInfo |
DescribeWorkflowExecutionResponse.executionInfo()
Information about the workflow execution.
|
| Modifier and Type | Method and Description |
|---|---|
List<WorkflowExecutionInfo> |
ListClosedWorkflowExecutionsResponse.executionInfos()
The list of workflow information structures.
|
List<WorkflowExecutionInfo> |
ListOpenWorkflowExecutionsResponse.executionInfos()
The list of workflow information structures.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeWorkflowExecutionResponse.Builder |
DescribeWorkflowExecutionResponse.Builder.executionInfo(WorkflowExecutionInfo executionInfo)
Information about the workflow execution.
|
ListClosedWorkflowExecutionsResponse.Builder |
ListClosedWorkflowExecutionsResponse.Builder.executionInfos(WorkflowExecutionInfo... executionInfos)
The list of workflow information structures.
|
ListOpenWorkflowExecutionsResponse.Builder |
ListOpenWorkflowExecutionsResponse.Builder.executionInfos(WorkflowExecutionInfo... executionInfos)
The list of workflow information structures.
|
| Modifier and Type | Method and Description |
|---|---|
ListClosedWorkflowExecutionsResponse.Builder |
ListClosedWorkflowExecutionsResponse.Builder.executionInfos(Collection<WorkflowExecutionInfo> executionInfos)
The list of workflow information structures.
|
ListOpenWorkflowExecutionsResponse.Builder |
ListOpenWorkflowExecutionsResponse.Builder.executionInfos(Collection<WorkflowExecutionInfo> executionInfos)
The list of workflow information structures.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<WorkflowExecutionInfo> |
ListOpenWorkflowExecutionsIterable.executionInfos()
Returns an iterable to iterate through the paginated
ListOpenWorkflowExecutionsResponse.executionInfos()
member. |
SdkPublisher<WorkflowExecutionInfo> |
ListOpenWorkflowExecutionsPublisher.executionInfos()
Returns a publisher that can be used to get a stream of data.
|
SdkPublisher<WorkflowExecutionInfo> |
ListClosedWorkflowExecutionsPublisher.executionInfos()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<WorkflowExecutionInfo> |
ListClosedWorkflowExecutionsIterable.executionInfos()
Returns an iterable to iterate through the paginated
ListClosedWorkflowExecutionsResponse.executionInfos() member. |
Copyright © 2019. All rights reserved.