Uses of Class
com.amazonaws.services.simpleworkflow.model.WorkflowTypeFilter
-
Packages that use WorkflowTypeFilter Package Description com.amazonaws.services.simpleworkflow.model -
-
Uses of WorkflowTypeFilter in com.amazonaws.services.simpleworkflow.model
Methods in com.amazonaws.services.simpleworkflow.model that return WorkflowTypeFilter Modifier and Type Method Description WorkflowTypeFilterWorkflowTypeFilter. clone()WorkflowTypeFilterCountClosedWorkflowExecutionsRequest. getTypeFilter()If specified, indicates the type of the workflow executions to be counted.WorkflowTypeFilterCountOpenWorkflowExecutionsRequest. getTypeFilter()Specifies the type of the workflow executions to be counted.WorkflowTypeFilterListClosedWorkflowExecutionsRequest. getTypeFilter()If specified, only executions of the type specified in the filter are returned.WorkflowTypeFilterListOpenWorkflowExecutionsRequest. getTypeFilter()If specified, only executions of the type specified in the filter are returned.WorkflowTypeFilterWorkflowTypeFilter. withName(String name)Required. Name of the workflow type.WorkflowTypeFilterWorkflowTypeFilter. withVersion(String version)Version of the workflow type.Methods in com.amazonaws.services.simpleworkflow.model with parameters of type WorkflowTypeFilter Modifier and Type Method Description voidCountClosedWorkflowExecutionsRequest. setTypeFilter(WorkflowTypeFilter typeFilter)If specified, indicates the type of the workflow executions to be counted.voidCountOpenWorkflowExecutionsRequest. setTypeFilter(WorkflowTypeFilter typeFilter)Specifies the type of the workflow executions to be counted.voidListClosedWorkflowExecutionsRequest. setTypeFilter(WorkflowTypeFilter typeFilter)If specified, only executions of the type specified in the filter are returned.voidListOpenWorkflowExecutionsRequest. setTypeFilter(WorkflowTypeFilter typeFilter)If specified, only executions of the type specified in the filter are returned.CountClosedWorkflowExecutionsRequestCountClosedWorkflowExecutionsRequest. withTypeFilter(WorkflowTypeFilter typeFilter)If specified, indicates the type of the workflow executions to be counted.CountOpenWorkflowExecutionsRequestCountOpenWorkflowExecutionsRequest. withTypeFilter(WorkflowTypeFilter typeFilter)Specifies the type of the workflow executions to be counted.ListClosedWorkflowExecutionsRequestListClosedWorkflowExecutionsRequest. withTypeFilter(WorkflowTypeFilter typeFilter)If specified, only executions of the type specified in the filter are returned.ListOpenWorkflowExecutionsRequestListOpenWorkflowExecutionsRequest. withTypeFilter(WorkflowTypeFilter typeFilter)If specified, only executions of the type specified in the filter are returned.
-