| Package | Description |
|---|---|
| software.amazon.awssdk.services.swf |
|
| software.amazon.awssdk.services.swf.model |
| Modifier and Type | Method and Description |
|---|---|
default ListClosedWorkflowExecutionsResponse |
SwfClient.listClosedWorkflowExecutions(Consumer<ListClosedWorkflowExecutionsRequest.Builder> listClosedWorkflowExecutionsRequest)
Returns a list of closed workflow executions in the specified domain that meet the filtering criteria.
|
default CompletableFuture<ListClosedWorkflowExecutionsResponse> |
SwfAsyncClient.listClosedWorkflowExecutions(Consumer<ListClosedWorkflowExecutionsRequest.Builder> listClosedWorkflowExecutionsRequest)
Returns a list of closed workflow executions in the specified domain that meet the filtering criteria.
|
default ListClosedWorkflowExecutionsIterable |
SwfClient.listClosedWorkflowExecutionsPaginator(Consumer<ListClosedWorkflowExecutionsRequest.Builder> listClosedWorkflowExecutionsRequest)
Returns a list of closed workflow executions in the specified domain that meet the filtering criteria.
|
default ListClosedWorkflowExecutionsPublisher |
SwfAsyncClient.listClosedWorkflowExecutionsPaginator(Consumer<ListClosedWorkflowExecutionsRequest.Builder> listClosedWorkflowExecutionsRequest)
Returns a list of closed workflow executions in the specified domain that meet the filtering criteria.
|
| Modifier and Type | Method and Description |
|---|---|
static ListClosedWorkflowExecutionsRequest.Builder |
ListClosedWorkflowExecutionsRequest.builder() |
ListClosedWorkflowExecutionsRequest.Builder |
ListClosedWorkflowExecutionsRequest.Builder.closeStatusFilter(CloseStatusFilter closeStatusFilter)
If specified, only workflow executions that match this close status are listed.
|
default ListClosedWorkflowExecutionsRequest.Builder |
ListClosedWorkflowExecutionsRequest.Builder.closeStatusFilter(Consumer<CloseStatusFilter.Builder> closeStatusFilter)
If specified, only workflow executions that match this close status are listed.
|
default ListClosedWorkflowExecutionsRequest.Builder |
ListClosedWorkflowExecutionsRequest.Builder.closeTimeFilter(Consumer<ExecutionTimeFilter.Builder> 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.Builder |
ListClosedWorkflowExecutionsRequest.Builder.closeTimeFilter(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.Builder |
ListClosedWorkflowExecutionsRequest.Builder.domain(String domain)
The name of the domain that contains the workflow executions to list.
|
default ListClosedWorkflowExecutionsRequest.Builder |
ListClosedWorkflowExecutionsRequest.Builder.executionFilter(Consumer<WorkflowExecutionFilter.Builder> executionFilter)
If specified, only workflow executions matching the workflow ID specified in the filter are returned.
|
ListClosedWorkflowExecutionsRequest.Builder |
ListClosedWorkflowExecutionsRequest.Builder.executionFilter(WorkflowExecutionFilter executionFilter)
If specified, only workflow executions matching the workflow ID specified in the filter are returned.
|
ListClosedWorkflowExecutionsRequest.Builder |
ListClosedWorkflowExecutionsRequest.Builder.maximumPageSize(Integer maximumPageSize)
The maximum number of results that are returned per call.
|
ListClosedWorkflowExecutionsRequest.Builder |
ListClosedWorkflowExecutionsRequest.Builder.nextPageToken(String nextPageToken)
If
NextPageToken is returned there are more results available. |
ListClosedWorkflowExecutionsRequest.Builder |
ListClosedWorkflowExecutionsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListClosedWorkflowExecutionsRequest.Builder |
ListClosedWorkflowExecutionsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListClosedWorkflowExecutionsRequest.Builder |
ListClosedWorkflowExecutionsRequest.Builder.reverseOrder(Boolean reverseOrder)
When set to
true, returns the results in reverse order. |
default ListClosedWorkflowExecutionsRequest.Builder |
ListClosedWorkflowExecutionsRequest.Builder.startTimeFilter(Consumer<ExecutionTimeFilter.Builder> 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.Builder |
ListClosedWorkflowExecutionsRequest.Builder.startTimeFilter(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.
|
default ListClosedWorkflowExecutionsRequest.Builder |
ListClosedWorkflowExecutionsRequest.Builder.tagFilter(Consumer<TagFilter.Builder> tagFilter)
If specified, only executions that have the matching tag are listed.
|
ListClosedWorkflowExecutionsRequest.Builder |
ListClosedWorkflowExecutionsRequest.Builder.tagFilter(TagFilter tagFilter)
If specified, only executions that have the matching tag are listed.
|
ListClosedWorkflowExecutionsRequest.Builder |
ListClosedWorkflowExecutionsRequest.toBuilder() |
default ListClosedWorkflowExecutionsRequest.Builder |
ListClosedWorkflowExecutionsRequest.Builder.typeFilter(Consumer<WorkflowTypeFilter.Builder> typeFilter)
If specified, only executions of the type specified in the filter are returned.
|
ListClosedWorkflowExecutionsRequest.Builder |
ListClosedWorkflowExecutionsRequest.Builder.typeFilter(WorkflowTypeFilter typeFilter)
If specified, only executions of the type specified in the filter are returned.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListClosedWorkflowExecutionsRequest.Builder> |
ListClosedWorkflowExecutionsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.