Package | Description |
---|---|
com.amazonaws.services.simpleworkflow.model | |
com.amazonaws.services.simpleworkflow.model.transform |
Modifier and Type | Field and Description |
---|---|
private WorkflowExecutionFilter |
ListOpenWorkflowExecutionsRequest.executionFilter
If specified, only workflow executions matching the workflow ID specified
in the filter are returned.
|
private WorkflowExecutionFilter |
ListClosedWorkflowExecutionsRequest.executionFilter
If specified, only workflow executions matching the workflow ID specified
in the filter are returned.
|
private WorkflowExecutionFilter |
CountOpenWorkflowExecutionsRequest.executionFilter
If specified, only workflow executions matching the
WorkflowId in the filter are counted. |
private WorkflowExecutionFilter |
CountClosedWorkflowExecutionsRequest.executionFilter
If specified, only workflow executions matching the
WorkflowId in the filter are counted. |
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 |
ListClosedWorkflowExecutionsRequest.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 |
CountClosedWorkflowExecutionsRequest.getExecutionFilter()
If specified, only workflow executions matching the
WorkflowId in the filter are counted. |
WorkflowExecutionFilter |
WorkflowExecutionFilter.withWorkflowId(java.lang.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 |
ListClosedWorkflowExecutionsRequest.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 |
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.
|
ListClosedWorkflowExecutionsRequest |
ListClosedWorkflowExecutionsRequest.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. |
CountClosedWorkflowExecutionsRequest |
CountClosedWorkflowExecutionsRequest.withExecutionFilter(WorkflowExecutionFilter executionFilter)
If specified, only workflow executions matching the
WorkflowId in the filter are counted. |
Modifier and Type | Method and Description |
---|---|
WorkflowExecutionFilter |
WorkflowExecutionFilterJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
WorkflowExecutionFilterJsonMarshaller.marshall(WorkflowExecutionFilter workflowExecutionFilter,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|