Uses of Class
com.amazonaws.services.simpleworkflow.model.WorkflowExecutionCount
Packages that use WorkflowExecutionCount
Package
Description
-
Uses of WorkflowExecutionCount in com.amazonaws.services.simpleworkflow
Methods in com.amazonaws.services.simpleworkflow that return WorkflowExecutionCountModifier and TypeMethodDescriptionAbstractAmazonSimpleWorkflow.countClosedWorkflowExecutions
(CountClosedWorkflowExecutionsRequest request) AmazonSimpleWorkflow.countClosedWorkflowExecutions
(CountClosedWorkflowExecutionsRequest countClosedWorkflowExecutionsRequest) Returns the number of closed workflow executions within the given domain that meet the specified filtering criteria.AmazonSimpleWorkflowClient.countClosedWorkflowExecutions
(CountClosedWorkflowExecutionsRequest countClosedWorkflowExecutionsRequest) Returns the number of closed workflow executions within the given domain that meet the specified filtering criteria.AbstractAmazonSimpleWorkflow.countOpenWorkflowExecutions
(CountOpenWorkflowExecutionsRequest request) AmazonSimpleWorkflow.countOpenWorkflowExecutions
(CountOpenWorkflowExecutionsRequest countOpenWorkflowExecutionsRequest) Returns the number of open workflow executions within the given domain that meet the specified filtering criteria.AmazonSimpleWorkflowClient.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 WorkflowExecutionCountModifier and TypeMethodDescriptionAbstractAmazonSimpleWorkflowAsync.countClosedWorkflowExecutionsAsync
(CountClosedWorkflowExecutionsRequest request) AbstractAmazonSimpleWorkflowAsync.countClosedWorkflowExecutionsAsync
(CountClosedWorkflowExecutionsRequest request, AsyncHandler<CountClosedWorkflowExecutionsRequest, WorkflowExecutionCount> asyncHandler) AmazonSimpleWorkflowAsync.countClosedWorkflowExecutionsAsync
(CountClosedWorkflowExecutionsRequest countClosedWorkflowExecutionsRequest) Returns the number of closed workflow executions within the given domain that meet the specified filtering criteria.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.AmazonSimpleWorkflowAsyncClient.countClosedWorkflowExecutionsAsync
(CountClosedWorkflowExecutionsRequest request) AmazonSimpleWorkflowAsyncClient.countClosedWorkflowExecutionsAsync
(CountClosedWorkflowExecutionsRequest request, AsyncHandler<CountClosedWorkflowExecutionsRequest, WorkflowExecutionCount> asyncHandler) AbstractAmazonSimpleWorkflowAsync.countOpenWorkflowExecutionsAsync
(CountOpenWorkflowExecutionsRequest request) AbstractAmazonSimpleWorkflowAsync.countOpenWorkflowExecutionsAsync
(CountOpenWorkflowExecutionsRequest request, AsyncHandler<CountOpenWorkflowExecutionsRequest, WorkflowExecutionCount> asyncHandler) AmazonSimpleWorkflowAsync.countOpenWorkflowExecutionsAsync
(CountOpenWorkflowExecutionsRequest countOpenWorkflowExecutionsRequest) Returns the number of open workflow executions within the given domain that meet the specified filtering criteria.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.AmazonSimpleWorkflowAsyncClient.countOpenWorkflowExecutionsAsync
(CountOpenWorkflowExecutionsRequest request) AmazonSimpleWorkflowAsyncClient.countOpenWorkflowExecutionsAsync
(CountOpenWorkflowExecutionsRequest request, AsyncHandler<CountOpenWorkflowExecutionsRequest, WorkflowExecutionCount> asyncHandler) Method parameters in com.amazonaws.services.simpleworkflow with type arguments of type WorkflowExecutionCountModifier and TypeMethodDescriptionAbstractAmazonSimpleWorkflowAsync.countClosedWorkflowExecutionsAsync
(CountClosedWorkflowExecutionsRequest request, AsyncHandler<CountClosedWorkflowExecutionsRequest, WorkflowExecutionCount> asyncHandler) 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.AmazonSimpleWorkflowAsyncClient.countClosedWorkflowExecutionsAsync
(CountClosedWorkflowExecutionsRequest request, AsyncHandler<CountClosedWorkflowExecutionsRequest, WorkflowExecutionCount> asyncHandler) AbstractAmazonSimpleWorkflowAsync.countOpenWorkflowExecutionsAsync
(CountOpenWorkflowExecutionsRequest request, AsyncHandler<CountOpenWorkflowExecutionsRequest, WorkflowExecutionCount> asyncHandler) 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.AmazonSimpleWorkflowAsyncClient.countOpenWorkflowExecutionsAsync
(CountOpenWorkflowExecutionsRequest request, AsyncHandler<CountOpenWorkflowExecutionsRequest, WorkflowExecutionCount> asyncHandler) -
Uses of WorkflowExecutionCount in com.amazonaws.services.simpleworkflow.model
Methods in com.amazonaws.services.simpleworkflow.model that return WorkflowExecutionCountModifier and TypeMethodDescriptionWorkflowExecutionCount.clone()
The number of workflow executions.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.