Uses of Class
software.amazon.awssdk.services.qbusiness.model.UpdatePluginResponse
-
Packages that use UpdatePluginResponse Package Description software.amazon.awssdk.services.qbusiness -
-
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 plugin.default UpdatePluginResponseQBusinessClient. updatePlugin(UpdatePluginRequest updatePluginRequest)Updates an Amazon Q 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 plugin.default CompletableFuture<UpdatePluginResponse>QBusinessAsyncClient. updatePlugin(UpdatePluginRequest updatePluginRequest)Updates an Amazon Q plugin.
-