void |
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 |
CountClosedWorkflowExecutionsRequest.withTagFilter(TagFilter tagFilter) |
If specified, only executions that have a tag that matches the filter are
counted.
|
CountOpenWorkflowExecutionsRequest |
CountOpenWorkflowExecutionsRequest.withTagFilter(TagFilter tagFilter) |
If specified, only executions that have a tag that matches the filter are
counted.
|
ListClosedWorkflowExecutionsRequest |
ListClosedWorkflowExecutionsRequest.withTagFilter(TagFilter tagFilter) |
If specified, only executions that have the matching tag are listed.
|
ListOpenWorkflowExecutionsRequest |
ListOpenWorkflowExecutionsRequest.withTagFilter(TagFilter tagFilter) |
If specified, only executions that have the matching tag are listed.
|