| Package | Description |
|---|---|
| software.amazon.awssdk.services.swf.model |
| Modifier and Type | Method and Description |
|---|---|
WorkflowExecutionFilter |
ListClosedWorkflowExecutionsRequest.executionFilter()
If specified, only workflow executions matching the workflow ID specified in the filter are returned.
|
WorkflowExecutionFilter |
ListOpenWorkflowExecutionsRequest.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 |
|---|---|
ListClosedWorkflowExecutionsRequest.Builder |
ListClosedWorkflowExecutionsRequest.Builder.executionFilter(WorkflowExecutionFilter executionFilter)
If specified, only workflow executions matching the workflow ID specified in the filter are returned.
|
ListOpenWorkflowExecutionsRequest.Builder |
ListOpenWorkflowExecutionsRequest.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. |
Copyright © 2020. All rights reserved.