Uses of Class
com.amazonaws.services.simpleworkflow.model.WorkflowTypeFilter
Packages that use WorkflowTypeFilter
-
Uses of WorkflowTypeFilter in com.amazonaws.services.simpleworkflow.model
Methods in com.amazonaws.services.simpleworkflow.model that return WorkflowTypeFilterModifier and TypeMethodDescriptionWorkflowTypeFilter.clone()
CountClosedWorkflowExecutionsRequest.getTypeFilter()
If specified, indicates the type of the workflow executions to be counted.CountOpenWorkflowExecutionsRequest.getTypeFilter()
Specifies the type of the workflow executions to be counted.ListClosedWorkflowExecutionsRequest.getTypeFilter()
If specified, only executions of the type specified in the filter are returned.ListOpenWorkflowExecutionsRequest.getTypeFilter()
If specified, only executions of the type specified in the filter are returned.Required. Name of the workflow type.WorkflowTypeFilter.withVersion
(String version) Version of the workflow type.Methods in com.amazonaws.services.simpleworkflow.model with parameters of type WorkflowTypeFilterModifier and TypeMethodDescriptionvoid
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.withTypeFilter
(WorkflowTypeFilter typeFilter) If specified, indicates the type of the workflow executions to be counted.CountOpenWorkflowExecutionsRequest.withTypeFilter
(WorkflowTypeFilter typeFilter) Specifies the type of the workflow executions to be counted.ListClosedWorkflowExecutionsRequest.withTypeFilter
(WorkflowTypeFilter typeFilter) If specified, only executions of the type specified in the filter are returned.ListOpenWorkflowExecutionsRequest.withTypeFilter
(WorkflowTypeFilter typeFilter) If specified, only executions of the type specified in the filter are returned.