| Package | Description |
|---|---|
| software.amazon.awssdk.services.swf.model |
| Modifier and Type | Method and Description |
|---|---|
static CountOpenWorkflowExecutionsRequest.Builder |
CountOpenWorkflowExecutionsRequest.builder() |
CountOpenWorkflowExecutionsRequest.Builder |
CountOpenWorkflowExecutionsRequest.Builder.domain(String domain)
The name of the domain containing the workflow executions to count.
|
CountOpenWorkflowExecutionsRequest.Builder |
CountOpenWorkflowExecutionsRequest.Builder.executionFilter(WorkflowExecutionFilter executionFilter)
If specified, only workflow executions matching the
WorkflowId in the filter are counted. |
CountOpenWorkflowExecutionsRequest.Builder |
CountOpenWorkflowExecutionsRequest.Builder.startTimeFilter(ExecutionTimeFilter startTimeFilter)
Specifies the start time criteria that workflow executions must meet in order to be counted.
|
CountOpenWorkflowExecutionsRequest.Builder |
CountOpenWorkflowExecutionsRequest.Builder.tagFilter(TagFilter tagFilter)
If specified, only executions that have a tag that matches the filter are counted.
|
CountOpenWorkflowExecutionsRequest.Builder |
CountOpenWorkflowExecutionsRequest.toBuilder() |
CountOpenWorkflowExecutionsRequest.Builder |
CountOpenWorkflowExecutionsRequest.Builder.typeFilter(WorkflowTypeFilter typeFilter)
Specifies the type of the workflow executions to be counted.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CountOpenWorkflowExecutionsRequest.Builder> |
CountOpenWorkflowExecutionsRequest.serializableBuilderClass() |
Copyright © 2017. All rights reserved.