| Package | Description |
|---|---|
| software.amazon.awssdk.services.swf.model | |
| software.amazon.awssdk.services.swf.transform |
| Modifier and Type | Method and Description |
|---|---|
TagFilter |
ListOpenWorkflowExecutionsRequest.tagFilter()
If specified, only executions that have the matching tag are listed.
|
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 |
CountClosedWorkflowExecutionsRequest.tagFilter()
If specified, only executions that have a tag that matches the filter are counted.
|
| Modifier and Type | Method and Description |
|---|---|
ListOpenWorkflowExecutionsRequest.Builder |
ListOpenWorkflowExecutionsRequest.Builder.tagFilter(TagFilter tagFilter)
If specified, only executions that have the matching tag are listed.
|
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.
|
CountClosedWorkflowExecutionsRequest.Builder |
CountClosedWorkflowExecutionsRequest.Builder.tagFilter(TagFilter tagFilter)
If specified, only executions that have a tag that matches the filter are counted.
|
| Modifier and Type | Method and Description |
|---|---|
TagFilter |
TagFilterUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
TagFilterMarshaller.marshall(TagFilter tagFilter,
ProtocolMarshaller protocolMarshaller)
Marshall the given parameter object.
|
Copyright © 2017. All rights reserved.