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.listClosedWorkflowExecutions(ListClosedWorkflowExecutionsRequest listClosedWorkflowExecutionsRequest)
Returns a list of closed workflow executions in the specified domain
that meet the filtering criteria.
|
WorkflowExecutionInfos |
AmazonSimpleWorkflowClient.listClosedWorkflowExecutions(ListClosedWorkflowExecutionsRequest listClosedWorkflowExecutionsRequest)
Returns a list of closed workflow executions in the specified domain
that meet the filtering criteria.
|
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.
|
Modifier and Type | Method and Description |
---|---|
Future<WorkflowExecutionInfos> |
AmazonSimpleWorkflowAsync.listClosedWorkflowExecutionsAsync(ListClosedWorkflowExecutionsRequest listClosedWorkflowExecutionsRequest)
Returns a list of closed workflow executions in the specified domain
that meet the filtering criteria.
|
Future<WorkflowExecutionInfos> |
AmazonSimpleWorkflowAsyncClient.listClosedWorkflowExecutionsAsync(ListClosedWorkflowExecutionsRequest listClosedWorkflowExecutionsRequest)
Returns a list of closed workflow executions in the specified domain
that meet the filtering criteria.
|
Future<WorkflowExecutionInfos> |
AmazonSimpleWorkflowAsync.listClosedWorkflowExecutionsAsync(ListClosedWorkflowExecutionsRequest listClosedWorkflowExecutionsRequest,
AsyncHandler<ListClosedWorkflowExecutionsRequest,WorkflowExecutionInfos> asyncHandler)
Returns a list of closed workflow executions in the specified domain
that meet the filtering criteria.
|
Future<WorkflowExecutionInfos> |
AmazonSimpleWorkflowAsyncClient.listClosedWorkflowExecutionsAsync(ListClosedWorkflowExecutionsRequest listClosedWorkflowExecutionsRequest,
AsyncHandler<ListClosedWorkflowExecutionsRequest,WorkflowExecutionInfos> asyncHandler)
Returns a list of closed 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.listClosedWorkflowExecutionsAsync(ListClosedWorkflowExecutionsRequest listClosedWorkflowExecutionsRequest,
AsyncHandler<ListClosedWorkflowExecutionsRequest,WorkflowExecutionInfos> asyncHandler)
Returns a list of closed workflow executions in the specified domain
that meet the filtering criteria.
|
Future<WorkflowExecutionInfos> |
AmazonSimpleWorkflowAsyncClient.listClosedWorkflowExecutionsAsync(ListClosedWorkflowExecutionsRequest listClosedWorkflowExecutionsRequest,
AsyncHandler<ListClosedWorkflowExecutionsRequest,WorkflowExecutionInfos> asyncHandler)
Returns a list of closed 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 |
---|---|
WorkflowExecutionInfos |
WorkflowExecutionInfos.withExecutionInfos(Collection<WorkflowExecutionInfo> executionInfos)
The list of workflow information structures.
|
WorkflowExecutionInfos |
WorkflowExecutionInfos.withExecutionInfos(WorkflowExecutionInfo... executionInfos)
The list of workflow information structures.
|
WorkflowExecutionInfos |
WorkflowExecutionInfos.withNextPageToken(String nextPageToken)
The token of the next page in the result.
|
Copyright © 2014. All rights reserved.