| Package | Description |
|---|---|
| software.amazon.awssdk.services.swf.model | |
| software.amazon.awssdk.services.swf.transform |
| Modifier and Type | Method and Description |
|---|---|
WorkflowExecutionInfo |
DescribeWorkflowExecutionResponse.executionInfo()
Information about the workflow execution.
|
| Modifier and Type | Method and Description |
|---|---|
List<WorkflowExecutionInfo> |
ListOpenWorkflowExecutionsResponse.executionInfos()
The list of workflow information structures.
|
List<WorkflowExecutionInfo> |
ListClosedWorkflowExecutionsResponse.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.
|
ListOpenWorkflowExecutionsResponse.Builder |
ListOpenWorkflowExecutionsResponse.Builder.executionInfos(WorkflowExecutionInfo... executionInfos)
The list of workflow information structures.
|
ListClosedWorkflowExecutionsResponse.Builder |
ListClosedWorkflowExecutionsResponse.Builder.executionInfos(WorkflowExecutionInfo... executionInfos)
The list of workflow information structures.
|
| Modifier and Type | Method and Description |
|---|---|
ListOpenWorkflowExecutionsResponse.Builder |
ListOpenWorkflowExecutionsResponse.Builder.executionInfos(Collection<WorkflowExecutionInfo> executionInfos)
The list of workflow information structures.
|
ListClosedWorkflowExecutionsResponse.Builder |
ListClosedWorkflowExecutionsResponse.Builder.executionInfos(Collection<WorkflowExecutionInfo> executionInfos)
The list of workflow information structures.
|
| Modifier and Type | Method and Description |
|---|---|
WorkflowExecutionInfo |
WorkflowExecutionInfoUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
WorkflowExecutionInfoMarshaller.marshall(WorkflowExecutionInfo workflowExecutionInfo,
ProtocolMarshaller protocolMarshaller)
Marshall the given parameter object.
|
Copyright © 2017. All rights reserved.