Package | Description |
---|---|
com.amazonaws.services.simpleworkflow.model |
Modifier and Type | Method and Description |
---|---|
WorkflowExecutionFilter |
WorkflowExecutionFilter.clone() |
WorkflowExecutionFilter |
ListOpenWorkflowExecutionsRequest.getExecutionFilter()
If specified, only workflow executions matching the workflow ID specified
in the filter are returned.
|
WorkflowExecutionFilter |
CountOpenWorkflowExecutionsRequest.getExecutionFilter()
If specified, only workflow executions matching the
WorkflowId in the filter are counted. |
WorkflowExecutionFilter |
ListClosedWorkflowExecutionsRequest.getExecutionFilter()
If specified, only workflow executions matching the workflow ID specified
in the filter are returned.
|
WorkflowExecutionFilter |
CountClosedWorkflowExecutionsRequest.getExecutionFilter()
If specified, only workflow executions matching the
WorkflowId in the filter are counted. |
WorkflowExecutionFilter |
WorkflowExecutionFilter.withWorkflowId(String workflowId)
The workflowId to pass of match the criteria of this filter.
|
Modifier and Type | Method and Description |
---|---|
void |
ListOpenWorkflowExecutionsRequest.setExecutionFilter(WorkflowExecutionFilter executionFilter)
If specified, only workflow executions matching the workflow ID specified
in the filter are returned.
|
void |
CountOpenWorkflowExecutionsRequest.setExecutionFilter(WorkflowExecutionFilter executionFilter)
If specified, only workflow executions matching the
WorkflowId in the filter are counted. |
void |
ListClosedWorkflowExecutionsRequest.setExecutionFilter(WorkflowExecutionFilter executionFilter)
If specified, only workflow executions matching the workflow ID specified
in the filter are returned.
|
void |
CountClosedWorkflowExecutionsRequest.setExecutionFilter(WorkflowExecutionFilter executionFilter)
If specified, only workflow executions matching the
WorkflowId in the filter are counted. |
ListOpenWorkflowExecutionsRequest |
ListOpenWorkflowExecutionsRequest.withExecutionFilter(WorkflowExecutionFilter executionFilter)
If specified, only workflow executions matching the workflow ID specified
in the filter are returned.
|
CountOpenWorkflowExecutionsRequest |
CountOpenWorkflowExecutionsRequest.withExecutionFilter(WorkflowExecutionFilter executionFilter)
If specified, only workflow executions matching the
WorkflowId in the filter are counted. |
ListClosedWorkflowExecutionsRequest |
ListClosedWorkflowExecutionsRequest.withExecutionFilter(WorkflowExecutionFilter executionFilter)
If specified, only workflow executions matching the workflow ID specified
in the filter are returned.
|
CountClosedWorkflowExecutionsRequest |
CountClosedWorkflowExecutionsRequest.withExecutionFilter(WorkflowExecutionFilter executionFilter)
If specified, only workflow executions matching the
WorkflowId in the filter are counted. |
Copyright © 2018. All rights reserved.