Uses of Class
software.amazon.awssdk.services.swf.model.ExecutionTimeFilter
-
Packages that use ExecutionTimeFilter Package Description software.amazon.awssdk.services.swf.model -
-
Uses of ExecutionTimeFilter in software.amazon.awssdk.services.swf.model
Methods in software.amazon.awssdk.services.swf.model that return ExecutionTimeFilter Modifier and Type Method Description ExecutionTimeFilterCountClosedWorkflowExecutionsRequest. closeTimeFilter()If specified, only workflow executions that meet the close time criteria of the filter are counted.ExecutionTimeFilterListClosedWorkflowExecutionsRequest. 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.ExecutionTimeFilterCountClosedWorkflowExecutionsRequest. startTimeFilter()If specified, only workflow executions that meet the start time criteria of the filter are counted.ExecutionTimeFilterCountOpenWorkflowExecutionsRequest. startTimeFilter()Specifies the start time criteria that workflow executions must meet in order to be counted.ExecutionTimeFilterListClosedWorkflowExecutionsRequest. 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.ExecutionTimeFilterListOpenWorkflowExecutionsRequest. startTimeFilter()Workflow executions are included in the returned results based on whether their start times are within the range specified by this filter.Methods in software.amazon.awssdk.services.swf.model with parameters of type ExecutionTimeFilter Modifier and Type Method Description CountClosedWorkflowExecutionsRequest.BuilderCountClosedWorkflowExecutionsRequest.Builder. closeTimeFilter(ExecutionTimeFilter closeTimeFilter)If specified, only workflow executions that meet the close time criteria of the filter are counted.ListClosedWorkflowExecutionsRequest.BuilderListClosedWorkflowExecutionsRequest.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.CountClosedWorkflowExecutionsRequest.BuilderCountClosedWorkflowExecutionsRequest.Builder. startTimeFilter(ExecutionTimeFilter startTimeFilter)If specified, only workflow executions that meet the start time criteria of the filter are counted.CountOpenWorkflowExecutionsRequest.BuilderCountOpenWorkflowExecutionsRequest.Builder. startTimeFilter(ExecutionTimeFilter startTimeFilter)Specifies the start time criteria that workflow executions must meet in order to be counted.ListClosedWorkflowExecutionsRequest.BuilderListClosedWorkflowExecutionsRequest.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.ListOpenWorkflowExecutionsRequest.BuilderListOpenWorkflowExecutionsRequest.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.
-