| 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<CreatePluginResult> |
AbstractAWSQBusinessAsync.createPluginAsync(CreatePluginRequest request,
AsyncHandler<CreatePluginRequest,CreatePluginResult> asyncHandler) |
Future<CreatePluginResult> |
AWSQBusinessAsync.createPluginAsync(CreatePluginRequest createPluginRequest,
AsyncHandler<CreatePluginRequest,CreatePluginResult> asyncHandler)
Creates an Amazon Q Business plugin.
|
Future<CreatePluginResult> |
AWSQBusinessAsyncClient.createPluginAsync(CreatePluginRequest request,
AsyncHandler<CreatePluginRequest,CreatePluginResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreatePluginRequest |
CreatePluginRequest.clone() |
CreatePluginRequest |
CreatePluginRequest.withApplicationId(String applicationId)
The identifier of the application that will contain the plugin.
|
CreatePluginRequest |
CreatePluginRequest.withAuthConfiguration(PluginAuthConfiguration authConfiguration) |
CreatePluginRequest |
CreatePluginRequest.withClientToken(String clientToken)
A token that you provide to identify the request to create your Amazon Q Business plugin.
|
CreatePluginRequest |
CreatePluginRequest.withCustomPluginConfiguration(CustomPluginConfiguration customPluginConfiguration)
Contains configuration for a custom plugin.
|
CreatePluginRequest |
CreatePluginRequest.withDisplayName(String displayName)
A the name for your plugin.
|
CreatePluginRequest |
CreatePluginRequest.withServerUrl(String serverUrl)
The source URL used for plugin configuration.
|
CreatePluginRequest |
CreatePluginRequest.withTags(Collection<Tag> tags)
A list of key-value pairs that identify or categorize the data source connector.
|
CreatePluginRequest |
CreatePluginRequest.withTags(Tag... tags)
A list of key-value pairs that identify or categorize the data source connector.
|
CreatePluginRequest |
CreatePluginRequest.withType(PluginType type)
The type of plugin you want to create.
|
CreatePluginRequest |
CreatePluginRequest.withType(String type)
The type of plugin you want to create.
|
Copyright © 2024. All rights reserved.