Uses of Class
software.amazon.awssdk.services.qbusiness.model.UpdatePluginResponse
-
Packages that use UpdatePluginResponse Package Description software.amazon.awssdk.services.qbusiness This is the Amazon Q Business API Reference. -
-
Uses of UpdatePluginResponse in software.amazon.awssdk.services.qbusiness
Methods in software.amazon.awssdk.services.qbusiness that return UpdatePluginResponse Modifier and Type Method Description default UpdatePluginResponseQBusinessClient. updatePlugin(Consumer<UpdatePluginRequest.Builder> updatePluginRequest)Updates an Amazon Q Business plugin.default UpdatePluginResponseQBusinessClient. updatePlugin(UpdatePluginRequest updatePluginRequest)Updates an Amazon Q Business plugin.Methods in software.amazon.awssdk.services.qbusiness that return types with arguments of type UpdatePluginResponse Modifier and Type Method Description default CompletableFuture<UpdatePluginResponse>QBusinessAsyncClient. updatePlugin(Consumer<UpdatePluginRequest.Builder> updatePluginRequest)Updates an Amazon Q Business plugin.default CompletableFuture<UpdatePluginResponse>QBusinessAsyncClient. updatePlugin(UpdatePluginRequest updatePluginRequest)Updates an Amazon Q Business plugin.
-