Uses of Class
software.amazon.awssdk.services.swf.model.TagFilter
-
Packages that use TagFilter Package Description software.amazon.awssdk.services.swf.model -
-
Uses of TagFilter in software.amazon.awssdk.services.swf.model
Methods in software.amazon.awssdk.services.swf.model that return TagFilter Modifier and Type Method Description TagFilterCountClosedWorkflowExecutionsRequest. tagFilter()If specified, only executions that have a tag that matches the filter are counted.TagFilterCountOpenWorkflowExecutionsRequest. tagFilter()If specified, only executions that have a tag that matches the filter are counted.TagFilterListClosedWorkflowExecutionsRequest. tagFilter()If specified, only executions that have the matching tag are listed.TagFilterListOpenWorkflowExecutionsRequest. tagFilter()If specified, only executions that have the matching tag are listed.Methods in software.amazon.awssdk.services.swf.model with parameters of type TagFilter Modifier and Type Method Description CountClosedWorkflowExecutionsRequest.BuilderCountClosedWorkflowExecutionsRequest.Builder. tagFilter(TagFilter tagFilter)If specified, only executions that have a tag that matches the filter are counted.CountOpenWorkflowExecutionsRequest.BuilderCountOpenWorkflowExecutionsRequest.Builder. tagFilter(TagFilter tagFilter)If specified, only executions that have a tag that matches the filter are counted.ListClosedWorkflowExecutionsRequest.BuilderListClosedWorkflowExecutionsRequest.Builder. tagFilter(TagFilter tagFilter)If specified, only executions that have the matching tag are listed.ListOpenWorkflowExecutionsRequest.BuilderListOpenWorkflowExecutionsRequest.Builder. tagFilter(TagFilter tagFilter)If specified, only executions that have the matching tag are listed.
-