| Package | Description |
|---|---|
| software.amazon.awssdk.services.swf.model |
| Modifier and Type | Method and Description |
|---|---|
ExecutionTimeFilter |
CountClosedWorkflowExecutionsRequest.closeTimeFilter()
If specified, only workflow executions that meet the close time criteria of the filter are counted.
|
ExecutionTimeFilter |
ListClosedWorkflowExecutionsRequest.closeTimeFilter()
If specified, the workflow executions are included in the returned results based on whether their close times are
within the range specified by this filter.
|
ExecutionTimeFilter |
CountOpenWorkflowExecutionsRequest.startTimeFilter()
Specifies the start time criteria that workflow executions must meet in order to be counted.
|
ExecutionTimeFilter |
CountClosedWorkflowExecutionsRequest.startTimeFilter()
If specified, only workflow executions that meet the start time criteria of the filter are counted.
|
ExecutionTimeFilter |
ListOpenWorkflowExecutionsRequest.startTimeFilter()
Workflow executions are included in the returned results based on whether their start times are within the range
specified by this filter.
|
ExecutionTimeFilter |
ListClosedWorkflowExecutionsRequest.startTimeFilter()
If specified, the workflow executions are included in the returned results based on whether their start times are
within the range specified by this filter.
|
| Modifier and Type | Method and Description |
|---|---|
CountClosedWorkflowExecutionsRequest.Builder |
CountClosedWorkflowExecutionsRequest.Builder.closeTimeFilter(ExecutionTimeFilter closeTimeFilter)
If specified, only workflow executions that meet the close time criteria of the filter are counted.
|
ListClosedWorkflowExecutionsRequest.Builder |
ListClosedWorkflowExecutionsRequest.Builder.closeTimeFilter(ExecutionTimeFilter closeTimeFilter)
If specified, the workflow executions are included in the returned results based on whether their close times
are within the range specified by this filter.
|
CountOpenWorkflowExecutionsRequest.Builder |
CountOpenWorkflowExecutionsRequest.Builder.startTimeFilter(ExecutionTimeFilter startTimeFilter)
Specifies the start time criteria that workflow executions must meet in order to be counted.
|
CountClosedWorkflowExecutionsRequest.Builder |
CountClosedWorkflowExecutionsRequest.Builder.startTimeFilter(ExecutionTimeFilter startTimeFilter)
If specified, only workflow executions that meet the start time criteria of the filter are counted.
|
ListOpenWorkflowExecutionsRequest.Builder |
ListOpenWorkflowExecutionsRequest.Builder.startTimeFilter(ExecutionTimeFilter startTimeFilter)
Workflow executions are included in the returned results based on whether their start times are within the
range specified by this filter.
|
ListClosedWorkflowExecutionsRequest.Builder |
ListClosedWorkflowExecutionsRequest.Builder.startTimeFilter(ExecutionTimeFilter startTimeFilter)
If specified, the workflow executions are included in the returned results based on whether their start times
are within the range specified by this filter.
|
Copyright © 2022. All rights reserved.