Uses of Class
software.amazon.awssdk.services.qbusiness.model.CreatePluginResponse
-
Packages that use CreatePluginResponse Package Description software.amazon.awssdk.services.qbusiness -
-
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 plugin.default CreatePluginResponseQBusinessClient. createPlugin(CreatePluginRequest createPluginRequest)Creates an Amazon Q 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 plugin.default CompletableFuture<CreatePluginResponse>QBusinessAsyncClient. createPlugin(CreatePluginRequest createPluginRequest)Creates an Amazon Q plugin.
-