Uses of Class
software.amazon.awssdk.services.qbusiness.model.CreatePluginRequest
-
Packages that use CreatePluginRequest Package Description software.amazon.awssdk.services.qbusiness software.amazon.awssdk.services.qbusiness.transform -
-
Uses of CreatePluginRequest in software.amazon.awssdk.services.qbusiness
Methods in software.amazon.awssdk.services.qbusiness with parameters of type CreatePluginRequest Modifier and Type Method Description default CompletableFuture<CreatePluginResponse>QBusinessAsyncClient. createPlugin(CreatePluginRequest createPluginRequest)Creates an Amazon Q plugin.default CreatePluginResponseQBusinessClient. createPlugin(CreatePluginRequest createPluginRequest)Creates an Amazon Q plugin. -
Uses of CreatePluginRequest in software.amazon.awssdk.services.qbusiness.transform
Methods in software.amazon.awssdk.services.qbusiness.transform with parameters of type CreatePluginRequest Modifier and Type Method Description SdkHttpFullRequestCreatePluginRequestMarshaller. marshall(CreatePluginRequest createPluginRequest)
-