| Package | Description |
|---|---|
| software.amazon.awssdk.services.swf.model |
| Modifier and Type | Method and Description |
|---|---|
static TagFilter.Builder |
TagFilter.builder() |
TagFilter.Builder |
TagFilter.Builder.tag(String tag)
Specifies the tag that must be associated with the execution for it to meet the filter criteria.
|
TagFilter.Builder |
TagFilter.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends TagFilter.Builder> |
TagFilter.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CountClosedWorkflowExecutionsRequest.Builder |
CountClosedWorkflowExecutionsRequest.Builder.tagFilter(Consumer<TagFilter.Builder> tagFilter)
If specified, only executions that have a tag that matches the filter are counted.
|
default ListClosedWorkflowExecutionsRequest.Builder |
ListClosedWorkflowExecutionsRequest.Builder.tagFilter(Consumer<TagFilter.Builder> tagFilter)
If specified, only executions that have the matching tag are listed.
|
default ListOpenWorkflowExecutionsRequest.Builder |
ListOpenWorkflowExecutionsRequest.Builder.tagFilter(Consumer<TagFilter.Builder> tagFilter)
If specified, only executions that have the matching tag are listed.
|
default CountOpenWorkflowExecutionsRequest.Builder |
CountOpenWorkflowExecutionsRequest.Builder.tagFilter(Consumer<TagFilter.Builder> tagFilter)
If specified, only executions that have a tag that matches the filter are counted.
|
Copyright © 2021. All rights reserved.