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 WorkflowTypeFilter
WorkflowTypeFilter. clone()
WorkflowTypeFilter
CountClosedWorkflowExecutionsRequest. getTypeFilter()
If specified, indicates the type of the workflow executions to be counted.WorkflowTypeFilter
CountOpenWorkflowExecutionsRequest. getTypeFilter()
Specifies the type of the workflow executions to be counted.WorkflowTypeFilter
ListClosedWorkflowExecutionsRequest. getTypeFilter()
If specified, only executions of the type specified in the filter are returned.WorkflowTypeFilter
ListOpenWorkflowExecutionsRequest. getTypeFilter()
If specified, only executions of the type specified in the filter are returned.WorkflowTypeFilter
WorkflowTypeFilter. withName(String name)
Required. Name of the workflow type.WorkflowTypeFilter
WorkflowTypeFilter. 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 void
CountClosedWorkflowExecutionsRequest. setTypeFilter(WorkflowTypeFilter typeFilter)
If specified, indicates the type of the workflow executions to be counted.void
CountOpenWorkflowExecutionsRequest. setTypeFilter(WorkflowTypeFilter typeFilter)
Specifies the type of the workflow executions to be counted.void
ListClosedWorkflowExecutionsRequest. setTypeFilter(WorkflowTypeFilter typeFilter)
If specified, only executions of the type specified in the filter are returned.void
ListOpenWorkflowExecutionsRequest. setTypeFilter(WorkflowTypeFilter typeFilter)
If specified, only executions of the type specified in the filter are returned.CountClosedWorkflowExecutionsRequest
CountClosedWorkflowExecutionsRequest. withTypeFilter(WorkflowTypeFilter typeFilter)
If specified, indicates the type of the workflow executions to be counted.CountOpenWorkflowExecutionsRequest
CountOpenWorkflowExecutionsRequest. withTypeFilter(WorkflowTypeFilter typeFilter)
Specifies the type of the workflow executions to be counted.ListClosedWorkflowExecutionsRequest
ListClosedWorkflowExecutionsRequest. withTypeFilter(WorkflowTypeFilter typeFilter)
If specified, only executions of the type specified in the filter are returned.ListOpenWorkflowExecutionsRequest
ListOpenWorkflowExecutionsRequest. withTypeFilter(WorkflowTypeFilter typeFilter)
If specified, only executions of the type specified in the filter are returned.
-