Uses of Interface
software.amazon.awssdk.services.lexruntimev2.LexRuntimeV2BaseClientBuilder
-
Packages that use LexRuntimeV2BaseClientBuilder Package Description software.amazon.awssdk.services.lexruntimev2 This section contains documentation for the Amazon Lex V2 Runtime V2 API operations. -
-
Uses of LexRuntimeV2BaseClientBuilder in software.amazon.awssdk.services.lexruntimev2
Classes in software.amazon.awssdk.services.lexruntimev2 with type parameters of type LexRuntimeV2BaseClientBuilder Modifier and Type Interface Description interfaceLexRuntimeV2BaseClientBuilder<B extends LexRuntimeV2BaseClientBuilder<B,C>,C>This includes configuration specific to Lex Runtime V2 that is supported by bothLexRuntimeV2ClientBuilderandLexRuntimeV2AsyncClientBuilder.Subinterfaces of LexRuntimeV2BaseClientBuilder in software.amazon.awssdk.services.lexruntimev2 Modifier and Type Interface Description interfaceLexRuntimeV2AsyncClientBuilderA builder for creating an instance ofLexRuntimeV2AsyncClient.interfaceLexRuntimeV2ClientBuilderA builder for creating an instance ofLexRuntimeV2Client.
-