Uses of Interface
software.amazon.awssdk.services.qapps.QAppsBaseClientBuilder
-
Packages that use QAppsBaseClientBuilder Package Description software.amazon.awssdk.services.qapps The Amazon Q Apps feature capability within Amazon Q Business allows web experience users to create lightweight, purpose-built AI apps to fulfill specific tasks from within their web experience. -
-
Uses of QAppsBaseClientBuilder in software.amazon.awssdk.services.qapps
Classes in software.amazon.awssdk.services.qapps with type parameters of type QAppsBaseClientBuilder Modifier and Type Interface Description interfaceQAppsBaseClientBuilder<B extends QAppsBaseClientBuilder<B,C>,C>This includes configuration specific to QApps that is supported by bothQAppsClientBuilderandQAppsAsyncClientBuilder.Subinterfaces of QAppsBaseClientBuilder in software.amazon.awssdk.services.qapps Modifier and Type Interface Description interfaceQAppsAsyncClientBuilderA builder for creating an instance ofQAppsAsyncClient.interfaceQAppsClientBuilderA builder for creating an instance ofQAppsClient.
-