| Package | Description |
|---|---|
| com.amazonaws.services.qbusiness |
This is the Amazon Q Business API Reference.
|
| com.amazonaws.services.qbusiness.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdatePluginResult> |
AbstractAWSQBusinessAsync.updatePluginAsync(UpdatePluginRequest request,
AsyncHandler<UpdatePluginRequest,UpdatePluginResult> asyncHandler) |
Future<UpdatePluginResult> |
AWSQBusinessAsync.updatePluginAsync(UpdatePluginRequest updatePluginRequest,
AsyncHandler<UpdatePluginRequest,UpdatePluginResult> asyncHandler)
Updates an Amazon Q Business plugin.
|
Future<UpdatePluginResult> |
AWSQBusinessAsyncClient.updatePluginAsync(UpdatePluginRequest request,
AsyncHandler<UpdatePluginRequest,UpdatePluginResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdatePluginRequest |
UpdatePluginRequest.clone() |
UpdatePluginRequest |
UpdatePluginRequest.withApplicationId(String applicationId)
The identifier of the application the plugin is attached to.
|
UpdatePluginRequest |
UpdatePluginRequest.withAuthConfiguration(PluginAuthConfiguration authConfiguration)
The authentication configuration the plugin is using.
|
UpdatePluginRequest |
UpdatePluginRequest.withCustomPluginConfiguration(CustomPluginConfiguration customPluginConfiguration)
The configuration for a custom plugin.
|
UpdatePluginRequest |
UpdatePluginRequest.withDisplayName(String displayName)
The name of the plugin.
|
UpdatePluginRequest |
UpdatePluginRequest.withPluginId(String pluginId)
The identifier of the plugin.
|
UpdatePluginRequest |
UpdatePluginRequest.withServerUrl(String serverUrl)
The source URL used for plugin configuration.
|
UpdatePluginRequest |
UpdatePluginRequest.withState(PluginState state)
The status of the plugin.
|
UpdatePluginRequest |
UpdatePluginRequest.withState(String state)
The status of the plugin.
|
Copyright © 2024. All rights reserved.