Uses of Interface
software.amazon.awssdk.services.swf.SwfBaseClientBuilder
-
Packages that use SwfBaseClientBuilder Package Description software.amazon.awssdk.services.swf Amazon Simple Workflow Service -
-
Uses of SwfBaseClientBuilder in software.amazon.awssdk.services.swf
Classes in software.amazon.awssdk.services.swf with type parameters of type SwfBaseClientBuilder Modifier and Type Interface Description interfaceSwfBaseClientBuilder<B extends SwfBaseClientBuilder<B,C>,C>This includes configuration specific to Amazon SWF that is supported by bothSwfClientBuilderandSwfAsyncClientBuilder.Subinterfaces of SwfBaseClientBuilder in software.amazon.awssdk.services.swf Modifier and Type Interface Description interfaceSwfAsyncClientBuilderA builder for creating an instance ofSwfAsyncClient.interfaceSwfClientBuilderA builder for creating an instance ofSwfClient.
-