Uses of Interface
software.amazon.awssdk.services.swf.model.TagFilter.Builder
-
Packages that use TagFilter.Builder Package Description software.amazon.awssdk.services.swf.model -
-
Uses of TagFilter.Builder in software.amazon.awssdk.services.swf.model
Methods in software.amazon.awssdk.services.swf.model that return TagFilter.Builder Modifier and Type Method Description static TagFilter.BuilderTagFilter. builder()TagFilter.BuilderTagFilter.Builder. tag(String tag)Specifies the tag that must be associated with the execution for it to meet the filter criteria.TagFilter.BuilderTagFilter. toBuilder()Methods in software.amazon.awssdk.services.swf.model that return types with arguments of type TagFilter.Builder Modifier and Type Method Description static Class<? extends TagFilter.Builder>TagFilter. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.swf.model with type arguments of type TagFilter.Builder Modifier and Type Method Description default CountClosedWorkflowExecutionsRequest.BuilderCountClosedWorkflowExecutionsRequest.Builder. tagFilter(Consumer<TagFilter.Builder> tagFilter)If specified, only executions that have a tag that matches the filter are counted.default CountOpenWorkflowExecutionsRequest.BuilderCountOpenWorkflowExecutionsRequest.Builder. tagFilter(Consumer<TagFilter.Builder> tagFilter)If specified, only executions that have a tag that matches the filter are counted.default ListClosedWorkflowExecutionsRequest.BuilderListClosedWorkflowExecutionsRequest.Builder. tagFilter(Consumer<TagFilter.Builder> tagFilter)If specified, only executions that have the matching tag are listed.default ListOpenWorkflowExecutionsRequest.BuilderListOpenWorkflowExecutionsRequest.Builder. tagFilter(Consumer<TagFilter.Builder> tagFilter)If specified, only executions that have the matching tag are listed.
-