Uses of Interface
software.amazon.awssdk.services.swf.SwfAsyncClient
-
Packages that use SwfAsyncClient Package Description software.amazon.awssdk.services.swf Amazon Simple Workflow Service software.amazon.awssdk.services.swf.paginators -
-
Uses of SwfAsyncClient in software.amazon.awssdk.services.swf
Methods in software.amazon.awssdk.services.swf that return SwfAsyncClient Modifier and Type Method Description static SwfAsyncClientSwfAsyncClient. create()Create aSwfAsyncClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider. -
Uses of SwfAsyncClient in software.amazon.awssdk.services.swf.paginators
Constructors in software.amazon.awssdk.services.swf.paginators with parameters of type SwfAsyncClient Constructor Description GetWorkflowExecutionHistoryPublisher(SwfAsyncClient client, GetWorkflowExecutionHistoryRequest firstRequest)ListActivityTypesPublisher(SwfAsyncClient client, ListActivityTypesRequest firstRequest)ListClosedWorkflowExecutionsPublisher(SwfAsyncClient client, ListClosedWorkflowExecutionsRequest firstRequest)ListDomainsPublisher(SwfAsyncClient client, ListDomainsRequest firstRequest)ListOpenWorkflowExecutionsPublisher(SwfAsyncClient client, ListOpenWorkflowExecutionsRequest firstRequest)ListWorkflowTypesPublisher(SwfAsyncClient client, ListWorkflowTypesRequest firstRequest)PollForDecisionTaskPublisher(SwfAsyncClient client, PollForDecisionTaskRequest firstRequest)
-