Package | Description |
---|---|
com.amazonaws.services.simpleworkflow.model |
Modifier and Type | Method and Description |
---|---|
ExecutionTimeFilter |
ExecutionTimeFilter.clone() |
ExecutionTimeFilter |
ListClosedWorkflowExecutionsRequest.getCloseTimeFilter()
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 |
CountClosedWorkflowExecutionsRequest.getCloseTimeFilter()
If specified, only workflow executions that meet the close time criteria
of the filter are counted.
|
ExecutionTimeFilter |
ListOpenWorkflowExecutionsRequest.getStartTimeFilter()
Workflow executions are included in the returned results based on whether
their start times are within the range specified by this filter.
|
ExecutionTimeFilter |
CountOpenWorkflowExecutionsRequest.getStartTimeFilter()
Specifies the start time criteria that workflow executions must meet in
order to be counted.
|
ExecutionTimeFilter |
ListClosedWorkflowExecutionsRequest.getStartTimeFilter()
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.
|
ExecutionTimeFilter |
CountClosedWorkflowExecutionsRequest.getStartTimeFilter()
If specified, only workflow executions that meet the start time criteria
of the filter are counted.
|
ExecutionTimeFilter |
ExecutionTimeFilter.withLatestDate(Date latestDate)
Specifies the latest start or close date and time to return.
|
ExecutionTimeFilter |
ExecutionTimeFilter.withOldestDate(Date oldestDate)
Specifies the oldest start or close date and time to return.
|
Modifier and Type | Method and Description |
---|---|
void |
ListClosedWorkflowExecutionsRequest.setCloseTimeFilter(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.
|
void |
CountClosedWorkflowExecutionsRequest.setCloseTimeFilter(ExecutionTimeFilter closeTimeFilter)
If specified, only workflow executions that meet the close time criteria
of the filter are counted.
|
void |
ListOpenWorkflowExecutionsRequest.setStartTimeFilter(ExecutionTimeFilter startTimeFilter)
Workflow executions are included in the returned results based on whether
their start times are within the range specified by this filter.
|
void |
CountOpenWorkflowExecutionsRequest.setStartTimeFilter(ExecutionTimeFilter startTimeFilter)
Specifies the start time criteria that workflow executions must meet in
order to be counted.
|
void |
ListClosedWorkflowExecutionsRequest.setStartTimeFilter(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.
|
void |
CountClosedWorkflowExecutionsRequest.setStartTimeFilter(ExecutionTimeFilter startTimeFilter)
If specified, only workflow executions that meet the start time criteria
of the filter are counted.
|
ListClosedWorkflowExecutionsRequest |
ListClosedWorkflowExecutionsRequest.withCloseTimeFilter(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.
|
CountClosedWorkflowExecutionsRequest |
CountClosedWorkflowExecutionsRequest.withCloseTimeFilter(ExecutionTimeFilter closeTimeFilter)
If specified, only workflow executions that meet the close time criteria
of the filter are counted.
|
ListOpenWorkflowExecutionsRequest |
ListOpenWorkflowExecutionsRequest.withStartTimeFilter(ExecutionTimeFilter startTimeFilter)
Workflow executions are included in the returned results based on whether
their start times are within the range specified by this filter.
|
CountOpenWorkflowExecutionsRequest |
CountOpenWorkflowExecutionsRequest.withStartTimeFilter(ExecutionTimeFilter startTimeFilter)
Specifies the start time criteria that workflow executions must meet in
order to be counted.
|
ListClosedWorkflowExecutionsRequest |
ListClosedWorkflowExecutionsRequest.withStartTimeFilter(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.
|
CountClosedWorkflowExecutionsRequest |
CountClosedWorkflowExecutionsRequest.withStartTimeFilter(ExecutionTimeFilter startTimeFilter)
If specified, only workflow executions that meet the start time criteria
of the filter are counted.
|
Copyright © 2018. All rights reserved.