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