Uses of Class
com.amazonaws.services.simpleworkflow.model.WorkflowExecutionCount

Packages that use WorkflowExecutionCount
com.amazonaws.services.simpleworkflow Synchronous and asynchronous client classes for accessing AmazonSimpleWorkflow. 
com.amazonaws.services.simpleworkflow.model Classes modeling the various types represented by AmazonSimpleWorkflow. 
 

Uses of WorkflowExecutionCount in com.amazonaws.services.simpleworkflow
 

Methods in com.amazonaws.services.simpleworkflow that return WorkflowExecutionCount
 WorkflowExecutionCount AmazonSimpleWorkflowClient.countClosedWorkflowExecutions(CountClosedWorkflowExecutionsRequest countClosedWorkflowExecutionsRequest)
           Returns the number of closed workflow executions within the given domain that meet the specified filtering criteria.
 WorkflowExecutionCount AmazonSimpleWorkflow.countClosedWorkflowExecutions(CountClosedWorkflowExecutionsRequest countClosedWorkflowExecutionsRequest)
           Returns the number of closed workflow executions within the given domain that meet the specified filtering criteria.
 WorkflowExecutionCount AmazonSimpleWorkflowClient.countOpenWorkflowExecutions(CountOpenWorkflowExecutionsRequest countOpenWorkflowExecutionsRequest)
           Returns the number of open workflow executions within the given domain that meet the specified filtering criteria.
 WorkflowExecutionCount AmazonSimpleWorkflow.countOpenWorkflowExecutions(CountOpenWorkflowExecutionsRequest countOpenWorkflowExecutionsRequest)
           Returns the number of open workflow executions within the given domain that meet the specified filtering criteria.
 

Methods in com.amazonaws.services.simpleworkflow that return types with arguments of type WorkflowExecutionCount
 Future<WorkflowExecutionCount> AmazonSimpleWorkflowAsyncClient.countClosedWorkflowExecutionsAsync(CountClosedWorkflowExecutionsRequest countClosedWorkflowExecutionsRequest)
           Returns the number of closed workflow executions within the given domain that meet the specified filtering criteria.
 Future<WorkflowExecutionCount> AmazonSimpleWorkflowAsync.countClosedWorkflowExecutionsAsync(CountClosedWorkflowExecutionsRequest countClosedWorkflowExecutionsRequest)
           Returns the number of closed workflow executions within the given domain that meet the specified filtering criteria.
 Future<WorkflowExecutionCount> AmazonSimpleWorkflowAsyncClient.countClosedWorkflowExecutionsAsync(CountClosedWorkflowExecutionsRequest countClosedWorkflowExecutionsRequest, AsyncHandler<CountClosedWorkflowExecutionsRequest,WorkflowExecutionCount> asyncHandler)
           Returns the number of closed workflow executions within the given domain that meet the specified filtering criteria.
 Future<WorkflowExecutionCount> AmazonSimpleWorkflowAsync.countClosedWorkflowExecutionsAsync(CountClosedWorkflowExecutionsRequest countClosedWorkflowExecutionsRequest, AsyncHandler<CountClosedWorkflowExecutionsRequest,WorkflowExecutionCount> asyncHandler)
           Returns the number of closed workflow executions within the given domain that meet the specified filtering criteria.
 Future<WorkflowExecutionCount> AmazonSimpleWorkflowAsyncClient.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)
           Returns the number of open workflow executions within the given domain that meet the specified filtering criteria.
 Future<WorkflowExecutionCount> AmazonSimpleWorkflowAsyncClient.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> 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.
 

Method parameters in com.amazonaws.services.simpleworkflow with type arguments of type WorkflowExecutionCount
 Future<WorkflowExecutionCount> AmazonSimpleWorkflowAsyncClient.countClosedWorkflowExecutionsAsync(CountClosedWorkflowExecutionsRequest countClosedWorkflowExecutionsRequest, AsyncHandler<CountClosedWorkflowExecutionsRequest,WorkflowExecutionCount> asyncHandler)
           Returns the number of closed workflow executions within the given domain that meet the specified filtering criteria.
 Future<WorkflowExecutionCount> AmazonSimpleWorkflowAsync.countClosedWorkflowExecutionsAsync(CountClosedWorkflowExecutionsRequest countClosedWorkflowExecutionsRequest, AsyncHandler<CountClosedWorkflowExecutionsRequest,WorkflowExecutionCount> asyncHandler)
           Returns the number of closed workflow executions within the given domain that meet the specified filtering criteria.
 Future<WorkflowExecutionCount> AmazonSimpleWorkflowAsyncClient.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> 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.
 

Uses of WorkflowExecutionCount in com.amazonaws.services.simpleworkflow.model
 

Methods in com.amazonaws.services.simpleworkflow.model that return WorkflowExecutionCount
 WorkflowExecutionCount WorkflowExecutionCount.withCount(Integer count)
          The number of workflow executions.
 WorkflowExecutionCount WorkflowExecutionCount.withTruncated(Boolean truncated)
          If set to true, indicates that the actual count was more than the maximum supported by this API and the count returned is the truncated value.
 



Copyright © 2016. All rights reserved.