Uses of Class
com.amazonaws.services.simpleworkflow.model.TagFilter
Packages that use TagFilter
-
Uses of TagFilter in com.amazonaws.services.simpleworkflow.model
Methods in com.amazonaws.services.simpleworkflow.model that return TagFilterModifier and TypeMethodDescriptionTagFilter.clone()
CountClosedWorkflowExecutionsRequest.getTagFilter()
If specified, only executions that have a tag that matches the filter are counted.CountOpenWorkflowExecutionsRequest.getTagFilter()
If specified, only executions that have a tag that matches the filter are counted.ListClosedWorkflowExecutionsRequest.getTagFilter()
If specified, only executions that have the matching tag are listed.ListOpenWorkflowExecutionsRequest.getTagFilter()
If specified, only executions that have the matching tag are listed.Required. Specifies the tag that must be associated with the execution for it to meet the filter criteria.Methods in com.amazonaws.services.simpleworkflow.model with parameters of type TagFilterModifier and TypeMethodDescriptionvoid
CountClosedWorkflowExecutionsRequest.setTagFilter
(TagFilter tagFilter) If specified, only executions that have a tag that matches the filter are counted.void
CountOpenWorkflowExecutionsRequest.setTagFilter
(TagFilter tagFilter) If specified, only executions that have a tag that matches the filter are counted.void
ListClosedWorkflowExecutionsRequest.setTagFilter
(TagFilter tagFilter) If specified, only executions that have the matching tag are listed.void
ListOpenWorkflowExecutionsRequest.setTagFilter
(TagFilter tagFilter) If specified, only executions that have the matching tag are listed.CountClosedWorkflowExecutionsRequest.withTagFilter
(TagFilter tagFilter) If specified, only executions that have a tag that matches the filter are counted.CountOpenWorkflowExecutionsRequest.withTagFilter
(TagFilter tagFilter) If specified, only executions that have a tag that matches the filter are counted.ListClosedWorkflowExecutionsRequest.withTagFilter
(TagFilter tagFilter) If specified, only executions that have the matching tag are listed.ListOpenWorkflowExecutionsRequest.withTagFilter
(TagFilter tagFilter) If specified, only executions that have the matching tag are listed.