Uses of Class
software.amazon.awssdk.services.swf.model.ListOpenWorkflowExecutionsRequest
-
Packages that use ListOpenWorkflowExecutionsRequest Package Description software.amazon.awssdk.services.swf Amazon Simple Workflow Service software.amazon.awssdk.services.swf.paginators software.amazon.awssdk.services.swf.transform -
-
Uses of ListOpenWorkflowExecutionsRequest in software.amazon.awssdk.services.swf
Methods in software.amazon.awssdk.services.swf with parameters of type ListOpenWorkflowExecutionsRequest Modifier and Type Method Description default CompletableFuture<ListOpenWorkflowExecutionsResponse>SwfAsyncClient. listOpenWorkflowExecutions(ListOpenWorkflowExecutionsRequest listOpenWorkflowExecutionsRequest)Returns a list of open workflow executions in the specified domain that meet the filtering criteria.default ListOpenWorkflowExecutionsResponseSwfClient. listOpenWorkflowExecutions(ListOpenWorkflowExecutionsRequest listOpenWorkflowExecutionsRequest)Returns a list of open workflow executions in the specified domain that meet the filtering criteria.default ListOpenWorkflowExecutionsPublisherSwfAsyncClient. listOpenWorkflowExecutionsPaginator(ListOpenWorkflowExecutionsRequest listOpenWorkflowExecutionsRequest)Returns a list of open workflow executions in the specified domain that meet the filtering criteria.default ListOpenWorkflowExecutionsIterableSwfClient. listOpenWorkflowExecutionsPaginator(ListOpenWorkflowExecutionsRequest listOpenWorkflowExecutionsRequest)Returns a list of open workflow executions in the specified domain that meet the filtering criteria. -
Uses of ListOpenWorkflowExecutionsRequest in software.amazon.awssdk.services.swf.paginators
Constructors in software.amazon.awssdk.services.swf.paginators with parameters of type ListOpenWorkflowExecutionsRequest Constructor Description ListOpenWorkflowExecutionsIterable(SwfClient client, ListOpenWorkflowExecutionsRequest firstRequest)ListOpenWorkflowExecutionsPublisher(SwfAsyncClient client, ListOpenWorkflowExecutionsRequest firstRequest) -
Uses of ListOpenWorkflowExecutionsRequest in software.amazon.awssdk.services.swf.transform
Methods in software.amazon.awssdk.services.swf.transform with parameters of type ListOpenWorkflowExecutionsRequest Modifier and Type Method Description SdkHttpFullRequestListOpenWorkflowExecutionsRequestMarshaller. marshall(ListOpenWorkflowExecutionsRequest listOpenWorkflowExecutionsRequest)
-