Uses of Class
software.amazon.awssdk.services.swf.model.WorkflowTypeFilter
-
Packages that use WorkflowTypeFilter Package Description software.amazon.awssdk.services.swf.model -
-
Uses of WorkflowTypeFilter in software.amazon.awssdk.services.swf.model
Methods in software.amazon.awssdk.services.swf.model that return WorkflowTypeFilter Modifier and Type Method Description WorkflowTypeFilterCountClosedWorkflowExecutionsRequest. typeFilter()If specified, indicates the type of the workflow executions to be counted.WorkflowTypeFilterCountOpenWorkflowExecutionsRequest. typeFilter()Specifies the type of the workflow executions to be counted.WorkflowTypeFilterListClosedWorkflowExecutionsRequest. typeFilter()If specified, only executions of the type specified in the filter are returned.WorkflowTypeFilterListOpenWorkflowExecutionsRequest. typeFilter()If specified, only executions of the type specified in the filter are returned.Methods in software.amazon.awssdk.services.swf.model with parameters of type WorkflowTypeFilter Modifier and Type Method Description CountClosedWorkflowExecutionsRequest.BuilderCountClosedWorkflowExecutionsRequest.Builder. typeFilter(WorkflowTypeFilter typeFilter)If specified, indicates the type of the workflow executions to be counted.CountOpenWorkflowExecutionsRequest.BuilderCountOpenWorkflowExecutionsRequest.Builder. typeFilter(WorkflowTypeFilter typeFilter)Specifies the type of the workflow executions to be counted.ListClosedWorkflowExecutionsRequest.BuilderListClosedWorkflowExecutionsRequest.Builder. typeFilter(WorkflowTypeFilter typeFilter)If specified, only executions of the type specified in the filter are returned.ListOpenWorkflowExecutionsRequest.BuilderListOpenWorkflowExecutionsRequest.Builder. typeFilter(WorkflowTypeFilter typeFilter)If specified, only executions of the type specified in the filter are returned.
-