| Package | Description |
|---|---|
| software.amazon.awssdk.services.swf.model |
| Modifier and Type | Method and Description |
|---|---|
WorkflowTypeFilter |
CountOpenWorkflowExecutionsRequest.typeFilter()
Specifies the type of the workflow executions to be counted.
|
WorkflowTypeFilter |
ListOpenWorkflowExecutionsRequest.typeFilter()
If specified, only executions of the type specified in the filter are returned.
|
WorkflowTypeFilter |
CountClosedWorkflowExecutionsRequest.typeFilter()
If specified, indicates the type of the workflow executions to be counted.
|
WorkflowTypeFilter |
ListClosedWorkflowExecutionsRequest.typeFilter()
If specified, only executions of the type specified in the filter are returned.
|
| Modifier and Type | Method and Description |
|---|---|
CountOpenWorkflowExecutionsRequest.Builder |
CountOpenWorkflowExecutionsRequest.Builder.typeFilter(WorkflowTypeFilter typeFilter)
Specifies the type of the workflow executions to be counted.
|
ListOpenWorkflowExecutionsRequest.Builder |
ListOpenWorkflowExecutionsRequest.Builder.typeFilter(WorkflowTypeFilter typeFilter)
If specified, only executions of the type specified in the filter are returned.
|
CountClosedWorkflowExecutionsRequest.Builder |
CountClosedWorkflowExecutionsRequest.Builder.typeFilter(WorkflowTypeFilter typeFilter)
If specified, indicates the type of the workflow executions to be counted.
|
ListClosedWorkflowExecutionsRequest.Builder |
ListClosedWorkflowExecutionsRequest.Builder.typeFilter(WorkflowTypeFilter typeFilter)
If specified, only executions of the type specified in the filter are returned.
|
Copyright © 2022. All rights reserved.