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