Uses of Class
software.amazon.awssdk.services.swf.model.ListOpenWorkflowExecutionsResponse
-
Packages that use ListOpenWorkflowExecutionsResponse Package Description software.amazon.awssdk.services.swf Amazon Simple Workflow Service software.amazon.awssdk.services.swf.paginators -
-
Uses of ListOpenWorkflowExecutionsResponse in software.amazon.awssdk.services.swf
Methods in software.amazon.awssdk.services.swf that return ListOpenWorkflowExecutionsResponse Modifier and Type Method Description default ListOpenWorkflowExecutionsResponseSwfClient. listOpenWorkflowExecutions(Consumer<ListOpenWorkflowExecutionsRequest.Builder> 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.Methods in software.amazon.awssdk.services.swf that return types with arguments of type ListOpenWorkflowExecutionsResponse Modifier and Type Method Description default CompletableFuture<ListOpenWorkflowExecutionsResponse>SwfAsyncClient. listOpenWorkflowExecutions(Consumer<ListOpenWorkflowExecutionsRequest.Builder> listOpenWorkflowExecutionsRequest)Returns a list of open workflow executions in the specified domain that meet the filtering criteria.default CompletableFuture<ListOpenWorkflowExecutionsResponse>SwfAsyncClient. listOpenWorkflowExecutions(ListOpenWorkflowExecutionsRequest listOpenWorkflowExecutionsRequest)Returns a list of open workflow executions in the specified domain that meet the filtering criteria. -
Uses of ListOpenWorkflowExecutionsResponse in software.amazon.awssdk.services.swf.paginators
Methods in software.amazon.awssdk.services.swf.paginators that return types with arguments of type ListOpenWorkflowExecutionsResponse Modifier and Type Method Description Iterator<ListOpenWorkflowExecutionsResponse>ListOpenWorkflowExecutionsIterable. iterator()Method parameters in software.amazon.awssdk.services.swf.paginators with type arguments of type ListOpenWorkflowExecutionsResponse Modifier and Type Method Description voidListOpenWorkflowExecutionsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListOpenWorkflowExecutionsResponse> subscriber)
-