| 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 |
|---|---|
WorkflowExecutionInfos |
AmazonSimpleWorkflow.listOpenWorkflowExecutions(ListOpenWorkflowExecutionsRequest listOpenWorkflowExecutionsRequest)
Returns a list of open workflow executions in the specified domain
that meet the filtering criteria.
|
WorkflowExecutionInfos |
AmazonSimpleWorkflowClient.listOpenWorkflowExecutions(ListOpenWorkflowExecutionsRequest listOpenWorkflowExecutionsRequest)
Returns a list of open workflow executions in the specified domain
that meet the filtering criteria.
|
Future<WorkflowExecutionInfos> |
AmazonSimpleWorkflowAsync.listOpenWorkflowExecutionsAsync(ListOpenWorkflowExecutionsRequest listOpenWorkflowExecutionsRequest)
Returns a list of open workflow executions in the specified domain
that meet the filtering criteria.
|
Future<WorkflowExecutionInfos> |
AmazonSimpleWorkflowAsyncClient.listOpenWorkflowExecutionsAsync(ListOpenWorkflowExecutionsRequest listOpenWorkflowExecutionsRequest)
Returns a list of open workflow executions in the specified domain
that meet the filtering criteria.
|
Future<WorkflowExecutionInfos> |
AmazonSimpleWorkflowAsync.listOpenWorkflowExecutionsAsync(ListOpenWorkflowExecutionsRequest listOpenWorkflowExecutionsRequest,
AsyncHandler<ListOpenWorkflowExecutionsRequest,WorkflowExecutionInfos> asyncHandler)
Returns a list of open workflow executions in the specified domain
that meet the filtering criteria.
|
Future<WorkflowExecutionInfos> |
AmazonSimpleWorkflowAsyncClient.listOpenWorkflowExecutionsAsync(ListOpenWorkflowExecutionsRequest listOpenWorkflowExecutionsRequest,
AsyncHandler<ListOpenWorkflowExecutionsRequest,WorkflowExecutionInfos> asyncHandler)
Returns a list of open workflow executions in the specified domain
that meet the filtering criteria.
|
| Modifier and Type | Method and Description |
|---|---|
Future<WorkflowExecutionInfos> |
AmazonSimpleWorkflowAsync.listOpenWorkflowExecutionsAsync(ListOpenWorkflowExecutionsRequest listOpenWorkflowExecutionsRequest,
AsyncHandler<ListOpenWorkflowExecutionsRequest,WorkflowExecutionInfos> asyncHandler)
Returns a list of open workflow executions in the specified domain
that meet the filtering criteria.
|
Future<WorkflowExecutionInfos> |
AmazonSimpleWorkflowAsyncClient.listOpenWorkflowExecutionsAsync(ListOpenWorkflowExecutionsRequest listOpenWorkflowExecutionsRequest,
AsyncHandler<ListOpenWorkflowExecutionsRequest,WorkflowExecutionInfos> asyncHandler)
Returns a list of open workflow executions in the specified domain
that meet the filtering criteria.
|
| Modifier and Type | Method and Description |
|---|---|
ListOpenWorkflowExecutionsRequest |
ListOpenWorkflowExecutionsRequest.withDomain(String domain)
The name of the domain that contains the workflow executions to list.
|
ListOpenWorkflowExecutionsRequest |
ListOpenWorkflowExecutionsRequest.withExecutionFilter(WorkflowExecutionFilter executionFilter)
If specified, only workflow executions matching the workflow id
specified in the filter are returned.
|
ListOpenWorkflowExecutionsRequest |
ListOpenWorkflowExecutionsRequest.withMaximumPageSize(Integer maximumPageSize)
The maximum number of results returned in each page.
|
ListOpenWorkflowExecutionsRequest |
ListOpenWorkflowExecutionsRequest.withNextPageToken(String nextPageToken)
If on a previous call to this method a
NextPageToken was
returned, the results are being paginated. |
ListOpenWorkflowExecutionsRequest |
ListOpenWorkflowExecutionsRequest.withReverseOrder(Boolean reverseOrder)
When set to
true, returns the results in reverse order. |
ListOpenWorkflowExecutionsRequest |
ListOpenWorkflowExecutionsRequest.withStartTimeFilter(ExecutionTimeFilter startTimeFilter)
Workflow executions are included in the returned results based on
whether their start times are within the range specified by this
filter.
|
ListOpenWorkflowExecutionsRequest |
ListOpenWorkflowExecutionsRequest.withTagFilter(TagFilter tagFilter)
If specified, only executions that have the matching tag are listed.
|
ListOpenWorkflowExecutionsRequest |
ListOpenWorkflowExecutionsRequest.withTypeFilter(WorkflowTypeFilter typeFilter)
If specified, only executions of the type specified in the filter are
returned.
|
Copyright © 2014. All rights reserved.