Uses of Class
com.amazonaws.services.simpleworkflow.model.CountOpenWorkflowExecutionsRequest
-
Packages that use CountOpenWorkflowExecutionsRequest Package Description com.amazonaws.services.simpleworkflow com.amazonaws.services.simpleworkflow.model -
-
Uses of CountOpenWorkflowExecutionsRequest in com.amazonaws.services.simpleworkflow
Methods in com.amazonaws.services.simpleworkflow with parameters of type CountOpenWorkflowExecutionsRequest Modifier and Type Method Description WorkflowExecutionCountAbstractAmazonSimpleWorkflow. countOpenWorkflowExecutions(CountOpenWorkflowExecutionsRequest request)WorkflowExecutionCountAmazonSimpleWorkflow. countOpenWorkflowExecutions(CountOpenWorkflowExecutionsRequest countOpenWorkflowExecutionsRequest)Returns the number of open workflow executions within the given domain that meet the specified filtering criteria.WorkflowExecutionCountAmazonSimpleWorkflowClient. countOpenWorkflowExecutions(CountOpenWorkflowExecutionsRequest countOpenWorkflowExecutionsRequest)Returns the number of open workflow executions within the given domain that meet the specified filtering criteria.Future<WorkflowExecutionCount>AbstractAmazonSimpleWorkflowAsync. countOpenWorkflowExecutionsAsync(CountOpenWorkflowExecutionsRequest request)Future<WorkflowExecutionCount>AbstractAmazonSimpleWorkflowAsync. countOpenWorkflowExecutionsAsync(CountOpenWorkflowExecutionsRequest request, AsyncHandler<CountOpenWorkflowExecutionsRequest,WorkflowExecutionCount> asyncHandler)Future<WorkflowExecutionCount>AmazonSimpleWorkflowAsync. countOpenWorkflowExecutionsAsync(CountOpenWorkflowExecutionsRequest countOpenWorkflowExecutionsRequest)Returns the number of open workflow executions within the given domain that meet the specified filtering criteria.Future<WorkflowExecutionCount>AmazonSimpleWorkflowAsync. countOpenWorkflowExecutionsAsync(CountOpenWorkflowExecutionsRequest countOpenWorkflowExecutionsRequest, AsyncHandler<CountOpenWorkflowExecutionsRequest,WorkflowExecutionCount> asyncHandler)Returns the number of open workflow executions within the given domain that meet the specified filtering criteria.Future<WorkflowExecutionCount>AmazonSimpleWorkflowAsyncClient. countOpenWorkflowExecutionsAsync(CountOpenWorkflowExecutionsRequest request)Future<WorkflowExecutionCount>AmazonSimpleWorkflowAsyncClient. countOpenWorkflowExecutionsAsync(CountOpenWorkflowExecutionsRequest request, AsyncHandler<CountOpenWorkflowExecutionsRequest,WorkflowExecutionCount> asyncHandler)Method parameters in com.amazonaws.services.simpleworkflow with type arguments of type CountOpenWorkflowExecutionsRequest Modifier and Type Method Description Future<WorkflowExecutionCount>AbstractAmazonSimpleWorkflowAsync. countOpenWorkflowExecutionsAsync(CountOpenWorkflowExecutionsRequest request, AsyncHandler<CountOpenWorkflowExecutionsRequest,WorkflowExecutionCount> asyncHandler)Future<WorkflowExecutionCount>AmazonSimpleWorkflowAsync. countOpenWorkflowExecutionsAsync(CountOpenWorkflowExecutionsRequest countOpenWorkflowExecutionsRequest, AsyncHandler<CountOpenWorkflowExecutionsRequest,WorkflowExecutionCount> asyncHandler)Returns the number of open workflow executions within the given domain that meet the specified filtering criteria.Future<WorkflowExecutionCount>AmazonSimpleWorkflowAsyncClient. countOpenWorkflowExecutionsAsync(CountOpenWorkflowExecutionsRequest request, AsyncHandler<CountOpenWorkflowExecutionsRequest,WorkflowExecutionCount> asyncHandler) -
Uses of CountOpenWorkflowExecutionsRequest in com.amazonaws.services.simpleworkflow.model
Methods in com.amazonaws.services.simpleworkflow.model that return CountOpenWorkflowExecutionsRequest Modifier and Type Method Description CountOpenWorkflowExecutionsRequestCountOpenWorkflowExecutionsRequest. clone()CountOpenWorkflowExecutionsRequestCountOpenWorkflowExecutionsRequest. withDomain(String domain)The name of the domain containing the workflow executions to count.CountOpenWorkflowExecutionsRequestCountOpenWorkflowExecutionsRequest. withExecutionFilter(WorkflowExecutionFilter executionFilter)If specified, only workflow executions matching theWorkflowIdin the filter are counted.CountOpenWorkflowExecutionsRequestCountOpenWorkflowExecutionsRequest. withStartTimeFilter(ExecutionTimeFilter startTimeFilter)Specifies the start time criteria that workflow executions must meet in order to be counted.CountOpenWorkflowExecutionsRequestCountOpenWorkflowExecutionsRequest. withTagFilter(TagFilter tagFilter)If specified, only executions that have a tag that matches the filter are counted.CountOpenWorkflowExecutionsRequestCountOpenWorkflowExecutionsRequest. withTypeFilter(WorkflowTypeFilter typeFilter)Specifies the type of the workflow executions to be counted.
-