| 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<UpdateWebExperienceResult> |
AWSQBusinessAsyncClient.updateWebExperienceAsync(UpdateWebExperienceRequest request,
AsyncHandler<UpdateWebExperienceRequest,UpdateWebExperienceResult> asyncHandler) |
Future<UpdateWebExperienceResult> |
AWSQBusinessAsync.updateWebExperienceAsync(UpdateWebExperienceRequest updateWebExperienceRequest,
AsyncHandler<UpdateWebExperienceRequest,UpdateWebExperienceResult> asyncHandler)
Updates an Amazon Q Business web experience.
|
Future<UpdateWebExperienceResult> |
AbstractAWSQBusinessAsync.updateWebExperienceAsync(UpdateWebExperienceRequest request,
AsyncHandler<UpdateWebExperienceRequest,UpdateWebExperienceResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateWebExperienceRequest |
UpdateWebExperienceRequest.clone() |
UpdateWebExperienceRequest |
UpdateWebExperienceRequest.withApplicationId(String applicationId)
The identifier of the Amazon Q Business application attached to the web experience.
|
UpdateWebExperienceRequest |
UpdateWebExperienceRequest.withAuthenticationConfiguration(WebExperienceAuthConfiguration authenticationConfiguration)
Deprecated.
|
UpdateWebExperienceRequest |
UpdateWebExperienceRequest.withRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the role with permission to access the Amazon Q Business web experience and
required resources.
|
UpdateWebExperienceRequest |
UpdateWebExperienceRequest.withSamplePromptsControlMode(String samplePromptsControlMode)
Determines whether sample prompts are enabled in the web experience for an end user.
|
UpdateWebExperienceRequest |
UpdateWebExperienceRequest.withSamplePromptsControlMode(WebExperienceSamplePromptsControlMode samplePromptsControlMode)
Determines whether sample prompts are enabled in the web experience for an end user.
|
UpdateWebExperienceRequest |
UpdateWebExperienceRequest.withSubtitle(String subtitle)
The subtitle of the Amazon Q Business web experience.
|
UpdateWebExperienceRequest |
UpdateWebExperienceRequest.withTitle(String title)
The title of the Amazon Q Business web experience.
|
UpdateWebExperienceRequest |
UpdateWebExperienceRequest.withWebExperienceId(String webExperienceId)
The identifier of the Amazon Q Business web experience.
|
UpdateWebExperienceRequest |
UpdateWebExperienceRequest.withWelcomeMessage(String welcomeMessage)
A customized welcome message for an end user in an Amazon Q Business web experience.
|
Copyright © 2024. All rights reserved.