Uses of Class
com.amazonaws.services.simpleworkflow.model.ListOpenWorkflowExecutionsRequest
Packages that use ListOpenWorkflowExecutionsRequest
Package
Description
-
Uses of ListOpenWorkflowExecutionsRequest in com.amazonaws.services.simpleworkflow
Methods in com.amazonaws.services.simpleworkflow with parameters of type ListOpenWorkflowExecutionsRequestModifier and TypeMethodDescriptionAbstractAmazonSimpleWorkflow.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.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 ListOpenWorkflowExecutionsRequestModifier and TypeMethodDescriptionAbstractAmazonSimpleWorkflowAsync.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 ListOpenWorkflowExecutionsRequest in com.amazonaws.services.simpleworkflow.model
Methods in com.amazonaws.services.simpleworkflow.model that return ListOpenWorkflowExecutionsRequestModifier and TypeMethodDescriptionListOpenWorkflowExecutionsRequest.clone()ListOpenWorkflowExecutionsRequest.withDomain(String domain) The name of the domain that contains the workflow executions to list.ListOpenWorkflowExecutionsRequest.withExecutionFilter(WorkflowExecutionFilter executionFilter) If specified, only workflow executions matching the workflow ID specified in the filter are returned.ListOpenWorkflowExecutionsRequest.withMaximumPageSize(Integer maximumPageSize) The maximum number of results that will be returned per call.ListOpenWorkflowExecutionsRequest.withNextPageToken(String nextPageToken) If aNextPageTokenwas returned by a previous call, there are more results available.ListOpenWorkflowExecutionsRequest.withReverseOrder(Boolean reverseOrder) When set totrue, returns the results in reverse order.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.withTagFilter(TagFilter tagFilter) If specified, only executions that have the matching tag are listed.ListOpenWorkflowExecutionsRequest.withTypeFilter(WorkflowTypeFilter typeFilter) If specified, only executions of the type specified in the filter are returned.