Uses of Class
software.amazon.awssdk.services.swf.model.WorkflowExecutionFilter
-
Packages that use WorkflowExecutionFilter Package Description software.amazon.awssdk.services.swf.model -
-
Uses of WorkflowExecutionFilter in software.amazon.awssdk.services.swf.model
Methods in software.amazon.awssdk.services.swf.model that return WorkflowExecutionFilter Modifier and Type Method Description WorkflowExecutionFilterCountClosedWorkflowExecutionsRequest. executionFilter()If specified, only workflow executions matching theWorkflowIdin the filter are counted.WorkflowExecutionFilterCountOpenWorkflowExecutionsRequest. executionFilter()If specified, only workflow executions matching theWorkflowIdin the filter are counted.WorkflowExecutionFilterListClosedWorkflowExecutionsRequest. executionFilter()If specified, only workflow executions matching the workflow ID specified in the filter are returned.WorkflowExecutionFilterListOpenWorkflowExecutionsRequest. executionFilter()If specified, only workflow executions matching the workflow ID specified in the filter are returned.Methods in software.amazon.awssdk.services.swf.model with parameters of type WorkflowExecutionFilter Modifier and Type Method Description CountClosedWorkflowExecutionsRequest.BuilderCountClosedWorkflowExecutionsRequest.Builder. executionFilter(WorkflowExecutionFilter executionFilter)If specified, only workflow executions matching theWorkflowIdin the filter are counted.CountOpenWorkflowExecutionsRequest.BuilderCountOpenWorkflowExecutionsRequest.Builder. executionFilter(WorkflowExecutionFilter executionFilter)If specified, only workflow executions matching theWorkflowIdin the filter are counted.ListClosedWorkflowExecutionsRequest.BuilderListClosedWorkflowExecutionsRequest.Builder. executionFilter(WorkflowExecutionFilter executionFilter)If specified, only workflow executions matching the workflow ID specified in the filter are returned.ListOpenWorkflowExecutionsRequest.BuilderListOpenWorkflowExecutionsRequest.Builder. executionFilter(WorkflowExecutionFilter executionFilter)If specified, only workflow executions matching the workflow ID specified in the filter are returned.
-