Uses of Interface
software.amazon.awssdk.services.swf.SwfClient
-
Packages that use SwfClient Package Description software.amazon.awssdk.services.swf Amazon Simple Workflow Service software.amazon.awssdk.services.swf.paginators -
-
Uses of SwfClient in software.amazon.awssdk.services.swf
Methods in software.amazon.awssdk.services.swf that return SwfClient Modifier and Type Method Description static SwfClientSwfClient. create()Create aSwfClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider. -
Uses of SwfClient in software.amazon.awssdk.services.swf.paginators
Constructors in software.amazon.awssdk.services.swf.paginators with parameters of type SwfClient Constructor Description GetWorkflowExecutionHistoryIterable(SwfClient client, GetWorkflowExecutionHistoryRequest firstRequest)ListActivityTypesIterable(SwfClient client, ListActivityTypesRequest firstRequest)ListClosedWorkflowExecutionsIterable(SwfClient client, ListClosedWorkflowExecutionsRequest firstRequest)ListDomainsIterable(SwfClient client, ListDomainsRequest firstRequest)ListOpenWorkflowExecutionsIterable(SwfClient client, ListOpenWorkflowExecutionsRequest firstRequest)ListWorkflowTypesIterable(SwfClient client, ListWorkflowTypesRequest firstRequest)PollForDecisionTaskIterable(SwfClient client, PollForDecisionTaskRequest firstRequest)
-