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.
|
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.
|
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.
|
Modifier and Type | Method and Description |
---|---|
CountClosedWorkflowExecutionsRequest |
CountClosedWorkflowExecutionsRequest.withCloseStatusFilter(CloseStatusFilter closeStatusFilter)
If specified, only workflow executions that match this close status
are counted.
|
CountClosedWorkflowExecutionsRequest |
CountClosedWorkflowExecutionsRequest.withCloseTimeFilter(ExecutionTimeFilter closeTimeFilter)
If specified, only workflow executions that meet the close time
criteria of the filter are counted.
|
CountClosedWorkflowExecutionsRequest |
CountClosedWorkflowExecutionsRequest.withDomain(String domain)
The name of the domain containing the workflow executions to count.
|
CountClosedWorkflowExecutionsRequest |
CountClosedWorkflowExecutionsRequest.withExecutionFilter(WorkflowExecutionFilter executionFilter)
If specified, only workflow executions matching the
WorkflowId in the filter are counted. |
CountClosedWorkflowExecutionsRequest |
CountClosedWorkflowExecutionsRequest.withStartTimeFilter(ExecutionTimeFilter startTimeFilter)
If specified, only workflow executions that meet the start time
criteria of the filter are counted.
|
CountClosedWorkflowExecutionsRequest |
CountClosedWorkflowExecutionsRequest.withTagFilter(TagFilter tagFilter)
If specified, only executions that have a tag that matches the filter
are counted.
|
CountClosedWorkflowExecutionsRequest |
CountClosedWorkflowExecutionsRequest.withTypeFilter(WorkflowTypeFilter typeFilter)
If specified, indicates the type of the workflow executions to be
counted.
|
Copyright © 2014. All rights reserved.