Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
WorkflowExecutionCount |
AmazonSimpleWorkflow.countClosedWorkflowExecutions(CountClosedWorkflowExecutionsRequest countClosedWorkflowExecutionsRequest)
Returns the number of closed workflow executions within the given
domain that meet the specified filtering criteria.
|
WorkflowExecutionCount |
AmazonSimpleWorkflowClient.countClosedWorkflowExecutions(CountClosedWorkflowExecutionsRequest countClosedWorkflowExecutionsRequest)
Returns the number of closed 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.
|
WorkflowExecutionCount |
AmazonSimpleWorkflowClient.countOpenWorkflowExecutions(CountOpenWorkflowExecutionsRequest countOpenWorkflowExecutionsRequest)
Returns the number of open workflow executions within the given
domain that meet the specified filtering criteria.
|
Modifier and Type | Method and Description |
---|---|
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)
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.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.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)
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 countOpenWorkflowExecutionsRequest,
AsyncHandler<CountOpenWorkflowExecutionsRequest,WorkflowExecutionCount> asyncHandler)
Returns the number of open workflow executions within the given
domain that meet the specified filtering criteria.
|
Modifier and Type | Method and Description |
---|---|
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.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.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 countOpenWorkflowExecutionsRequest,
AsyncHandler<CountOpenWorkflowExecutionsRequest,WorkflowExecutionCount> asyncHandler)
Returns the number of open workflow executions within the given
domain that meet the specified filtering criteria.
|
Modifier and Type | Method and Description |
---|---|
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 © 2014. All rights reserved.