Uses of Interface
software.amazon.awssdk.services.lexruntime.LexRuntimeBaseClientBuilder
-
Packages that use LexRuntimeBaseClientBuilder Package Description software.amazon.awssdk.services.lexruntime Amazon Lex provides both build and runtime endpoints. -
-
Uses of LexRuntimeBaseClientBuilder in software.amazon.awssdk.services.lexruntime
Classes in software.amazon.awssdk.services.lexruntime with type parameters of type LexRuntimeBaseClientBuilder Modifier and Type Interface Description interfaceLexRuntimeBaseClientBuilder<B extends LexRuntimeBaseClientBuilder<B,C>,C>This includes configuration specific to Amazon Lex Runtime Service that is supported by bothLexRuntimeClientBuilderandLexRuntimeAsyncClientBuilder.Subinterfaces of LexRuntimeBaseClientBuilder in software.amazon.awssdk.services.lexruntime Modifier and Type Interface Description interfaceLexRuntimeAsyncClientBuilderA builder for creating an instance ofLexRuntimeAsyncClient.interfaceLexRuntimeClientBuilderA builder for creating an instance ofLexRuntimeClient.
-