Uses of Class
com.amazonaws.services.simpleworkflow.model.ListClosedWorkflowExecutionsRequest
Packages that use ListClosedWorkflowExecutionsRequest
Package
Description
-
Uses of ListClosedWorkflowExecutionsRequest in com.amazonaws.services.simpleworkflow
Methods in com.amazonaws.services.simpleworkflow with parameters of type ListClosedWorkflowExecutionsRequestModifier 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.AbstractAmazonSimpleWorkflowAsync.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) Method parameters in com.amazonaws.services.simpleworkflow with type arguments of type ListClosedWorkflowExecutionsRequestModifier 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) -
Uses of ListClosedWorkflowExecutionsRequest in com.amazonaws.services.simpleworkflow.model
Methods in com.amazonaws.services.simpleworkflow.model that return ListClosedWorkflowExecutionsRequestModifier and TypeMethodDescriptionListClosedWorkflowExecutionsRequest.clone()
ListClosedWorkflowExecutionsRequest.withCloseStatusFilter
(CloseStatusFilter closeStatusFilter) If specified, only workflow executions that match this close status are listed.ListClosedWorkflowExecutionsRequest.withCloseTimeFilter
(ExecutionTimeFilter closeTimeFilter) If specified, the workflow executions are included in the returned results based on whether their close times are within the range specified by this filter.ListClosedWorkflowExecutionsRequest.withDomain
(String domain) The name of the domain that contains the workflow executions to list.ListClosedWorkflowExecutionsRequest.withExecutionFilter
(WorkflowExecutionFilter executionFilter) If specified, only workflow executions matching the workflow ID specified in the filter are returned.ListClosedWorkflowExecutionsRequest.withMaximumPageSize
(Integer maximumPageSize) The maximum number of results that will be returned per call.ListClosedWorkflowExecutionsRequest.withNextPageToken
(String nextPageToken) If aNextPageToken
was returned by a previous call, there are more results available.ListClosedWorkflowExecutionsRequest.withReverseOrder
(Boolean reverseOrder) When set totrue
, returns the results in reverse order.ListClosedWorkflowExecutionsRequest.withStartTimeFilter
(ExecutionTimeFilter startTimeFilter) If specified, the workflow executions are included in the returned results based on whether their start times are within the range specified by this filter.ListClosedWorkflowExecutionsRequest.withTagFilter
(TagFilter tagFilter) If specified, only executions that have the matching tag are listed.ListClosedWorkflowExecutionsRequest.withTypeFilter
(WorkflowTypeFilter typeFilter) If specified, only executions of the type specified in the filter are returned.