Modifier and Type | Method and Description |
---|---|
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 |
AbstractAmazonSimpleWorkflow.listClosedWorkflowExecutions(ListClosedWorkflowExecutionsRequest request) |
java.util.concurrent.Future<WorkflowExecutionInfos> |
AmazonSimpleWorkflowAsyncClient.listClosedWorkflowExecutionsAsync(ListClosedWorkflowExecutionsRequest request) |
java.util.concurrent.Future<WorkflowExecutionInfos> |
AmazonSimpleWorkflowAsync.listClosedWorkflowExecutionsAsync(ListClosedWorkflowExecutionsRequest listClosedWorkflowExecutionsRequest)
Returns a list of closed workflow executions in the specified domain that
meet the filtering criteria.
|
java.util.concurrent.Future<WorkflowExecutionInfos> |
AbstractAmazonSimpleWorkflowAsync.listClosedWorkflowExecutionsAsync(ListClosedWorkflowExecutionsRequest request) |
java.util.concurrent.Future<WorkflowExecutionInfos> |
AmazonSimpleWorkflowAsyncClient.listClosedWorkflowExecutionsAsync(ListClosedWorkflowExecutionsRequest request,
AsyncHandler<ListClosedWorkflowExecutionsRequest,WorkflowExecutionInfos> asyncHandler) |
java.util.concurrent.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.
|
java.util.concurrent.Future<WorkflowExecutionInfos> |
AbstractAmazonSimpleWorkflowAsync.listClosedWorkflowExecutionsAsync(ListClosedWorkflowExecutionsRequest request,
AsyncHandler<ListClosedWorkflowExecutionsRequest,WorkflowExecutionInfos> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
ListClosedWorkflowExecutionsRequest |
ListClosedWorkflowExecutionsRequest.clone() |
ListClosedWorkflowExecutionsRequest |
ListClosedWorkflowExecutionsRequest.withCloseStatusFilter(CloseStatusFilter closeStatusFilter)
If specified, only workflow executions that match this close
status are listed.
|
ListClosedWorkflowExecutionsRequest |
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 |
ListClosedWorkflowExecutionsRequest.withDomain(java.lang.String domain)
The name of the domain that contains the workflow executions to list.
|
ListClosedWorkflowExecutionsRequest |
ListClosedWorkflowExecutionsRequest.withExecutionFilter(WorkflowExecutionFilter executionFilter)
If specified, only workflow executions matching the workflow ID specified
in the filter are returned.
|
ListClosedWorkflowExecutionsRequest |
ListClosedWorkflowExecutionsRequest.withMaximumPageSize(java.lang.Integer maximumPageSize)
The maximum number of results that will be returned per call.
|
ListClosedWorkflowExecutionsRequest |
ListClosedWorkflowExecutionsRequest.withNextPageToken(java.lang.String nextPageToken)
If a
NextPageToken was returned by a previous call, there
are more results available. |
ListClosedWorkflowExecutionsRequest |
ListClosedWorkflowExecutionsRequest.withReverseOrder(java.lang.Boolean reverseOrder)
When set to
true , returns the results in reverse order. |
ListClosedWorkflowExecutionsRequest |
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 |
ListClosedWorkflowExecutionsRequest.withTagFilter(TagFilter tagFilter)
If specified, only executions that have the matching tag are listed.
|
ListClosedWorkflowExecutionsRequest |
ListClosedWorkflowExecutionsRequest.withTypeFilter(WorkflowTypeFilter typeFilter)
If specified, only executions of the type specified in the filter are
returned.
|
Modifier and Type | Method and Description |
---|---|
Request<ListClosedWorkflowExecutionsRequest> |
ListClosedWorkflowExecutionsRequestMarshaller.marshall(ListClosedWorkflowExecutionsRequest listClosedWorkflowExecutionsRequest) |
Modifier and Type | Method and Description |
---|---|
Request<ListClosedWorkflowExecutionsRequest> |
ListClosedWorkflowExecutionsRequestMarshaller.marshall(ListClosedWorkflowExecutionsRequest listClosedWorkflowExecutionsRequest) |