Uses of Class
com.amazonaws.services.simpleworkflow.model.WorkflowExecutionInfos
Packages that use WorkflowExecutionInfos
Package
Description
-
Uses of WorkflowExecutionInfos in com.amazonaws.services.simpleworkflow
Methods in com.amazonaws.services.simpleworkflow that return WorkflowExecutionInfosModifier and TypeMethodDescriptionAbstractAmazonSimpleWorkflow.listClosedWorkflowExecutions(ListClosedWorkflowExecutionsRequest request) AmazonSimpleWorkflow.listClosedWorkflowExecutions(ListClosedWorkflowExecutionsRequest listClosedWorkflowExecutionsRequest) Returns a list of closed workflow executions in the specified domain that meet the filtering criteria.AmazonSimpleWorkflowClient.listClosedWorkflowExecutions(ListClosedWorkflowExecutionsRequest listClosedWorkflowExecutionsRequest) Returns a list of closed workflow executions in the specified domain that meet the filtering criteria.AbstractAmazonSimpleWorkflow.listOpenWorkflowExecutions(ListOpenWorkflowExecutionsRequest request) AmazonSimpleWorkflow.listOpenWorkflowExecutions(ListOpenWorkflowExecutionsRequest listOpenWorkflowExecutionsRequest) Returns a list of open workflow executions in the specified domain that meet the filtering criteria.AmazonSimpleWorkflowClient.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 WorkflowExecutionInfosModifier and TypeMethodDescriptionAbstractAmazonSimpleWorkflowAsync.listClosedWorkflowExecutionsAsync(ListClosedWorkflowExecutionsRequest request) AbstractAmazonSimpleWorkflowAsync.listClosedWorkflowExecutionsAsync(ListClosedWorkflowExecutionsRequest request, AsyncHandler<ListClosedWorkflowExecutionsRequest, WorkflowExecutionInfos> asyncHandler) AmazonSimpleWorkflowAsync.listClosedWorkflowExecutionsAsync(ListClosedWorkflowExecutionsRequest listClosedWorkflowExecutionsRequest) Returns a list of closed workflow executions in the specified domain that meet the filtering criteria.AmazonSimpleWorkflowAsync.listClosedWorkflowExecutionsAsync(ListClosedWorkflowExecutionsRequest listClosedWorkflowExecutionsRequest, AsyncHandler<ListClosedWorkflowExecutionsRequest, WorkflowExecutionInfos> asyncHandler) Returns a list of closed workflow executions in the specified domain that meet the filtering criteria.AmazonSimpleWorkflowAsyncClient.listClosedWorkflowExecutionsAsync(ListClosedWorkflowExecutionsRequest request) AmazonSimpleWorkflowAsyncClient.listClosedWorkflowExecutionsAsync(ListClosedWorkflowExecutionsRequest request, AsyncHandler<ListClosedWorkflowExecutionsRequest, WorkflowExecutionInfos> asyncHandler) AbstractAmazonSimpleWorkflowAsync.listOpenWorkflowExecutionsAsync(ListOpenWorkflowExecutionsRequest request) AbstractAmazonSimpleWorkflowAsync.listOpenWorkflowExecutionsAsync(ListOpenWorkflowExecutionsRequest request, AsyncHandler<ListOpenWorkflowExecutionsRequest, WorkflowExecutionInfos> asyncHandler) AmazonSimpleWorkflowAsync.listOpenWorkflowExecutionsAsync(ListOpenWorkflowExecutionsRequest listOpenWorkflowExecutionsRequest) Returns a list of open workflow executions in the specified domain that meet the filtering criteria.AmazonSimpleWorkflowAsync.listOpenWorkflowExecutionsAsync(ListOpenWorkflowExecutionsRequest listOpenWorkflowExecutionsRequest, AsyncHandler<ListOpenWorkflowExecutionsRequest, WorkflowExecutionInfos> asyncHandler) Returns a list of open workflow executions in the specified domain that meet the filtering criteria.AmazonSimpleWorkflowAsyncClient.listOpenWorkflowExecutionsAsync(ListOpenWorkflowExecutionsRequest request) AmazonSimpleWorkflowAsyncClient.listOpenWorkflowExecutionsAsync(ListOpenWorkflowExecutionsRequest request, AsyncHandler<ListOpenWorkflowExecutionsRequest, WorkflowExecutionInfos> asyncHandler) Method parameters in com.amazonaws.services.simpleworkflow with type arguments of type WorkflowExecutionInfosModifier and TypeMethodDescriptionAbstractAmazonSimpleWorkflowAsync.listClosedWorkflowExecutionsAsync(ListClosedWorkflowExecutionsRequest request, AsyncHandler<ListClosedWorkflowExecutionsRequest, WorkflowExecutionInfos> asyncHandler) AmazonSimpleWorkflowAsync.listClosedWorkflowExecutionsAsync(ListClosedWorkflowExecutionsRequest listClosedWorkflowExecutionsRequest, AsyncHandler<ListClosedWorkflowExecutionsRequest, WorkflowExecutionInfos> asyncHandler) Returns a list of closed workflow executions in the specified domain that meet the filtering criteria.AmazonSimpleWorkflowAsyncClient.listClosedWorkflowExecutionsAsync(ListClosedWorkflowExecutionsRequest request, AsyncHandler<ListClosedWorkflowExecutionsRequest, WorkflowExecutionInfos> asyncHandler) AbstractAmazonSimpleWorkflowAsync.listOpenWorkflowExecutionsAsync(ListOpenWorkflowExecutionsRequest request, AsyncHandler<ListOpenWorkflowExecutionsRequest, WorkflowExecutionInfos> asyncHandler) AmazonSimpleWorkflowAsync.listOpenWorkflowExecutionsAsync(ListOpenWorkflowExecutionsRequest listOpenWorkflowExecutionsRequest, AsyncHandler<ListOpenWorkflowExecutionsRequest, WorkflowExecutionInfos> asyncHandler) Returns a list of open workflow executions in the specified domain that meet the filtering criteria.AmazonSimpleWorkflowAsyncClient.listOpenWorkflowExecutionsAsync(ListOpenWorkflowExecutionsRequest request, AsyncHandler<ListOpenWorkflowExecutionsRequest, WorkflowExecutionInfos> asyncHandler) -
Uses of WorkflowExecutionInfos in com.amazonaws.services.simpleworkflow.model
Methods in com.amazonaws.services.simpleworkflow.model that return WorkflowExecutionInfosModifier and TypeMethodDescriptionWorkflowExecutionInfos.clone()WorkflowExecutionInfos.withExecutionInfos(WorkflowExecutionInfo... executionInfos) The list of workflow information structures.WorkflowExecutionInfos.withExecutionInfos(Collection<WorkflowExecutionInfo> executionInfos) The list of workflow information structures.WorkflowExecutionInfos.withNextPageToken(String nextPageToken) If aNextPageTokenwas returned by a previous call, there are more results available.