| Package | Description |
|---|---|
| software.amazon.awssdk.services.swf.model | |
| software.amazon.awssdk.services.swf.transform |
| Modifier and Type | Method and Description |
|---|---|
WorkflowExecutionFilter |
ListOpenWorkflowExecutionsRequest.executionFilter()
If specified, only workflow executions matching the workflow ID specified in the filter are returned.
|
WorkflowExecutionFilter |
ListClosedWorkflowExecutionsRequest.executionFilter()
If specified, only workflow executions matching the workflow ID specified in the filter are returned.
|
WorkflowExecutionFilter |
CountOpenWorkflowExecutionsRequest.executionFilter()
If specified, only workflow executions matching the
WorkflowId in the filter are counted. |
WorkflowExecutionFilter |
CountClosedWorkflowExecutionsRequest.executionFilter()
If specified, only workflow executions matching the
WorkflowId in the filter are counted. |
| Modifier and Type | Method and Description |
|---|---|
ListOpenWorkflowExecutionsRequest.Builder |
ListOpenWorkflowExecutionsRequest.Builder.executionFilter(WorkflowExecutionFilter executionFilter)
If specified, only workflow executions matching the workflow ID specified in the filter are returned.
|
ListClosedWorkflowExecutionsRequest.Builder |
ListClosedWorkflowExecutionsRequest.Builder.executionFilter(WorkflowExecutionFilter executionFilter)
If specified, only workflow executions matching the workflow ID specified in the filter are returned.
|
CountOpenWorkflowExecutionsRequest.Builder |
CountOpenWorkflowExecutionsRequest.Builder.executionFilter(WorkflowExecutionFilter executionFilter)
If specified, only workflow executions matching the
WorkflowId in the filter are counted. |
CountClosedWorkflowExecutionsRequest.Builder |
CountClosedWorkflowExecutionsRequest.Builder.executionFilter(WorkflowExecutionFilter executionFilter)
If specified, only workflow executions matching the
WorkflowId in the filter are counted. |
| Modifier and Type | Method and Description |
|---|---|
WorkflowExecutionFilter |
WorkflowExecutionFilterUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
WorkflowExecutionFilterMarshaller.marshall(WorkflowExecutionFilter workflowExecutionFilter,
ProtocolMarshaller protocolMarshaller)
Marshall the given parameter object.
|
Copyright © 2017. All rights reserved.