Uses of Class
com.amazonaws.services.simpleworkflow.model.ExecutionTimeFilter
Packages that use ExecutionTimeFilter
-
Uses of ExecutionTimeFilter in com.amazonaws.services.simpleworkflow.model
Methods in com.amazonaws.services.simpleworkflow.model that return ExecutionTimeFilterModifier and TypeMethodDescriptionExecutionTimeFilter.clone()
CountClosedWorkflowExecutionsRequest.getCloseTimeFilter()
If specified, only workflow executions that meet the close time criteria of the filter are counted.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.CountClosedWorkflowExecutionsRequest.getStartTimeFilter()
If specified, only workflow executions that meet the start time criteria of the filter are counted.CountOpenWorkflowExecutionsRequest.getStartTimeFilter()
Specifies the start time criteria that workflow executions must meet in order to be counted.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.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.withLatestDate
(Date latestDate) Specifies the latest start or close date and time to return.ExecutionTimeFilter.withOldestDate
(Date oldestDate) Specifies the oldest start or close date and time to return.Methods in com.amazonaws.services.simpleworkflow.model with parameters of type ExecutionTimeFilterModifier and TypeMethodDescriptionvoid
CountClosedWorkflowExecutionsRequest.setCloseTimeFilter
(ExecutionTimeFilter closeTimeFilter) If specified, only workflow executions that meet the close time criteria of the filter are counted.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.setStartTimeFilter
(ExecutionTimeFilter startTimeFilter) If specified, only workflow executions that meet the start time criteria of the filter are counted.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
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.CountClosedWorkflowExecutionsRequest.withCloseTimeFilter
(ExecutionTimeFilter closeTimeFilter) If specified, only workflow executions that meet the close time criteria of the filter are counted.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.withStartTimeFilter
(ExecutionTimeFilter startTimeFilter) If specified, only workflow executions that meet the start time criteria of the filter are counted.CountOpenWorkflowExecutionsRequest.withStartTimeFilter
(ExecutionTimeFilter startTimeFilter) Specifies the start time criteria that workflow executions must meet in order to be counted.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.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.