Uses of Class
software.amazon.awssdk.services.qbusiness.model.CreatePluginResponse
-
Packages that use CreatePluginResponse Package Description software.amazon.awssdk.services.qbusiness This is the Amazon Q Business API Reference. -
-
Uses of CreatePluginResponse in software.amazon.awssdk.services.qbusiness
Methods in software.amazon.awssdk.services.qbusiness that return CreatePluginResponse Modifier and Type Method Description default CreatePluginResponseQBusinessClient. createPlugin(Consumer<CreatePluginRequest.Builder> createPluginRequest)Creates an Amazon Q Business plugin.default CreatePluginResponseQBusinessClient. createPlugin(CreatePluginRequest createPluginRequest)Creates an Amazon Q Business plugin.Methods in software.amazon.awssdk.services.qbusiness that return types with arguments of type CreatePluginResponse Modifier and Type Method Description default CompletableFuture<CreatePluginResponse>QBusinessAsyncClient. createPlugin(Consumer<CreatePluginRequest.Builder> createPluginRequest)Creates an Amazon Q Business plugin.default CompletableFuture<CreatePluginResponse>QBusinessAsyncClient. createPlugin(CreatePluginRequest createPluginRequest)Creates an Amazon Q Business plugin.
-