| 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 |
|---|---|
GetPluginResult |
AWSQBusinessClient.getPlugin(GetPluginRequest request)
Gets information about an existing Amazon Q Business plugin.
|
GetPluginResult |
AbstractAWSQBusiness.getPlugin(GetPluginRequest request) |
GetPluginResult |
AWSQBusiness.getPlugin(GetPluginRequest getPluginRequest)
Gets information about an existing Amazon Q Business plugin.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetPluginResult> |
AbstractAWSQBusinessAsync.getPluginAsync(GetPluginRequest request) |
Future<GetPluginResult> |
AWSQBusinessAsync.getPluginAsync(GetPluginRequest getPluginRequest)
Gets information about an existing Amazon Q Business plugin.
|
Future<GetPluginResult> |
AWSQBusinessAsyncClient.getPluginAsync(GetPluginRequest request) |
Future<GetPluginResult> |
AbstractAWSQBusinessAsync.getPluginAsync(GetPluginRequest request,
AsyncHandler<GetPluginRequest,GetPluginResult> asyncHandler) |
Future<GetPluginResult> |
AWSQBusinessAsync.getPluginAsync(GetPluginRequest getPluginRequest,
AsyncHandler<GetPluginRequest,GetPluginResult> asyncHandler)
Gets information about an existing Amazon Q Business plugin.
|
Future<GetPluginResult> |
AWSQBusinessAsyncClient.getPluginAsync(GetPluginRequest request,
AsyncHandler<GetPluginRequest,GetPluginResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetPluginResult> |
AbstractAWSQBusinessAsync.getPluginAsync(GetPluginRequest request,
AsyncHandler<GetPluginRequest,GetPluginResult> asyncHandler) |
Future<GetPluginResult> |
AWSQBusinessAsync.getPluginAsync(GetPluginRequest getPluginRequest,
AsyncHandler<GetPluginRequest,GetPluginResult> asyncHandler)
Gets information about an existing Amazon Q Business plugin.
|
Future<GetPluginResult> |
AWSQBusinessAsyncClient.getPluginAsync(GetPluginRequest request,
AsyncHandler<GetPluginRequest,GetPluginResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetPluginResult |
GetPluginResult.clone() |
GetPluginResult |
GetPluginResult.withApplicationId(String applicationId)
The identifier of the application which contains the plugin.
|
GetPluginResult |
GetPluginResult.withAuthConfiguration(PluginAuthConfiguration authConfiguration) |
GetPluginResult |
GetPluginResult.withBuildStatus(PluginBuildStatus buildStatus)
The current status of a plugin.
|
GetPluginResult |
GetPluginResult.withBuildStatus(String buildStatus)
The current status of a plugin.
|
GetPluginResult |
GetPluginResult.withCreatedAt(Date createdAt)
The timestamp for when the plugin was created.
|
GetPluginResult |
GetPluginResult.withCustomPluginConfiguration(CustomPluginConfiguration customPluginConfiguration)
Configuration information required to create a custom plugin.
|
GetPluginResult |
GetPluginResult.withDisplayName(String displayName)
The name of the plugin.
|
GetPluginResult |
GetPluginResult.withPluginArn(String pluginArn)
The Amazon Resource Name (ARN) of the role with permission to access resources needed to create the plugin.
|
GetPluginResult |
GetPluginResult.withPluginId(String pluginId)
The identifier of the plugin.
|
GetPluginResult |
GetPluginResult.withServerUrl(String serverUrl)
The source URL used for plugin configuration.
|
GetPluginResult |
GetPluginResult.withState(PluginState state)
The current state of the plugin.
|
GetPluginResult |
GetPluginResult.withState(String state)
The current state of the plugin.
|
GetPluginResult |
GetPluginResult.withType(PluginType type)
The type of the plugin.
|
GetPluginResult |
GetPluginResult.withType(String type)
The type of the plugin.
|
GetPluginResult |
GetPluginResult.withUpdatedAt(Date updatedAt)
The timestamp for when the plugin was last updated.
|
Copyright © 2024. All rights reserved.