Package | Description |
---|---|
com.amazonaws.services.simpleworkflow | |
com.amazonaws.services.simpleworkflow.model | |
com.amazonaws.services.simpleworkflow.model.transform |
Modifier and Type | Method and Description |
---|---|
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.countClosedWorkflowExecutions(CountClosedWorkflowExecutionsRequest 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.
|
WorkflowExecutionCount |
AbstractAmazonSimpleWorkflow.countOpenWorkflowExecutions(CountOpenWorkflowExecutionsRequest request) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<WorkflowExecutionCount> |
AmazonSimpleWorkflowAsyncClient.countClosedWorkflowExecutionsAsync(CountClosedWorkflowExecutionsRequest request) |
java.util.concurrent.Future<WorkflowExecutionCount> |
AmazonSimpleWorkflowAsync.countClosedWorkflowExecutionsAsync(CountClosedWorkflowExecutionsRequest countClosedWorkflowExecutionsRequest)
Returns the number of closed workflow executions within the given domain
that meet the specified filtering criteria.
|
java.util.concurrent.Future<WorkflowExecutionCount> |
AbstractAmazonSimpleWorkflowAsync.countClosedWorkflowExecutionsAsync(CountClosedWorkflowExecutionsRequest request) |
java.util.concurrent.Future<WorkflowExecutionCount> |
AmazonSimpleWorkflowAsyncClient.countClosedWorkflowExecutionsAsync(CountClosedWorkflowExecutionsRequest request,
AsyncHandler<CountClosedWorkflowExecutionsRequest,WorkflowExecutionCount> asyncHandler) |
java.util.concurrent.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.
|
java.util.concurrent.Future<WorkflowExecutionCount> |
AbstractAmazonSimpleWorkflowAsync.countClosedWorkflowExecutionsAsync(CountClosedWorkflowExecutionsRequest request,
AsyncHandler<CountClosedWorkflowExecutionsRequest,WorkflowExecutionCount> asyncHandler) |
java.util.concurrent.Future<WorkflowExecutionCount> |
AmazonSimpleWorkflowAsyncClient.countOpenWorkflowExecutionsAsync(CountOpenWorkflowExecutionsRequest request) |
java.util.concurrent.Future<WorkflowExecutionCount> |
AmazonSimpleWorkflowAsync.countOpenWorkflowExecutionsAsync(CountOpenWorkflowExecutionsRequest countOpenWorkflowExecutionsRequest)
Returns the number of open workflow executions within the given domain
that meet the specified filtering criteria.
|
java.util.concurrent.Future<WorkflowExecutionCount> |
AbstractAmazonSimpleWorkflowAsync.countOpenWorkflowExecutionsAsync(CountOpenWorkflowExecutionsRequest request) |
java.util.concurrent.Future<WorkflowExecutionCount> |
AmazonSimpleWorkflowAsyncClient.countOpenWorkflowExecutionsAsync(CountOpenWorkflowExecutionsRequest request,
AsyncHandler<CountOpenWorkflowExecutionsRequest,WorkflowExecutionCount> asyncHandler) |
java.util.concurrent.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.
|
java.util.concurrent.Future<WorkflowExecutionCount> |
AbstractAmazonSimpleWorkflowAsync.countOpenWorkflowExecutionsAsync(CountOpenWorkflowExecutionsRequest request,
AsyncHandler<CountOpenWorkflowExecutionsRequest,WorkflowExecutionCount> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
WorkflowExecutionCount |
WorkflowExecutionCount.clone() |
WorkflowExecutionCount |
WorkflowExecutionCount.withCount(java.lang.Integer count)
The number of workflow executions.
|
WorkflowExecutionCount |
WorkflowExecutionCount.withTruncated(java.lang.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.
|
Modifier and Type | Method and Description |
---|---|
WorkflowExecutionCount |
WorkflowExecutionCountJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |