Uses of Interface
software.amazon.awssdk.services.qbusiness.model.GetPluginRequest.Builder
-
Packages that use GetPluginRequest.Builder Package Description software.amazon.awssdk.services.qbusiness software.amazon.awssdk.services.qbusiness.model -
-
Uses of GetPluginRequest.Builder in software.amazon.awssdk.services.qbusiness
Method parameters in software.amazon.awssdk.services.qbusiness with type arguments of type GetPluginRequest.Builder Modifier and Type Method Description default CompletableFuture<GetPluginResponse>QBusinessAsyncClient. getPlugin(Consumer<GetPluginRequest.Builder> getPluginRequest)Gets information about an existing Amazon Q plugin.default GetPluginResponseQBusinessClient. getPlugin(Consumer<GetPluginRequest.Builder> getPluginRequest)Gets information about an existing Amazon Q plugin. -
Uses of GetPluginRequest.Builder in software.amazon.awssdk.services.qbusiness.model
Methods in software.amazon.awssdk.services.qbusiness.model that return GetPluginRequest.Builder Modifier and Type Method Description GetPluginRequest.BuilderGetPluginRequest.Builder. applicationId(String applicationId)The identifier of the application which contains the plugin.static GetPluginRequest.BuilderGetPluginRequest. builder()GetPluginRequest.BuilderGetPluginRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetPluginRequest.BuilderGetPluginRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetPluginRequest.BuilderGetPluginRequest.Builder. pluginId(String pluginId)The identifier of the plugin.GetPluginRequest.BuilderGetPluginRequest. toBuilder()Methods in software.amazon.awssdk.services.qbusiness.model that return types with arguments of type GetPluginRequest.Builder Modifier and Type Method Description static Class<? extends GetPluginRequest.Builder>GetPluginRequest. serializableBuilderClass()
-