Uses of Class
com.amazonaws.services.simpleworkflow.model.WorkflowExecutionInfos

Packages that use WorkflowExecutionInfos
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. 
 

Uses of WorkflowExecutionInfos in com.amazonaws.services.simpleworkflow
 

Methods in com.amazonaws.services.simpleworkflow that return WorkflowExecutionInfos
 WorkflowExecutionInfos AmazonSimpleWorkflowClient.listClosedWorkflowExecutions(ListClosedWorkflowExecutionsRequest listClosedWorkflowExecutionsRequest)
           Returns a list of closed workflow executions in the specified domain that meet the filtering criteria.
 WorkflowExecutionInfos AmazonSimpleWorkflow.listClosedWorkflowExecutions(ListClosedWorkflowExecutionsRequest listClosedWorkflowExecutionsRequest)
           Returns a list of closed 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.
 WorkflowExecutionInfos AmazonSimpleWorkflow.listOpenWorkflowExecutions(ListOpenWorkflowExecutionsRequest listOpenWorkflowExecutionsRequest)
           Returns a list of open workflow executions in the specified domain that meet the filtering criteria.
 

Methods in com.amazonaws.services.simpleworkflow that return types with arguments of type WorkflowExecutionInfos
 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)
           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.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.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)
           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.
 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.
 

Method parameters in com.amazonaws.services.simpleworkflow with type arguments of type WorkflowExecutionInfos
 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.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.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> AmazonSimpleWorkflowAsync.listOpenWorkflowExecutionsAsync(ListOpenWorkflowExecutionsRequest listOpenWorkflowExecutionsRequest, AsyncHandler<ListOpenWorkflowExecutionsRequest,WorkflowExecutionInfos> asyncHandler)
           Returns a list of open workflow executions in the specified domain that meet the filtering criteria.
 

Uses of WorkflowExecutionInfos in com.amazonaws.services.simpleworkflow.model
 

Methods in com.amazonaws.services.simpleworkflow.model that return WorkflowExecutionInfos
 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 © 2016. All rights reserved.