| Package | Description |
|---|---|
| software.amazon.awssdk.services.swf.model |
| Modifier and Type | Method and Description |
|---|---|
TagFilter |
ListClosedWorkflowExecutionsRequest.tagFilter()
If specified, only executions that have the matching tag are listed.
|
TagFilter |
CountOpenWorkflowExecutionsRequest.tagFilter()
If specified, only executions that have a tag that matches the filter are counted.
|
TagFilter |
ListOpenWorkflowExecutionsRequest.tagFilter()
If specified, only executions that have the matching tag are listed.
|
TagFilter |
CountClosedWorkflowExecutionsRequest.tagFilter()
If specified, only executions that have a tag that matches the filter are counted.
|
| Modifier and Type | Method and Description |
|---|---|
ListClosedWorkflowExecutionsRequest.Builder |
ListClosedWorkflowExecutionsRequest.Builder.tagFilter(TagFilter tagFilter)
If specified, only executions that have the matching tag are listed.
|
CountOpenWorkflowExecutionsRequest.Builder |
CountOpenWorkflowExecutionsRequest.Builder.tagFilter(TagFilter tagFilter)
If specified, only executions that have a tag that matches the filter are counted.
|
ListOpenWorkflowExecutionsRequest.Builder |
ListOpenWorkflowExecutionsRequest.Builder.tagFilter(TagFilter tagFilter)
If specified, only executions that have the matching tag are listed.
|
CountClosedWorkflowExecutionsRequest.Builder |
CountClosedWorkflowExecutionsRequest.Builder.tagFilter(TagFilter tagFilter)
If specified, only executions that have a tag that matches the filter are counted.
|
Copyright © 2021. All rights reserved.