Uses of Class
software.amazon.awssdk.services.qbusiness.model.GetPluginResponse
-
Packages that use GetPluginResponse Package Description software.amazon.awssdk.services.qbusiness This is the Amazon Q Business API Reference. -
-
Uses of GetPluginResponse in software.amazon.awssdk.services.qbusiness
Methods in software.amazon.awssdk.services.qbusiness that return GetPluginResponse Modifier and Type Method Description default GetPluginResponseQBusinessClient. getPlugin(Consumer<GetPluginRequest.Builder> getPluginRequest)Gets information about an existing Amazon Q Business plugin.default GetPluginResponseQBusinessClient. getPlugin(GetPluginRequest getPluginRequest)Gets information about an existing Amazon Q Business plugin.Methods in software.amazon.awssdk.services.qbusiness that return types with arguments of type GetPluginResponse Modifier and Type Method Description default CompletableFuture<GetPluginResponse>QBusinessAsyncClient. getPlugin(Consumer<GetPluginRequest.Builder> getPluginRequest)Gets information about an existing Amazon Q Business plugin.default CompletableFuture<GetPluginResponse>QBusinessAsyncClient. getPlugin(GetPluginRequest getPluginRequest)Gets information about an existing Amazon Q Business plugin.
-