Package | Description |
---|---|
com.amazonaws.services.simpleworkflow | |
com.amazonaws.services.simpleworkflow.model |
Modifier and Type | Method and Description |
---|---|
WorkflowExecutionCount |
AbstractAmazonSimpleWorkflow.countClosedWorkflowExecutions(CountClosedWorkflowExecutionsRequest request) |
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 |
AbstractAmazonSimpleWorkflow.countOpenWorkflowExecutions(CountOpenWorkflowExecutionsRequest request) |
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.
|
Modifier and Type | Method and Description |
---|---|
WorkflowExecutionCount |
WorkflowExecutionCount.clone() |
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 © 2018. All rights reserved.