| Package | Description |
|---|---|
| com.amazonaws.services.simpleworkflow.model |
| Modifier and Type | Method and Description |
|---|---|
TagFilter |
TagFilter.clone() |
TagFilter |
CountOpenWorkflowExecutionsRequest.getTagFilter()
If specified, only executions that have a tag that matches the filter are counted.
|
TagFilter |
CountClosedWorkflowExecutionsRequest.getTagFilter()
If specified, only executions that have a tag that matches the filter are counted.
|
TagFilter |
ListOpenWorkflowExecutionsRequest.getTagFilter()
If specified, only executions that have the matching tag are listed.
|
TagFilter |
ListClosedWorkflowExecutionsRequest.getTagFilter()
If specified, only executions that have the matching tag are listed.
|
TagFilter |
TagFilter.withTag(String tag)
Specifies the tag that must be associated with the execution for it to meet the filter criteria.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CountOpenWorkflowExecutionsRequest.setTagFilter(TagFilter tagFilter)
If specified, only executions that have a tag that matches the filter are counted.
|
void |
CountClosedWorkflowExecutionsRequest.setTagFilter(TagFilter tagFilter)
If specified, only executions that have a tag that matches the filter are counted.
|
void |
ListOpenWorkflowExecutionsRequest.setTagFilter(TagFilter tagFilter)
If specified, only executions that have the matching tag are listed.
|
void |
ListClosedWorkflowExecutionsRequest.setTagFilter(TagFilter tagFilter)
If specified, only executions that have the matching tag are listed.
|
CountOpenWorkflowExecutionsRequest |
CountOpenWorkflowExecutionsRequest.withTagFilter(TagFilter tagFilter)
If specified, only executions that have a tag that matches the filter are counted.
|
CountClosedWorkflowExecutionsRequest |
CountClosedWorkflowExecutionsRequest.withTagFilter(TagFilter tagFilter)
If specified, only executions that have a tag that matches the filter are counted.
|
ListOpenWorkflowExecutionsRequest |
ListOpenWorkflowExecutionsRequest.withTagFilter(TagFilter tagFilter)
If specified, only executions that have the matching tag are listed.
|
ListClosedWorkflowExecutionsRequest |
ListClosedWorkflowExecutionsRequest.withTagFilter(TagFilter tagFilter)
If specified, only executions that have the matching tag are listed.
|
Copyright © 2023. All rights reserved.